Capabilities Report¶
- class st.zwave.CommandClass.Version.CapabilitiesReport¶
Dynamically versioned VERSION_CAPABILITIES_REPORT
Supported versions: 3; unique base versions: 3
- cmd_class: number¶
0x86
- cmd_id: number¶
0x16
- version: number¶
3
- args: st.zwave.CommandClass.Version.CapabilitiesReportV3Args¶
- construct(module, args)¶
Construct a VERSION_CAPABILITIES_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.Version) – command class module instanceargs (
st.zwave.CommandClass.Version.CapabilitiesReportV3Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.Version.CapabilitiesReportV3: st.zwave.Command¶
v3 VERSION_CAPABILITIES_REPORT
- cmd_class: number¶
0x86
- cmd_id: number¶
0x16
- version: number¶
3
- args: st.zwave.CommandClass.Version.CapabilitiesReportV3Args¶
command-specific arguments
- init(module, args)¶
Initialize a v3 VERSION_CAPABILITIES_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.Version) – command class module instanceargs (
st.zwave.CommandClass.Version.CapabilitiesReportV3Args) – command-specific arguments
- serialize()¶
Serialize v3 VERSION_CAPABILITIES_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v3 VERSION_CAPABILITIES_REPORT payload.
- Returns:
deserialized arguments
- Return type: