Body of the BooleanStateConfiguration sensorFault event

MatterSpecification.v13.Cluster § 1.8.8.2

interface SensorFaultEvent {
    sensorFault: TypeFromPartialBitSchema<{
        generalFault: BitFlag;
    }>;
}

Hierarchy (view full)

Properties

Properties

sensorFault: TypeFromPartialBitSchema<{
    generalFault: BitFlag;
}>

This field shall indicate the value of the SensorFault attribute, at the time this event is generated.

Type declaration

  • generalFault: BitFlag

    Unspecified fault detected

MatterSpecification.v13.Cluster § 1.8.8.2.1