Input to the AlarmBase reset command

MatterSpecification.v13.Cluster § 1.15.7.1

interface ResetRequest {
    alarms: number;
}

Hierarchy (view full)

Properties

Properties

alarms: number

This field shall indicate a bitmap where each bit set in this field corresponds to an alarm that shall be reset to inactive in the State attribute unless the alarm definition requires manual intervention. If the alarms indicated are successfully reset, the response status code shall be SUCCESS, otherwise, the response status code shall be FAILURE.

MatterSpecification.v13.Cluster § 1.15.7.1.1