Skip to content

Commit c94a5dc

Browse files
egeu5dceejay
authored andcommitted
Update second-flow.md (node-red#128)
1 parent 4ad0ad4 commit c94a5dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tutorials/second-flow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Add wires connecting:
6868
### 7. Add a Switch node
6969

7070
Add a Switch node to the workspace. Edit its properties and configure it to check
71-
the property `msg.payload.mag` with a test of `>=` and the value `7`. Click
71+
the property `msg.payload.mag` with a test of `>=` change it to test on a `number` and the value `7`. Click
7272
Done to close.
7373

7474
Add a second wire from the CSV node to this Switch node.
@@ -101,6 +101,7 @@ messages like:
101101
msg.payload : string(6)
102102
"PANIC!"
103103

104+
You could change the switch value of `7` to a smaller one to test your programm. Remember to click on deploy after the change.
104105
***
105106

106107
### Summary

0 commit comments

Comments
 (0)