Skip to content

Commit e464c64

Browse files
committed
* Get device status response for Lock Ultra
* Add response table based on estimated values, as response table does not exist.
1 parent 82aa172 commit e464c64

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,6 +2228,18 @@ The `body` object contains the following properties,
22282228
| lockState | String | determines if locked or not, *jammed*, *unlock* or *lock* |
22292229
| calibrate | Boolean | determines if the open and the closed positions have been properly calibrated or not |
22302230

2231+
##### Lock Ultra
2232+
| Key | Value Type | Description |
2233+
| ------------------ | --------------- | ------------------------------------------------------------ |
2234+
| deviceId | String | device ID |
2235+
| deviceType | String | device type. *Lock Ultra* |
2236+
| hubDeviceId | String | device's parent Hub ID |
2237+
| battery | Integer | the current battery level, 0-100 |
2238+
| version | String | the current firmware version, e.g. V4.2 |
2239+
| lockState | String | determines if locked or not, *jammed*, *unlock* or *lock* |
2240+
| doorState | String | determines if the door is closed or not, *open* or *close* |
2241+
| calibrate | Boolean | determines if Lock has been calibrated or not |
2242+
22312243
##### Video Doorbell
22322244

22332245
| Key | Value Type | Description |

0 commit comments

Comments
 (0)