Skip to content

Instantly share code, notes, and snippets.

@matthewskelton
Created October 24, 2017 18:47
Show Gist options
  • Save matthewskelton/74f3ad89398366d56f4bc25b3c3e8692 to your computer and use it in GitHub Desktop.
Save matthewskelton/74f3ad89398366d56f4bc25b3c3e8692 to your computer and use it in GitHub Desktop.
Sample flow configuration for a Node-RED IoT application
[{
"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