Searched refs:registerSubDevice (Results 1 – 2 of 2) sorted by relevance
208 registerSubDevice(options, cb) { method in IotGatewayClient209 …var ret = __native.AIOT_GATEWAY.registerSubDevice(this.IoTGatewayInstance, options, cb || function…
225 registerSubDevice(options, cb) { method in IotGatewayClient226 var ret = this.IoTGatewayInstance.registerSubDevice(options, cb || function() {});
Completed in 4 milliseconds