Association Group Info Report¶
- class st.zwave.CommandClass.AssociationGrpInfo.AssociationGroupInfoReport¶
Dynamically versioned ASSOCIATION_GROUP_INFO_REPORT
Supported versions: 1,2,3; unique base versions: 1
- cmd_class: number¶
0x59
- cmd_id: number¶
0x04
- version: number¶
1
- args: st.zwave.CommandClass.AssociationGrpInfo.AssociationGroupInfoReportV1Args¶
- construct(module, args)¶
Construct an ASSOCIATION_GROUP_INFO_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.AssociationGrpInfo) – command class module instanceargs (
st.zwave.CommandClass.AssociationGrpInfo.AssociationGroupInfoReportV1Args) – command-specific arguments
- Return type:
st.zwave.CommandClass.AssociationGrpInfo.AssociationGroupInfoReport
- class st.zwave.CommandClass.AssociationGrpInfo.AssociationGroupInfoReportV1: st.zwave.Command¶
v1 and forward-compatible v2,v3 ASSOCIATION_GROUP_INFO_REPORT
- cmd_class: number¶
0x59
- cmd_id: number¶
0x04
- version: number¶
1
- args: st.zwave.CommandClass.AssociationGrpInfo.AssociationGroupInfoReportV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 and forward-compatible v2,v3 ASSOCIATION_GROUP_INFO_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.AssociationGrpInfo) – command class module instanceargs (
st.zwave.CommandClass.AssociationGrpInfo.AssociationGroupInfoReportV1Args) – command-specific arguments
- serialize()¶
Serialize v1 or forward-compatible v2,v3 ASSOCIATION_GROUP_INFO_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 or forward-compatible v2,v3 ASSOCIATION_GROUP_INFO_REPORT payload.
- Returns:
deserialized arguments
- Return type:
st.zwave.CommandClass.AssociationGrpInfo.AssociationGroupInfoReportV1Args
- class st.zwave.CommandClass.AssociationGrpInfo.AssociationGroupInfoReportV1Args¶
- dynamic_info: boolean¶
- list_mode: boolean¶
- groups: list[st.zwave.CommandClass.AssociationGrpInfo.AssociationGroupInfoReportV1ArgsGroups]¶