0.0.3 • Published 12 months ago
node-red-contrib-azure-iothub-service v0.0.3
node-red-contrib-azure-iothub-service
Installation
npm install -g node-red-contrib-azure-iothub-service
Usage
eventhub-recv
Receive messages sent from devices via the builtin Event Hub.
iothub-send
Send cloud2device messages to your IoT Hub devices.
iothub-registry
Manage IoT Hub Devices.
other functionality
- checkpoint store
- validate NodeRedCheckpointStore
- local file checkpoint store (could use contextstore = localfilesystem)
- Azure Blob backed store
- generate certs
lower-priority
- device methods:
- https://github.com/Azure/azure-iot-hub-node/blob/main/samples/dmpatterns_reboot_service.js
- https://github.com/Azure/azure-iot-hub-node/blob/main/samples/dmpatterns_fwupdate_service.js
- https://github.com/Azure/azure-iot-hub-node/blob/main/samples/invoke_command.js
- https://github.com/Azure/azure-iot-hub-node/blob/main/samples/invoke_component_command.js
- https://github.com/Azure/azure-iot-hub-node/blob/main/samples/module_method.js
- file notification
- jobs
even lower priority
- bulk blob import export
- https://github.com/Azure/azure-iot-hub-node/blob/main/samples/registry_bulk_import_sample.js
- https://github.com/Azure/azure-iot-hub-node/blob/main/samples/registry_bulk_export_sample.js
- https://github.com/Azure/azure-iot-hub-node/blob/main/samples/registry_bulk_sample.js
- https://github.com/Azure/azure-iot-hub-node/blob/main/samples/registry_import_managed_identity_sample.js
- https://github.com/Azure/azure-iot-hub-node/blob/main/samples/registry_export_managed_identity_sample.js
- device modules
- token credentials
- digital twin client (already accomplished with registry afaict)
- edge deployment