Home.getDeviceListโ
Get device list of Local Hub
BDDP
| Param | Value | Desc |
|---|
| method | Home.getDeviceList | Get device list of Local Hub |
BUDP
| Param | Value | Desc |
|---|
| data.devices[*].deviceId | <String,Necessary> | The DeviceId; |
| data.devices[*].deviceUUID | <String,Necessary> | The device's UUID; |
| data.devices[*].token | <String,Necessary> | The device's net token; It's necessary when you send message to this device; |
| data.devices[*].name | <String,Necessary> | Device's product name; |
| data.devices[*].type | <String,Necessary> | Device's type name; Such as 'Hub',Could call method <Hub.*> with this device; |