From 57ab5d5de7c1e9dfeede7215a3c1bf972b62c0ab Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Tue, 8 Jun 2021 16:42:07 +0200 Subject: [PATCH] flow: fix message propagation for led change (cherry picked from commit c3d144770280cc94f97b3ebf3a7117e5940d1324) --- flows/main.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/flows/main.json b/flows/main.json index e4b1ecf..0dbe7ef 100644 --- a/flows/main.json +++ b/flows/main.json @@ -10294,6 +10294,13 @@ "pt": "flow", "to": "payload", "tot": "msg" + }, + { + "t": "set", + "p": "payload", + "pt": "msg", + "to": "on", + "tot": "str" } ], "action": "", @@ -10301,10 +10308,13 @@ "from": "", "to": "", "reg": false, - "x": 490, + "x": 480, "y": 160, "wires": [ - [] + [ + "f0775525.cf806", + "99ae4886.8d43c" + ] ] } ] \ No newline at end of file