Skip to content

Commit

Permalink
Update to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Nov 21, 2022
1 parent b715c4b commit ec7ca08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ You can define maximum number of loops with `msg.loop.maxloops`


Setting the Max Loops and Max Timeout settings to high values can, for all intents, ensure that the loop can only be stopped by an incoming `stop` payload, however, the stability of the loop has not been tested over an extended number of hours.



**0.0.7** - Update Loop Dependency version as older version is not compatible with higher version Node.JS
**0.0.6** - Added Example Flow and updated dependencies
**0.0.5** - Re-added line removed accidentally
**0.0.4** - Issue #4 -> Added message when timeout reached
Expand All @@ -62,6 +64,6 @@ Setting the Max Loops and Max Timeout settings to high values can, for all inten


**To Do:**

- [ ] Mustache Template Support
- [x] Example Flows
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "node-red-contrib-looptimer-advanced",
"version": "0.0.6",
"version": "0.0.7",
"description": "Sends the msg through the first output, then continues to do so in a loop, once per the duration specified, until a payload of 'stop' or 'STOP' is received. Supports override with messages!",
"main": "looptimer_advanced.js",
"scripts": {},
"dependencies": {
"loop": ">=2.1.2"
"loop": "^3.3.6"
},
"directories": {},
"keywords": [
Expand All @@ -18,7 +18,7 @@
"author": "Haxiboy",
"license": "Apache-2.0",
"node-red": {
"version": ">=2.0.0",
"version": ">=1.0.0",
"nodes": {
"looptimer-advanced": "looptimer_advanced.js"
}
Expand Down

0 comments on commit ec7ca08

Please sign in to comment.