ZWAVE Door Lock Configuration Set

来源:互联网 发布:淘宝卖游戏币赚钱吗 编辑:程序博客网 时间:2024/06/06 05:26

Door Lock Configuration Set

The Door LockConfiguration Set Command used to set the configuration of the door lock deviceincluding operation type and operation timers.

通过这个命令配置door lock的操作模式:一般控制和带超时机制的控制(也就是超时自动锁门);

Note: All Z-Waveenabled devices MUST be able to operate based on factory default settings i.e.an end-user SHOULD NOT be forced to setup the configuration parameters for thedoor lock to operate.

 

7

6

5

4

3

2

1

0

Command Class = COMMAND_CLASS_DOOR_LOCK

Command = DOOR_LOCK_CONFIGURATION_SET

Operation Type

Outside Door Handles State

Inside Door Handles State

Lock Timeout Minutes

Lock Timeout Seconds

 

Operation Type (1byte)

The Operation Typefield can be set to either constant or timed operation. When timed operation isset, the Lock Timer Minutes and Lock Timer Seconds fields MUST be set to validvalues.

Hexadecimal

Description

0x01

Constant operation

0x02

Timed operation

0x03 – 0XFF

Reserved

 

Outside/InsideDoor Handles State (4 bits)

The Door Handlesfield is to enable or disable the door handlers that are implemented in thedoor lock device. For example there could be an inside as well as an outsidedoor handler, whereas the inside door handler can be handled by Z-Wave Commandsand the outside door handler will only unlock the door when successfulauthentication has been verified by e.g. a keypad.

门锁可能有内外两个把手;通过这个配置项控制内外两个把手是否使能; 例如内部的门把手可以由Z-Wave命令来控制“开/关锁”,而外部的门把手只有通过认证(例如键盘输入正确的开锁密码)后才能开锁。

Bit

Outside Door Handles State (4 bits)

Inside Door Handles State (4 bits)

0

0 = Handle 1 disabled; 1 = Handle 1 enabled

0 = Handle 1 disabled; 1 = Handle 1 enabled

1

0 = Handle 2 disabled; 1 = Handle 2 enabled

0 = Handle 2 disabled; 1 = Handle 2 enabled

2

0 = Handle 3 disabled; 1 = Handle 3 enabled

0 = Handle 3 disabled; 1 = Handle 3 enabled

3

0 = Handle 4 disabled; 1 = Handle 4 enabled

0 = Handle 4 disabled; 1 = Handle 4 enabled

 

Lock TimeoutMinutes (1 byte)

Number of minutes thelock stays unsecured. If the Operation Type is set to Timed Operation, thisfield can be set accordingly to the valid values 1-254 decimal. If timeout isnot supported for the door lock device then this SHALL be indicated with 0xFE.All other values not mentioned are reserved.

开锁后多长时间门锁自动锁上,单位分钟。

 

Lock TimeoutSeconds (1 byte)

Number of secondsthe lock stays unsecured. If the Operation Type is set to Timed Operation, thisfield can be set accordingly to the valid 1-59 decimal. If timeout is notsupported for the door lock device then this SHALL be indicated with 0xFE. Allother values not mentioned are reserved.

开锁后多长时间门锁自动锁上,单位秒。

0 0
原创粉丝点击