Skip to content

Commit eadd8de

Browse files
committed
* Get device list response for RGBWW Strip Light 3
* fix DeviceType `LED Strip Light3` -> `Strip Light3` * `Get device status` response for RGBWW Strip Light 3 * fix DeviceType `LED Strip Light3` -> `Strip Light3` * remove `online` field
1 parent b497e18 commit eadd8de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ The `deviceList` array contains a list of objects with the following key-value a
14401440
| ------------------ | ---------- | ------------------------------------------------------------ |
14411441
| deviceId | String | device ID |
14421442
| deviceName | String | device name |
1443-
| deviceType | String | device type. *LED Strip Light 3* |
1443+
| deviceType | String | device type. *Strip Light 3* |
14441444
| enableCloudService | Boolean | determines if Cloud Service is enabled or not for the current device |
14451445
| hubDeviceId | String | device's parent Hub ID. *000000000000* when the device itself is a Hub or it is connected through Wi-Fi. | |
14461446

@@ -2207,8 +2207,7 @@ The `body` object contains the following properties,
22072207
| Key | Value Type | Description |
22082208
| --------------- | ---------- | --------------------------------------------------------- |
22092209
| deviceId | String | device ID |
2210-
| online | Boolean | the connection status of the device. *true* or *false* |
2211-
| deviceType | String | device type. *LED Strip Light 3* |
2210+
| deviceType | String | device type. *Strip Light 3* |
22122211
| hubDeviceId | String | device's parent Hub ID |
22132212
| version | String | the current BLE and Wi-Fi firmware version, e.g. V3.1-6.3 |
22142213
| power | String | ON/OFF state |

0 commit comments

Comments
 (0)