Description Report¶
- class st.zwave.CommandClass.Indicator.DescriptionReport¶
Dynamically versioned INDICATOR_DESCRIPTION_REPORT
Supported versions: 4; unique base versions: 4
- cmd_class: number¶
0x87
- cmd_id: number¶
0x07
- version: number¶
4
- args: st.zwave.CommandClass.Indicator.DescriptionReportV4Args¶
- construct(module, args)¶
Construct an INDICATOR_DESCRIPTION_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.Indicator) – command class module instanceargs (
st.zwave.CommandClass.Indicator.DescriptionReportV4Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.Indicator.DescriptionReportV4: st.zwave.Command¶
v4 INDICATOR_DESCRIPTION_REPORT
- cmd_class: number¶
0x87
- cmd_id: number¶
0x07
- version: number¶
4
- args: st.zwave.CommandClass.Indicator.DescriptionReportV4Args¶
command-specific arguments
- init(module, args)¶
Initialize a v4 INDICATOR_DESCRIPTION_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.Indicator) – command class module instanceargs (
st.zwave.CommandClass.Indicator.DescriptionReportV4Args) – command-specific arguments
- serialize()¶
Serialize v4 INDICATOR_DESCRIPTION_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v4 INDICATOR_DESCRIPTION_REPORT payload.
- Returns:
deserialized arguments
- Return type: