Body of the Switch longPress event

MatterSpecification.v13.Cluster § 1.13.6.3

interface LongPressEvent {
    newPosition: number;
}

Hierarchy (view full)

Properties

Properties

newPosition: number

This field shall indicate the new value of the CurrentPosition attribute, i.e. while pressed.

MatterSpecification.v13.Cluster § 1.13.6.3.1