-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added dynamic deviceid selection in msg.deviceid
- Loading branch information
1 parent
0c933d0
commit 60e2ce9
Showing
5 changed files
with
71 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# azureiotc2d | ||
*detailed instructions to come! | ||
Node to send Azure IoT C2D messages | ||
Azure IoT Hub - Send a Cloud to Device message | ||
|
||
This is a node-red node to send Cloud to Device messages from a node-red flow. | ||
The content of ´{msg.payload} will be sent to the device specified in the node. | ||
Inputs | ||
|
||
msg.payload is used as the payload of the sent message. | ||
|
||
The deviceid used can be configured in the node or, if left blank, can be set by msg.deviceid. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters