Skip to content

Commit

Permalink
fix detail page command
Browse files Browse the repository at this point in the history
  • Loading branch information
joBr99 authored Apr 3, 2022
1 parent 3493291 commit a5a9a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodered/node-red-example-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"type": "function",
"z": "ba6c8bb20b9aa4cc",
"name": "wake&display",
"func": "var out_msgs = \n[\n {payload: \"CustomSend pageType~popupLight~Kueche~light.kueche_lights\"} \n]\n\n\n\nreturn [out_msgs]",
"func": "var out_msgs = \n[\n {payload: \"pageType~popupLight~Kueche~light.kueche_lights\"} \n]\n\n\n\nreturn [out_msgs]",
"outputs": 1,
"noerr": 0,
"initialize": "if (flow.get(\"ns-currentPage\") === undefined) {\n flow.set(\"ns-currentPage\", 0)\n}",
Expand Down

0 comments on commit a5a9a64

Please sign in to comment.