flow: fix message propagation for led change
(cherry picked from commit c3d144770280cc94f97b3ebf3a7117e5940d1324)
This commit is contained in:
parent
787db1431c
commit
57ab5d5de7
|
@ -10294,6 +10294,13 @@
|
||||||
"pt": "flow",
|
"pt": "flow",
|
||||||
"to": "payload",
|
"to": "payload",
|
||||||
"tot": "msg"
|
"tot": "msg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"t": "set",
|
||||||
|
"p": "payload",
|
||||||
|
"pt": "msg",
|
||||||
|
"to": "on",
|
||||||
|
"tot": "str"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"action": "",
|
"action": "",
|
||||||
|
@ -10301,10 +10308,13 @@
|
||||||
"from": "",
|
"from": "",
|
||||||
"to": "",
|
"to": "",
|
||||||
"reg": false,
|
"reg": false,
|
||||||
"x": 490,
|
"x": 480,
|
||||||
"y": 160,
|
"y": 160,
|
||||||
"wires": [
|
"wires": [
|
||||||
[]
|
[
|
||||||
|
"f0775525.cf806",
|
||||||
|
"99ae4886.8d43c"
|
||||||
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue