interface Reset {
    reset(request: AlarmBase.ResetRequest): MaybePromise;
}

Methods

Methods

  • This command resets active and latched alarms (if possible). Any generated Notify event shall contain fields that represent the state of the server after the command has been processed.

    Parameters

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 1.15.7.1