Version
- class st.zwave.CommandClass.Version
Supported versions: 1,2,3
- GET: number
0x11 - VERSION_GET command id
- REPORT: number
0x12 - VERSION_REPORT command id
- COMMAND_CLASS_GET: number
0x13 - VERSION_COMMAND_CLASS_GET command id
- COMMAND_CLASS_REPORT: number
0x14 - VERSION_COMMAND_CLASS_REPORT command id
- CAPABILITIES_GET: number
0x15 - VERSION_CAPABILITIES_GET command id
- CAPABILITIES_REPORT: number
0x16 - VERSION_CAPABILITIES_REPORT command id
- ZWAVE_SOFTWARE_GET: number
0x17 - VERSION_ZWAVE_SOFTWARE_GET command id
- ZWAVE_SOFTWARE_REPORT: number
0x18 - VERSION_ZWAVE_SOFTWARE_REPORT command id
- init(params)
Instantiate a versioned instance of the Version 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