Command Records Supported Get
- class st.zwave.CommandClass.AssociationCommandConfiguration.CommandRecordsSupportedGet
Dynamically versioned COMMAND_RECORDS_SUPPORTED_GET
Supported versions: 1; unique base versions: 1
- cmd_class: number
0x9B
- cmd_id: number
0x01
- version: number
1
- args: st.zwave.CommandClass.AssociationCommandConfiguration.CommandRecordsSupportedGetV1Args
- construct(module, args)
Construct a COMMAND_RECORDS_SUPPORTED_GET object at the module instance serialization version.
- Parameters
module (
st.zwave.CommandClass.AssociationCommandConfiguration
) – command class module instanceargs (
st.zwave.CommandClass.AssociationCommandConfiguration.CommandRecordsSupportedGetV1Args
) – command-specific arguments
- Return type
st.zwave.CommandClass.AssociationCommandConfiguration.CommandRecordsSupportedGet
- class st.zwave.CommandClass.AssociationCommandConfiguration.CommandRecordsSupportedGetV1: st.zwave.Command
v1 COMMAND_RECORDS_SUPPORTED_GET
- cmd_class: number
0x9B
- cmd_id: number
0x01
- version: number
1
- args: st.zwave.CommandClass.AssociationCommandConfiguration.CommandRecordsSupportedGetV1Args
command-specific arguments
- init(module, args)
Initialize a v1 COMMAND_RECORDS_SUPPORTED_GET object.
- Parameters
module (
st.zwave.CommandClass.AssociationCommandConfiguration
) – command class module instanceargs (
st.zwave.CommandClass.AssociationCommandConfiguration.CommandRecordsSupportedGetV1Args
) – command-specific arguments
- serialize()
Serialize v1 COMMAND_RECORDS_SUPPORTED_GET arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v1 COMMAND_RECORDS_SUPPORTED_GET payload.
- Returns
deserialized arguments
- Return type
st.zwave.CommandClass.AssociationCommandConfiguration.CommandRecordsSupportedGetV1Args
- class st.zwave.CommandClass.AssociationCommandConfiguration.CommandRecordsSupportedGetV1Args