Update flow files
This commit is contained in:
+22
@@ -21959,5 +21959,27 @@
|
|||||||
],
|
],
|
||||||
"resend": false,
|
"resend": false,
|
||||||
"debugEnabled": false
|
"debugEnabled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tab",
|
||||||
|
"id": "eede1dda54778251",
|
||||||
|
"info": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "9e4fac23fd2c73ed",
|
||||||
|
"type": "function",
|
||||||
|
"z": "eede1dda54778251",
|
||||||
|
"name": "Escape JSON string",
|
||||||
|
"wires": [
|
||||||
|
[]
|
||||||
|
],
|
||||||
|
"func": "msg.payload = JSON.stringify(msg.payload).replace(/\"/g, '\\\"');\n\nreturn msg;",
|
||||||
|
"outputs": 1,
|
||||||
|
"noerr": 0,
|
||||||
|
"initialize": "",
|
||||||
|
"finalize": "",
|
||||||
|
"libs": [],
|
||||||
|
"x": 320,
|
||||||
|
"y": 140
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user