File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,24 +65,24 @@ Add wires connecting:
6565 - The HTTP Request node output to the CSV node input.
6666 - The CSV node output to the Debug node input.
6767
68- ### 7 . Add a Switch node
68+ ### 6 . Add a Switch node
6969
7070Add a Switch node to the workspace. Edit its properties and configure it to check
7171the property ` msg.payload.mag ` with a test of ` >= ` change it to test on a ` number ` and the value ` 7 ` . Click
7272Done to close.
7373
7474Add a second wire from the CSV node to this Switch node.
7575
76- ### 8 . Add a Change node
76+ ### 7 . Add a Change node
7777
7878Add a Change node, wired to the output of the Switch node. Configure it to
7979set ` msg.payload ` to the string ` PANIC! ` .
8080
81- ### 9 . Add a Debug node
81+ ### 8 . Add a Debug node
8282
8383Wire a new Debug node to the output of the Change node
8484
85- ### 10 . Deploy
85+ ### 9 . Deploy
8686
8787Deploy the flow to the runtime by clicking the Deploy button.
8888
You can’t perform that action at this time.
0 commit comments