Protection
- class st.zwave.CommandClass.Protection
Supported versions: 1,2
- SET: number
0x01 - PROTECTION_SET command id
- GET: number
0x02 - PROTECTION_GET command id
- REPORT: number
0x03 - PROTECTION_REPORT command id
- SUPPORTED_GET: number
0x04 - PROTECTION_SUPPORTED_GET command id
- SUPPORTED_REPORT: number
0x05 - PROTECTION_SUPPORTED_REPORT command id
- EC_SET: number
0x06 - PROTECTION_EC_SET command id
- EC_GET: number
0x07 - PROTECTION_EC_GET command id
- EC_REPORT: number
0x08 - PROTECTION_EC_REPORT command id
- TIMEOUT_SET: number
0x09 - PROTECTION_TIMEOUT_SET command id
- TIMEOUT_GET: number
0x0A - PROTECTION_TIMEOUT_GET command id
- TIMEOUT_REPORT: number
0x0B - PROTECTION_TIMEOUT_REPORT command id
- init(params)
Instantiate a versioned instance of the Protection 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