change wifi config message
This commit is contained in:
parent
969c3eb57f
commit
2f39b3fa06
|
@ -6787,7 +6787,7 @@
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"z": "f21ba04.c26266",
|
"z": "f21ba04.c26266",
|
||||||
"name": "showMessage",
|
"name": "showMessage",
|
||||||
"func": "\nmsg.payload = msg.payload.trim() === 'OK' ? \"Wifi configuration updated successfully\" : \"Error while updating wifi configuration\"\n\nreturn msg;",
|
"func": "msg.payload = \"Wifi configuration updated successfully\"\nreturn msg;",
|
||||||
"outputs": 1,
|
"outputs": 1,
|
||||||
"noerr": 0,
|
"noerr": 0,
|
||||||
"initialize": "",
|
"initialize": "",
|
||||||
|
|
Loading…
Reference in a new issue