Created
August 30, 2023 14:31
-
-
Save dirkjanfaber/39a293fc3ea331beaabc5840c9d7eac9 to your computer and use it in GitHub Desktop.
Node-Red show serial
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": "dbd3635678fe7351", | |
"type": "victron-input-system", | |
"z": "fc595badb082c140", | |
"service": "com.victronenergy.system/0", | |
"path": "/Serial", | |
"serviceObj": { | |
"service": "com.victronenergy.system/0", | |
"name": "Venus system" | |
}, | |
"pathObj": { | |
"path": "/Serial", | |
"type": "string", | |
"name": "Serial (System)" | |
}, | |
"name": "", | |
"onlyChanges": false, | |
"x": 730, | |
"y": 40, | |
"wires": [ | |
[ | |
"6641649077c93a7a" | |
] | |
] | |
}, | |
{ | |
"id": "6641649077c93a7a", | |
"type": "debug", | |
"z": "fc595badb082c140", | |
"name": "debug 1", | |
"active": true, | |
"tosidebar": true, | |
"console": false, | |
"tostatus": false, | |
"complete": "false", | |
"statusVal": "", | |
"statusType": "auto", | |
"x": 1000, | |
"y": 40, | |
"wires": [] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment