Multi Instance Association¶
- class st.zwave.CommandClass.MultiInstanceAssociation¶
Supported versions: 1
- SET: number¶
0x01 - MULTI_INSTANCE_ASSOCIATION_SET command id
- GET: number¶
0x02 - MULTI_INSTANCE_ASSOCIATION_GET command id
- REPORT: number¶
0x03 - MULTI_INSTANCE_ASSOCIATION_REPORT command id
- REMOVE: number¶
0x04 - MULTI_INSTANCE_ASSOCIATION_REMOVE command id
- GROUPINGS_GET: number¶
0x05 - MULTI_INSTANCE_ASSOCIATION_GROUPINGS_GET command id
- GROUPINGS_REPORT: number¶
0x06 - MULTI_INSTANCE_ASSOCIATION_GROUPINGS_REPORT command id
- MARKER: number¶
0x00
- init(params)¶
Instantiate a versioned instance of the MultiInstanceAssociation 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: