|
@@ -33,7 +33,6 @@ entities:
|
|
|
# product has a fingerprint recognition function in the hardware.
|
|
# product has a fingerprint recognition function in the hardware.
|
|
|
- id: 12
|
|
- id: 12
|
|
|
type: integer
|
|
type: integer
|
|
|
- readonly: true
|
|
|
|
|
name: unlock_fingerprint
|
|
name: unlock_fingerprint
|
|
|
optional: true
|
|
optional: true
|
|
|
persist: false
|
|
persist: false
|
|
@@ -47,7 +46,6 @@ entities:
|
|
|
- id: 13
|
|
- id: 13
|
|
|
name: unlock_password
|
|
name: unlock_password
|
|
|
type: integer
|
|
type: integer
|
|
|
- readonly: true
|
|
|
|
|
optional: true
|
|
optional: true
|
|
|
persist: false
|
|
persist: false
|
|
|
range:
|
|
range:
|
|
@@ -60,7 +58,6 @@ entities:
|
|
|
- id: 15
|
|
- id: 15
|
|
|
name: unlock_card
|
|
name: unlock_card
|
|
|
type: integer
|
|
type: integer
|
|
|
- readonly: true
|
|
|
|
|
optional: true
|
|
optional: true
|
|
|
persist: false
|
|
persist: false
|
|
|
range:
|
|
range:
|
|
@@ -74,7 +71,6 @@ entities:
|
|
|
- id: 18
|
|
- id: 18
|
|
|
name: open_inside
|
|
name: open_inside
|
|
|
type: boolean
|
|
type: boolean
|
|
|
- readonly: true
|
|
|
|
|
optional: true
|
|
optional: true
|
|
|
# [Report unlocking record] is used for the device to report the door
|
|
# [Report unlocking record] is used for the device to report the door
|
|
|
# opening record generated by the mobile phone app Bluetooth unlocking.
|
|
# opening record generated by the mobile phone app Bluetooth unlocking.
|
|
@@ -82,7 +78,6 @@ entities:
|
|
|
- id: 19
|
|
- id: 19
|
|
|
name: unlock_ble
|
|
name: unlock_ble
|
|
|
type: integer
|
|
type: integer
|
|
|
- readonly: true
|
|
|
|
|
optional: true
|
|
optional: true
|
|
|
persist: false
|
|
persist: false
|
|
|
range:
|
|
range:
|
|
@@ -113,8 +108,7 @@ entities:
|
|
|
- id: 47
|
|
- id: 47
|
|
|
type: boolean
|
|
type: boolean
|
|
|
optional: true
|
|
optional: true
|
|
|
- name: lock_motor_state
|
|
|
|
|
- readonly: true
|
|
|
|
|
|
|
+ name: lock_state
|
|
|
# [Online Temporary Password] is used to add an online temporary
|
|
# [Online Temporary Password] is used to add an online temporary
|
|
|
# password, and supports setting time periods and recurring time limits.
|
|
# password, and supports setting time periods and recurring time limits.
|
|
|
- id: 51
|
|
- id: 51
|
|
@@ -274,8 +268,7 @@ entities:
|
|
|
# under the guidance of pm.
|
|
# under the guidance of pm.
|
|
|
- id: 21
|
|
- id: 21
|
|
|
type: string
|
|
type: string
|
|
|
- readonly: true
|
|
|
|
|
- name: event
|
|
|
|
|
|
|
+xs name: event
|
|
|
optional: true
|
|
optional: true
|
|
|
mapping:
|
|
mapping:
|
|
|
- dps_val: wrong_finger
|
|
- dps_val: wrong_finger
|
|
@@ -330,7 +323,6 @@ entities:
|
|
|
dps:
|
|
dps:
|
|
|
- id: 8
|
|
- id: 8
|
|
|
type: integer
|
|
type: integer
|
|
|
- readonly: true
|
|
|
|
|
name: sensor
|
|
name: sensor
|
|
|
unit: "%"
|
|
unit: "%"
|
|
|
optional: true
|
|
optional: true
|
|
@@ -418,14 +410,14 @@ entities:
|
|
|
# detection, it is used to report the door opening and closing status. Only
|
|
# detection, it is used to report the door opening and closing status. Only
|
|
|
# enable this dp if this function is supported.
|
|
# enable this dp if this function is supported.
|
|
|
# Commented since DP gets reported even if the device doesn't support it.
|
|
# Commented since DP gets reported even if the device doesn't support it.
|
|
|
- # - entity: select
|
|
|
|
|
|
|
+ # - entity: sensor
|
|
|
# category: config
|
|
# category: config
|
|
|
|
|
+ # class: enum
|
|
|
# name: Door Status
|
|
# name: Door Status
|
|
|
# dps:
|
|
# dps:
|
|
|
# - id: 40
|
|
# - id: 40
|
|
|
# type: string
|
|
# type: string
|
|
|
- # name: option
|
|
|
|
|
- # readonly: true
|
|
|
|
|
|
|
+ # name: sensor
|
|
|
# optional: true
|
|
# optional: true
|
|
|
# mapping:
|
|
# mapping:
|
|
|
# - dps_val: unknown
|
|
# - dps_val: unknown
|