| Key | Value Type | Description |
|---|
| deviceId | String | device ID |
| deviceName | String | device name |
| deviceType | String | device type. K10+ |
| enableCloudService | Boolean | determines if Cloud Service is enabled or not for the current device |
| hubDeviceId | String | device's parent Hub ID. 000000000000 when the device itself is a Hub or it is connected through Wi-Fi. |
| Key | Value Type | Description |
|---|
| deviceId | String | device ID |
| deviceName | String | device name |
| deviceType | String | device type. K10+ |
| hubDeviceId | String | device's parent Hub ID. 000000000000 when the device itself is a Hub or it is connected through Wi-Fi. |
| workingStatus | String | the working status of the device. StandBy, Clearing, Paused, GotoChargeBase, Charging, ChargeDone, Dormant, InTrouble, InRemoteControl, or InDustCollecting |
| onlineStatus | String | the connection status of the device. online or offline |
| battery | Integer | the current battery level 0-100 |
| deviceType | commandType | Command | command parameter | Description |
|---|
| K10+ | command | start | default | start vacuuming |
| K10+ | command | stop | default | stop vacuuming |
| K10+ | command | dock | default | return to charging dock |
| K10+ | command | PowLevel | {0-3} | set suction power level: 0 (Quiet), 1 (Standard), 2 (Strong), 3 (MAX) |
| Key Name | Value Type | Description |
|---|
| eventType | String | the type of events |
| eventVersion | String | the current event version |
| context | Object | the detail info of the event |
| deviceType | String | attributes of the context object. the type of the device |
| deviceMac | String | attributes of the context object. the MAC address of the device |
| workingStatus | String | attributes of the context object. the working status of the device. StandBy, Clearing, Paused, GotoChargeBase, Charging, ChargeDone, Dormant, InTrouble, InRemoteControl, or InDustCollecting |
| onlineStatus | String | attributes of the context object. the connection status of the device. online or offline |
| battery | Integer | attributes of the context object. the battery level, range from 0 to 100 |
| timeOfSample | Long | attributes of the context object. the time stamp when the event is sent |
{
"eventType": "changeReport",
"eventVersion": "1",
"context": {
"deviceType": "WoSweeperMini",
"deviceMac": DEVICE_MAC_ADDR,
"workingStatus":"StandBy",
"onlineStatus": "online",
"battery": 100,
"timeOfSample": 123456789
}
}