[
{
"id": "bc7f85cc82713bed",
"type": "tab",
"label": "流程 2",
"disabled": false,
"info": "",
"env": []
},
{
"id": "43b82491eb19fc5a",
"type": "inject",
"z": "bc7f85cc82713bed",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "1234",
"payloadType": "num",
"x": 470,
"y": 360,
"wires": [
[
"5dedf802bfc1d293"
]
]
},
{
"id": "8771cd2730dd7fbb",
"type": "debug",
"z": "bc7f85cc82713bed",
"name": "debug 5",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 840,
"y": 360,
"wires": []
},
{
"id": "5dedf802bfc1d293",
"type": "function",
"z": "bc7f85cc82713bed",
"name": "",
"func": "msg.payload = msg.payload +"FFFFFF" \nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 650,
"y": 360,
"wires": [
[
"8771cd2730dd7fbb"
]
]
}
]