Association Grp Info
- class st.zwave.CommandClass.AssociationGrpInfo
Supported versions: 1,2,3
- ASSOCIATION_GROUP_NAME_GET: number
0x01 - ASSOCIATION_GROUP_NAME_GET command id
- ASSOCIATION_GROUP_NAME_REPORT: number
0x02 - ASSOCIATION_GROUP_NAME_REPORT command id
- ASSOCIATION_GROUP_INFO_GET: number
0x03 - ASSOCIATION_GROUP_INFO_GET command id
- ASSOCIATION_GROUP_INFO_REPORT: number
0x04 - ASSOCIATION_GROUP_INFO_REPORT command id
- ASSOCIATION_GROUP_COMMAND_LIST_GET: number
0x05 - ASSOCIATION_GROUP_COMMAND_LIST_GET command id
- ASSOCIATION_GROUP_COMMAND_LIST_REPORT: number
0x06 - ASSOCIATION_GROUP_COMMAND_LIST_REPORT command id
- init(params)
Instantiate a versioned instance of the AssociationGrpInfo Command Class module, optionally setting strict to require explicit passing of all parameters to constructors.
- Parameters
params (
st.zwave.CommandClass.Params
) – command class instance parameters- Returns
versioned command class instance
- Return type