Azure IoT SDK for Node.js v1.1.7
Service SDK: [email protected]
- Added Bulk device management APIs:
- Registry.addDevices(deviceArray, callback)
- Registry.updateDevices(deviceArray, callback)
- Registry.removeDevices(deviceArray, callback)
See the code sample for details
Issues/PRs:
Pulled #16 and #17 to improve docs.
Other items:
Added a few internal APIs to azure-iot-common
and azure-iot-amqp-base
to enable future work.