Supported Report

class st.zwave.CommandClass.Indicator.SupportedReport

Dynamically versioned INDICATOR_SUPPORTED_REPORT

Supported versions: 2,3,4; unique base versions: 2,3

cmd_class: number

0x87

cmd_id: number

0x05

version: number

2,3

args: st.zwave.CommandClass.Indicator.SupportedReportV2Args or st.zwave.CommandClass.Indicator.SupportedReportV3Args
construct(module, args)

Construct an INDICATOR_SUPPORTED_REPORT object at the module instance serialization version.

Parameters
  • module (st.zwave.CommandClass.Indicator) – command class module instance

  • args (st.zwave.CommandClass.Indicator.SupportedReportV2Args or st.zwave.CommandClass.Indicator.SupportedReportV3Args) – command-specific arguments

Return type

st.zwave.CommandClass.Indicator.SupportedReport

class st.zwave.CommandClass.Indicator.SupportedReportV2: st.zwave.Command

v2 INDICATOR_SUPPORTED_REPORT

cmd_class: number

0x87

cmd_id: number

0x05

version: number

2

args: st.zwave.CommandClass.Indicator.SupportedReportV2Args

command-specific arguments

init(module, args)

Initialize a v2 INDICATOR_SUPPORTED_REPORT object.

Parameters
serialize()

Serialize v2 INDICATOR_SUPPORTED_REPORT arguments.

Returns

serialized payload

Return type

str

deserialize()

Deserialize a v2 INDICATOR_SUPPORTED_REPORT payload.

Returns

deserialized arguments

Return type

st.zwave.CommandClass.Indicator.SupportedReportV2Args

class st.zwave.CommandClass.Indicator.SupportedReportV2Args
indicator_id: integer

see Indicator.indicator_id

next_indicator_id: integer

see Indicator.next_indicator_id

multilevel: boolean
binary: boolean
on_off_period: boolean
on_off_cycles: boolean
low_power: boolean
class st.zwave.CommandClass.Indicator.SupportedReportV3: st.zwave.Command

v3 and forward-compatible v4 INDICATOR_SUPPORTED_REPORT

cmd_class: number

0x87

cmd_id: number

0x05

version: number

3

args: st.zwave.CommandClass.Indicator.SupportedReportV3Args

command-specific arguments

init(module, args)

Initialize a v3 and forward-compatible v4 INDICATOR_SUPPORTED_REPORT object.

Parameters
serialize()

Serialize v3 or forward-compatible v4 INDICATOR_SUPPORTED_REPORT arguments.

Returns

serialized payload

Return type

str

deserialize()

Deserialize a v3 or forward-compatible v4 INDICATOR_SUPPORTED_REPORT payload.

Returns

deserialized arguments

Return type

st.zwave.CommandClass.Indicator.SupportedReportV3Args

class st.zwave.CommandClass.Indicator.SupportedReportV3Args
indicator_id: integer

see Indicator.indicator_id

next_indicator_id: integer

see Indicator.next_indicator_id

multilevel: boolean
binary: boolean
on_off_period: boolean
on_off_cycles: boolean
one_time_on_off_period: boolean
timeout_minutes: boolean
timeout_seconds: boolean
timeout_1_100_seconds: boolean
specific_volume: boolean
low_power: boolean