File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,24 +65,24 @@ Add wires connecting:
65
65
- The HTTP Request node output to the CSV node input.
66
66
- The CSV node output to the Debug node input.
67
67
68
- ### 7 . Add a Switch node
68
+ ### 6 . Add a Switch node
69
69
70
70
Add a Switch node to the workspace. Edit its properties and configure it to check
71
71
the property ` msg.payload.mag ` with a test of ` >= ` change it to test on a ` number ` and the value ` 7 ` . Click
72
72
Done to close.
73
73
74
74
Add a second wire from the CSV node to this Switch node.
75
75
76
- ### 8 . Add a Change node
76
+ ### 7 . Add a Change node
77
77
78
78
Add a Change node, wired to the output of the Switch node. Configure it to
79
79
set ` msg.payload ` to the string ` PANIC! ` .
80
80
81
- ### 9 . Add a Debug node
81
+ ### 8 . Add a Debug node
82
82
83
83
Wire a new Debug node to the output of the Change node
84
84
85
- ### 10 . Deploy
85
+ ### 9 . Deploy
86
86
87
87
Deploy the flow to the runtime by clicking the Deploy button.
88
88
You can’t perform that action at this time.
0 commit comments