Created
October 21, 2022 11:17
-
-
Save khaosdoctor/e950da68b7569a0bd575888810ddcc22 to your computer and use it in GitHub Desktop.
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
{ | |
"operation": "add_node", | |
"name": "harper-edge", | |
"host": "harper-edge", | |
"port": 62344, | |
"subscriptions": [ | |
{ | |
"channel": "default:sensor_data", | |
"subscribe": true, | |
"publish": false | |
}, | |
{ | |
"channel": "default:configs", | |
"subscribe": false, | |
"publish": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment