Entry Control
- class st.zwave.CommandClass.EntryControl
Supported versions: 1
- NOTIFICATION: number
0x01 - ENTRY_CONTROL_NOTIFICATION command id
- KEY_SUPPORTED_GET: number
0x02 - ENTRY_CONTROL_KEY_SUPPORTED_GET command id
- KEY_SUPPORTED_REPORT: number
0x03 - ENTRY_CONTROL_KEY_SUPPORTED_REPORT command id
- EVENT_SUPPORTED_GET: number
0x04 - ENTRY_CONTROL_EVENT_SUPPORTED_GET command id
- EVENT_SUPPORTED_REPORT: number
0x05 - ENTRY_CONTROL_EVENT_SUPPORTED_REPORT command id
- CONFIGURATION_SET: number
0x06 - ENTRY_CONTROL_CONFIGURATION_SET command id
- CONFIGURATION_GET: number
0x07 - ENTRY_CONTROL_CONFIGURATION_GET command id
- CONFIGURATION_REPORT: number
0x08 - ENTRY_CONTROL_CONFIGURATION_REPORT command id
- init(params)
Instantiate a versioned instance of the EntryControl 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