I can't however get the comments on every output of let's say a switch node to display. In the example comments of output 2 and 4 are skipped for some reason.
[
{
"id": "33a14c537ed9f895",
"type": "switch",
"z": "fa65a577079c6019",
"name": "MySwitch",
"property": "payload",
"propertyType": "msg",
"rules": [
{
"t": "eq",
"v": "een",
"vt": "str"
},
{
"t": "eq",
"v": "twee",
"vt": "str"
},
{
"t": "eq",
"v": "drie",
"vt": "str"
},
{
"t": "eq",
"v": "vier",
"vt": "str"
},
{
"t": "eq",
"v": "vijf",
"vt": "str"
}
],
"checkall": "true",
"repair": false,
"outputs": 5,
"x": 460,
"y": 540,
"wires": [
[
"749f208e8c71afaa"
],
[
"8f257bcd375e619f"
],
[
"c9bb9edd93098baa"
],
[
"24b894b563d63ea4"
],
[
"7dd07183bbd3b497"
]
],
"inputLabels": [
"sin"
],
"outputLabels": [
"sout1",
"sout2",
"sout3",
"sout4",
"sout5"
],
"info": "# Inputs\r\nGeneral input comment\r\n## sin\r\nde ingang\r\n# Outputs\r\nGeneral output comment\r\n## sout1\r\ntesting out 1\r\n## sout2\r\ntest 2\r\n## sout3\r\ntesting out 3\r\n## sout4\r\nlijn 4\r\n## sout5\r\nvijf"
},
{
"id": "749f208e8c71afaa",
"type": "debug",
"z": "fa65a577079c6019",
"name": "debug 15",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 620,
"y": 440,
"wires": []
},
{
"id": "8f257bcd375e619f",
"type": "debug",
"z": "fa65a577079c6019",
"name": "debug 16",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 620,
"y": 480,
"wires": []
},
{
"id": "c9bb9edd93098baa",
"type": "debug",
"z": "fa65a577079c6019",
"name": "debug 17",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 620,
"y": 540,
"wires": []
},
{
"id": "24b894b563d63ea4",
"type": "debug",
"z": "fa65a577079c6019",
"name": "debug 18",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 620,
"y": 580,
"wires": []
},
{
"id": "7dd07183bbd3b497",
"type": "debug",
"z": "fa65a577079c6019",
"name": "debug 19",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 620,
"y": 640,
"wires": []
},
{
"id": "7548e9ecb37c9176",
"type": "inject",
"z": "fa65a577079c6019",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 250,
"y": 520,
"wires": [
[
"33a14c537ed9f895"
]
]
}
]
# Inputs
General input comment
## sin
de ingang
# Outputs
General output comment
## sout1
testing out 1
## sout2
test 2
## sout3
testing out 3
## sout4
lijn 4
## sout5
vijf