Body of the AlarmBase notify event

MatterSpecification.v13.Cluster § 1.15.8.1

interface NotifyEvent {
    active: number;
    inactive: number;
    mask: number;
    state: number;
}

Hierarchy (view full)

Properties

active: number

This field shall indicate those alarms that have become active.

MatterSpecification.v13.Cluster § 1.15.8.1.1

inactive: number

This field shall indicate those alarms that have become inactive.

MatterSpecification.v13.Cluster § 1.15.8.1.2

mask: number

This field shall be a copy of the Mask attribute when this event was generated.

MatterSpecification.v13.Cluster § 1.15.8.1.3

state: number

This field shall be a copy of the new State attribute value that resulted in the event being generated. That is, this field shall have all the bits in Active set and shall NOT have any of the bits in Inactive set.

MatterSpecification.v13.Cluster § 1.15.8.1.4