Association
- class st.zwave.CommandClass.Association
Supported versions: 1,2,3
- SET: number
0x01 - ASSOCIATION_SET command id
- GET: number
0x02 - ASSOCIATION_GET command id
- REPORT: number
0x03 - ASSOCIATION_REPORT command id
- REMOVE: number
0x04 - ASSOCIATION_REMOVE command id
- GROUPINGS_GET: number
0x05 - ASSOCIATION_GROUPINGS_GET command id
- GROUPINGS_REPORT: number
0x06 - ASSOCIATION_GROUPINGS_REPORT command id
- SPECIFIC_GROUP_GET: number
0x0B - ASSOCIATION_SPECIFIC_GROUP_GET command id
- SPECIFIC_GROUP_REPORT: number
0x0C - ASSOCIATION_SPECIFIC_GROUP_REPORT command id
- init(params)
Instantiate a versioned instance of the Association 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