Type Supported Report

class st.zwave.CommandClass.Alarm.TypeSupportedReport

Dynamically versioned ALARM_TYPE_SUPPORTED_REPORT

Supported versions: 2; unique base versions: 2

cmd_class: number

0x71

cmd_id: number

0x08

version: number

2

args: st.zwave.CommandClass.Alarm.TypeSupportedReportV2Args
construct(module, args)

Construct an ALARM_TYPE_SUPPORTED_REPORT object at the module instance serialization version.

Parameters
Return type

st.zwave.CommandClass.Alarm.TypeSupportedReport

class st.zwave.CommandClass.Alarm.TypeSupportedReportV2: st.zwave.Command

v2 and forward-compatible v3 ALARM_TYPE_SUPPORTED_REPORT

cmd_class: number

0x71

cmd_id: number

0x08

version: number

2

args: st.zwave.CommandClass.Alarm.TypeSupportedReportV2Args

command-specific arguments

init(module, args)

Initialize a v2 and forward-compatible v3 ALARM_TYPE_SUPPORTED_REPORT object.

Parameters
serialize()

Serialize v2 or forward-compatible v3 ALARM_TYPE_SUPPORTED_REPORT arguments.

Returns

serialized payload

Return type

str

deserialize()

Deserialize a v2 or forward-compatible v3 ALARM_TYPE_SUPPORTED_REPORT payload.

Returns

deserialized arguments

Return type

st.zwave.CommandClass.Alarm.TypeSupportedReportV2Args

class st.zwave.CommandClass.Alarm.TypeSupportedReportV2Args
v1_alarm: boolean
smoke: boolean
co: boolean
co2: boolean
heat: boolean
water: boolean
access_control: boolean
burglar: boolean
power_management: boolean
system: boolean
emergency: boolean
clock: boolean