interface State {
    sensorFault?: TypeFromPartialBitSchema<{
        generalFault: BitFlag;
    }>;
}

Hierarchy

  • StateType
    • State

Properties

Properties

sensorFault?: TypeFromPartialBitSchema<{
    generalFault: BitFlag;
}>

Indicates any faults registered by the device.

Type declaration

  • generalFault: BitFlag

    Unspecified fault detected

MatterSpecification.v13.Cluster § 1.8.6.8