diff --git a/node-red-example-flow.json b/node-red-example-flow.json index 9ffa15c4..7614b2f2 100644 --- a/node-red-example-flow.json +++ b/node-red-example-flow.json @@ -485,8 +485,8 @@ "vt": "str" } ], - "repeat": "", - "crontab": "00 12 * * *", + "repeat": "60", + "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", @@ -669,7 +669,7 @@ "repeat": "", "crontab": "00 00 * * *", "once": false, - "onceDelay": 0.1, + "onceDelay": "5", "topic": "", "payload": "", "payloadType": "date", @@ -717,6 +717,35 @@ ] ] }, + { + "id": "a3a9cf753a414c52", + "type": "inject", + "z": "1095d804ba7660cf", + "name": "", + "props": [ + { + "p": "payload" + }, + { + "p": "topic", + "vt": "str" + } + ], + "repeat": "", + "crontab": "", + "once": true, + "onceDelay": "5", + "topic": "", + "payload": "", + "payloadType": "date", + "x": 310, + "y": 680, + "wires": [ + [ + "e0eb13c55bb592c9" + ] + ] + }, { "id": "aeedd16f1f009dd0", "type": "mqtt-broker",