Created
October 24, 2017 18:47
-
-
Save matthewskelton/74f3ad89398366d56f4bc25b3c3e8692 to your computer and use it in GitHub Desktop.
Sample flow configuration for a Node-RED IoT application
This file contains hidden or 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
| [{ | |
| "id": "6ffd9e9e.4b3ea", | |
| "type": "tab", | |
| "label": "Flow 1" | |
| }, { | |
| "id": "d14dd126.35451", | |
| "type": "ttn app", | |
| "z": "", | |
| "appId": "matthewskelton-wutheringbytes-2017", | |
| "region": "eu", | |
| "accessKey": "111111111111111111111111111FDCA" | |
| }, { | |
| "id": "72650d5.9fe6ef4", | |
| "type": "ttn message", | |
| "z": "6ffd9e9e.4b3ea", | |
| "name": "Pollution", | |
| "app": "d14dd126.35451", | |
| "dev_id": "sodaq-explorer-15080-0110-mps", | |
| "field": "", | |
| "x": 100, | |
| "y": 60, | |
| "wires": [ | |
| ["abd36a78.e844d8"] | |
| ] | |
| }, { | |
| "id": "abd36a78.e844d8", | |
| "type": "debug", | |
| "z": "6ffd9e9e.4b3ea", | |
| "name": "", | |
| "active": true, | |
| "console": "false", | |
| "complete": "true", | |
| "x": 519, | |
| "y": 95, | |
| "wires": [] | |
| }] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment