Home.getDeviceListโ
Get device list of home associated with the UAC
BDDP
Param | Value | Desc |
---|
method | Home.getDeviceList | Get device list of home |
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; |
Home.getGeneralInfoโ
Get general info of home
BDDP
Param | Value | Desc |
---|
method | Home.getGeneralInfo | Get general info of home |
BUDP
Param | Value | Desc |
---|
data.id | <String,Necessary> | ID of home |