Skip to main content

Methods - Manage

Home.getDeviceList

Get device list of Local Hub

BDDP

ParamValueDesc
methodHome.getDeviceListGet device list of Local Hub

BUDP

ParamValueDesc
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;