Just connect the input of this module to the output of another module and see what's happening.
941
Just connect the input of this module to the output of another module and see what's happening.
And it acts like an 'echo'. the original message is sent to the output too. So everything keeps working!
Bonus: When the module starts, it shows all environment values.
This module listens to 'input1'.
This module sends received message to 'output1'.
Use this example route:
{
"routes": {
"heartbeatToEcho": "FROM /messages/modules/heartbeat/outputs/output1 INTO BrokeredEndpoint(\"/modules/echo/inputs/input1\")",
"route": "FROM /messages/modules/echo/outputs/output1/* INTO $upstream"
}
}
This module is built with IoT Edge version 1.0.5 in mind.
Content type
Image
Digest
Size
74.5 MB
Last updated
about 6 years ago
docker pull svelde/iot-edge-echo:2.0.1-amd64