[
{
"id": "1f1888c3e6587da8",
"type": "http response",
"z": "289f539dcc33814e",
"name": "",
"statusCode": "",
"headers": {},
"x": 290,
"y": 6560,
"wires": []
},
{
"id": "b5a3bf31f304a2c6",
"type": "http in",
"z": "289f539dcc33814e",
"name": "",
"url": "/mobotix",
"method": "get",
"upload": false,
"swaggerDoc": "",
"x": 110,
"y": 6560,
"wires": [
[
"1f1888c3e6587da8",
"96a8f338668a17cc",
"b8ca3dc79ed7b5aa"
]
]
},
{
"id": "96a8f338668a17cc",
"type": "debug",
"z": "289f539dcc33814e",
"name": "JSON",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 310,
"y": 6480,
"wires": []
},
{
"id": "b8ca3dc79ed7b5aa",
"type": "split",
"z": "289f539dcc33814e",
"name": "",
"splt": "\\n",
"spltType": "str",
"arraySplt": 1,
"arraySpltType": "len",
"stream": false,
"addname": "topic",
"x": 290,
"y": 6620,
"wires": [
[
"2dd2f27ca23a09ba",
"400ff1a9fc71116d"
]
]
},
{
"id": "2dd2f27ca23a09ba",
"type": "debug",
"z": "289f539dcc33814e",
"name": "Kommando",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 430,
"y": 6720,
"wires": []
},
{
"id": "400ff1a9fc71116d",
"type": "switch",
"z": "289f539dcc33814e",
"name": "on/off",
"property": "payload",
"propertyType": "msg",
"rules": [
{
"t": "cont",
"v": "On",
"vt": "str"
}
],
"checkall": "true",
"repair": false,
"outputs": 1,
"x": 450,
"y": 6620,
"wires": [
[
"1bf95d49381f2202"
]
]
},
{
"id": "1bf95d49381f2202",
"type": "change",
"z": "289f539dcc33814e",
"name": "on => 1",
"rules": [],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 600,
"y": 6620,
"wires": [
[
"bbb69ba12e160990"
]
]
},
{
"id": "bbb69ba12e160990",
"type": "switch",
"z": "289f539dcc33814e",
"name": "Quelle",
"property": "topic",
"propertyType": "msg",
"rules": [
{
"t": "eq",
"v": "Praxis",
"vt": "str"
},
{
"t": "eq",
"v": "Privar",
"vt": "str"
}
],
"checkall": "true",
"repair": false,
"outputs": 2,
"x": 750,
"y": 6620,
"wires": [
[
"3963aa4398c2f5b1"
],
[
"9d2b9bd63ed9d1be"
]
]
},
{
"id": "3963aa4398c2f5b1",
"type": "debug",
"z": "289f539dcc33814e",
"name": "Praxis",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 910,
"y": 6560,
"wires": []
},
{
"id": "9d2b9bd63ed9d1be",
"type": "debug",
"z": "289f539dcc33814e",
"name": "Privat",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 890,
"y": 6640,
"wires": []
}
]