TlvSmokeAlarmEvent: ObjectSchema<{
    alarmSeverityLevel: FieldType<SmokeCoAlarm.AlarmState>;
}> = ...

Body of the SmokeCoAlarm smokeAlarm event

Type declaration

  • alarmSeverityLevel: FieldType<SmokeCoAlarm.AlarmState>

    This field shall indicate the current value of the SmokeState attribute.

    MatterSpecification.v13.Cluster § 2.11.8.1.1

MatterSpecification.v13.Cluster § 2.11.8.1