Skip to content

Commit

Permalink
Example updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Knabe committed Sep 22, 2020
1 parent f4e814a commit 4341291
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm i node-red-contrib-clock-generator
![](example.png)

```
[{"id":"326bfbe7.271314","type":"inject","z":"17eca5d8.20defa","name":"","topic":"","payload":"true","payloadType":"bool","repeat":"","crontab":"","once":true,"onceDelay":0.1,"x":390,"y":260,"wires":[["96d9f18.76d2d1"]]},{"id":"afc534f7.68eea8","type":"debug","z":"17eca5d8.20defa","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":810,"y":320,"wires":[]},{"id":"96d9f18.76d2d1","type":"clock-generator","z":"17eca5d8.20defa","name":"","topic":"","period":"1","output":"1","x":580,"y":320,"wires":[["afc534f7.68eea8"]]},{"id":"131aa7b5.9dd488","type":"inject","z":"17eca5d8.20defa","name":"","topic":"","payload":"false","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":390,"y":380,"wires":[["96d9f18.76d2d1"]]}]
[{"id":"9a4bf51a.487868","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"b3dadd62.3cac8","type":"clock-generator","z":"9a4bf51a.487868","name":"","topic":"","period":"1","output":"1","x":500,"y":300,"wires":[["1b0aa96a.7bb347"],["f51b8080.60a75"]]},{"id":"1b0aa96a.7bb347","type":"debug","z":"9a4bf51a.487868","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":690,"y":240,"wires":[]},{"id":"f51b8080.60a75","type":"debug","z":"9a4bf51a.487868","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":690,"y":360,"wires":[]},{"id":"e8bed9a3.fbe7e8","type":"inject","z":"9a4bf51a.487868","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":310,"y":240,"wires":[["b3dadd62.3cac8"]]},{"id":"e635fbab.621658","type":"inject","z":"9a4bf51a.487868","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"false","payloadType":"bool","x":310,"y":360,"wires":[["b3dadd62.3cac8"]]}]
```

## License
Expand Down
Binary file modified example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4341291

Please sign in to comment.