Variable ClusterInstanceConst
ClusterInstance: MutableCluster<{ attributes: { stateValue: Attribute<boolean, any>; }; events: { stateChange: OptionalEvent<TypeFromFields, any>; }; id: 69; name: "BooleanState"; revision: 1; }, []> Type declaration
Readonly
attributes: {
stateValue: Attribute<boolean, any>;
}
Readonly
events: {
stateChange: OptionalEvent<TypeFromFields, any>;
}
Readonly
id: 69
Readonly
name: "BooleanState"
Readonly
revision: 1
This represents a boolean state.
The semantics of this boolean state are defined by the device type using this cluster.
For example, in a Contact Sensor device type, FALSE=open or no contact, TRUE=closed or contact.