Skip to content

Azure IoT SDK for Node.js v1.1.7

Compare
Choose a tag to compare
@pierreca pierreca released this 27 Feb 18:52
· 1095 commits to main since this release

Service SDK: azure-iothub@1.1.7

  • 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.