Door Lock

class st.zwave.CommandClass.DoorLock

Supported versions: 1,2,3,4

OPERATION_SET: number

0x01 - DOOR_LOCK_OPERATION_SET command id

OPERATION_GET: number

0x02 - DOOR_LOCK_OPERATION_GET command id

OPERATION_REPORT: number

0x03 - DOOR_LOCK_OPERATION_REPORT command id

CONFIGURATION_SET: number

0x04 - DOOR_LOCK_CONFIGURATION_SET command id

CONFIGURATION_GET: number

0x05 - DOOR_LOCK_CONFIGURATION_GET command id

CONFIGURATION_REPORT: number

0x06 - DOOR_LOCK_CONFIGURATION_REPORT command id

CAPABILITIES_GET: number

0x07 - DOOR_LOCK_CAPABILITIES_GET command id

CAPABILITIES_REPORT: number

0x08 - DOOR_LOCK_CAPABILITIES_REPORT command id

init(params)

Instantiate a versioned instance of the DoorLock 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

st.zwave.CommandClass.DoorLock