diff --git a/README.md b/README.md index 3df69a7..b7f25b5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example.png b/example.png index 352f09a..a605aca 100644 Binary files a/example.png and b/example.png differ