Skip to content

Commit f1a9f1a

Browse files
committed
* Get device status response for Hub 3
* Change the field name of `online` to `onlineStatus`.
1 parent eadd8de commit f1a9f1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,10 +2098,10 @@ The `body` object contains the following properties,
20982098
| hubDeviceId | String | Hub ID, equivalent to device ID |
20992099
| version | String | the current firmware version, e.g. V4.2 |
21002100
| temperature | Float | temperature in celsius |
2101-
| lightLevel | Integer | the level of illuminance of the ambience light, 1~10 |
2101+
| lightLevel | Integer | the level of illuminance of the ambience light, 1~10 |
21022102
| humidity | Integer | humidity percentage |
2103-
| moveDetected | Boolean | determines if motion is detected |
2104-
| online | String | the connection status of the device. *online* or *offline* |
2103+
| moveDetected | Boolean | determines if motion is detected |
2104+
| onlineStatus | String | the connection status of the device. *online* or *offline* |
21052105

21062106
##### Battery Circulator Fan
21072107
| Key | Value Type | Description |

0 commit comments

Comments
 (0)