Multi Channel Association
- class st.zwave.CommandClass.MultiChannelAssociation
Supported versions: 2,3,4
- SET: number
0x01 - MULTI_CHANNEL_ASSOCIATION_SET command id
- GET: number
0x02 - MULTI_CHANNEL_ASSOCIATION_GET command id
- REPORT: number
0x03 - MULTI_CHANNEL_ASSOCIATION_REPORT command id
- REMOVE: number
0x04 - MULTI_CHANNEL_ASSOCIATION_REMOVE command id
- GROUPINGS_GET: number
0x05 - MULTI_CHANNEL_ASSOCIATION_GROUPINGS_GET command id
- GROUPINGS_REPORT: number
0x06 - MULTI_CHANNEL_ASSOCIATION_GROUPINGS_REPORT command id
- MARKER: number
0x00
- init(params)
Instantiate a versioned instance of the MultiChannelAssociation 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