Multi Channel¶
- class st.zwave.CommandClass.MultiChannel¶
Supported versions: 2,3,4
- MULTI_INSTANCE_GET: number¶
0x04 - MULTI_INSTANCE_GET command id
- MULTI_INSTANCE_REPORT: number¶
0x05 - MULTI_INSTANCE_REPORT command id
- MULTI_INSTANCE_CMD_ENCAP: number¶
0x06 - MULTI_INSTANCE_CMD_ENCAP command id
- END_POINT_GET: number¶
0x07 - MULTI_CHANNEL_END_POINT_GET command id
- END_POINT_REPORT: number¶
0x08 - MULTI_CHANNEL_END_POINT_REPORT command id
- CAPABILITY_GET: number¶
0x09 - MULTI_CHANNEL_CAPABILITY_GET command id
- CAPABILITY_REPORT: number¶
0x0A - MULTI_CHANNEL_CAPABILITY_REPORT command id
- END_POINT_FIND: number¶
0x0B - MULTI_CHANNEL_END_POINT_FIND command id
- END_POINT_FIND_REPORT: number¶
0x0C - MULTI_CHANNEL_END_POINT_FIND_REPORT command id
- CMD_ENCAP: number¶
0x0D - MULTI_CHANNEL_CMD_ENCAP command id
- AGGREGATED_MEMBERS_GET: number¶
0x0E - MULTI_CHANNEL_AGGREGATED_MEMBERS_GET command id
- AGGREGATED_MEMBERS_REPORT: number¶
0x0F - MULTI_CHANNEL_AGGREGATED_MEMBERS_REPORT command id
- init(params)¶
Instantiate a versioned instance of the MultiChannel 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: