Skip to content

Commit b631dce

Browse files
chore: change name to the serial on switch node
1 parent 16b8be3 commit b631dce

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

data/flows.json

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -662,37 +662,19 @@
662662
"rules": [
663663
{
664664
"t": "eq",
665-
"v": "1",
666-
"vt": "str"
667-
},
668-
{
669-
"t": "eq",
670-
"v": "2",
671-
"vt": "str"
672-
},
673-
{
674-
"t": "eq",
675-
"v": "3",
676-
"vt": "str"
677-
},
678-
{
679-
"t": "eq",
680-
"v": "4",
665+
"v": "/dev/ttyUSB0",
681666
"vt": "str"
682667
}
683668
],
684669
"checkall": "true",
685670
"repair": false,
686-
"outputs": 4,
671+
"outputs": 1,
687672
"x": 1890,
688673
"y": 1300,
689674
"wires": [
690675
[
691676
"ea1d80c07843fb89"
692-
],
693-
[],
694-
[],
695-
[]
677+
]
696678
]
697679
},
698680
{

0 commit comments

Comments
 (0)