Supported Commands Report¶
- class st.zwave.CommandClass.Schedule.SupportedCommandsReport¶
Dynamically versioned SCHEDULE_SUPPORTED_COMMANDS_REPORT
Supported versions: 4; unique base versions: 4
- cmd_class: number¶
0x53
- cmd_id: number¶
0x0B
- version: number¶
4
- args: st.zwave.CommandClass.Schedule.SupportedCommandsReportV4Args¶
- construct(module, args)¶
Construct a SCHEDULE_SUPPORTED_COMMANDS_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.Schedule) – command class module instanceargs (
st.zwave.CommandClass.Schedule.SupportedCommandsReportV4Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.Schedule.SupportedCommandsReportV4: st.zwave.Command¶
v4 SCHEDULE_SUPPORTED_COMMANDS_REPORT
- cmd_class: number¶
0x53
- cmd_id: number¶
0x0B
- version: number¶
4
- args: st.zwave.CommandClass.Schedule.SupportedCommandsReportV4Args¶
command-specific arguments
- init(module, args)¶
Initialize a v4 SCHEDULE_SUPPORTED_COMMANDS_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.Schedule) – command class module instanceargs (
st.zwave.CommandClass.Schedule.SupportedCommandsReportV4Args) – command-specific arguments
- serialize()¶
Serialize v4 SCHEDULE_SUPPORTED_COMMANDS_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v4 SCHEDULE_SUPPORTED_COMMANDS_REPORT payload.
- Returns:
deserialized arguments
- Return type:
st.zwave.CommandClass.Schedule.SupportedCommandsReportV4Args