a scheduler and runner classes for multiple reoccuring interval schedules. Primary for irrigation use
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
David Kebler 080ac32648 0.0.9 refactored the run/queue logic (removed trigger function) 3 years ago
examples 0.0.9 refactored the run/queue logic (removed trigger function) 3 years ago
src 0.0.9 refactored the run/queue logic (removed trigger function) 3 years ago
.eslintrc.js first commit of scheduler/queue working 3 years ago
.gitignore first commit of scheduler/queue working 3 years ago
.npmignore 0.0.4 switch class name of Queue to Runner. Add index.js for both and to main in package.json 3 years ago
README.md 0.0.6 improvements and fixes while working on irrigation project 3 years ago
nodemon.json 0.0.8 move to using rxclass results in refactor of properties etc. 3 years ago
package.json 0.0.9 refactored the run/queue logic (removed trigger function) 3 years ago

README.md

Schedule and Queue Classes

For reoccuring schedule on an interval with start stop actions. Queue allows multiple schedules with facility to avoid simultanteous action if desired

The primary use case is to scehduel multiple irrigation zones that share a common pump (not simultaneous)