Update flow files

This commit is contained in:
2026-05-28 22:30:48 +02:00
parent 3902799652
commit 654e462151
+22
View File
@@ -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
} }
] ]