TlvStateChangeEvent: ObjectSchema<{
    stateValue: FieldType<boolean>;
}> = ...

Body of the BooleanState stateChange event

Type declaration

  • stateValue: FieldType<boolean>

    This field shall indicate the new value of the StateValue attribute.

    MatterSpecification.v13.Cluster § 1.7.5.1.1

MatterSpecification.v13.Cluster § 1.7.5.1