Body of the DoorLock doorStateChange event

MatterSpecification.v13.Cluster § 5.2.11.2

interface DoorStateChangeEvent {
    doorState: DoorLock.DoorState;
}

Hierarchy (view full)

Properties

Properties

doorState: DoorLock.DoorState

This field shall indicate the new door state for this door event.

MatterSpecification.v13.Cluster § 5.2.11.2.1