Manufacturer Specific
- class st.zwave.CommandClass.ManufacturerSpecific
Supported versions: 1,2
- GET: number
0x04 - MANUFACTURER_SPECIFIC_GET command id
- REPORT: number
0x05 - MANUFACTURER_SPECIFIC_REPORT command id
- DEVICE_SPECIFIC_GET: number
0x06 - DEVICE_SPECIFIC_GET command id
- DEVICE_SPECIFIC_REPORT: number
0x07 - DEVICE_SPECIFIC_REPORT command id
- init(params)
Instantiate a versioned instance of the ManufacturerSpecific 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