node-red-contrib-suncron
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "node-red-contrib-suncron", | ||
"version": "1.0.0", | ||
"description": "Node-RED node that triggers configurable outgoing messages based on the position of the sun", | ||
"version": "1.0.1", | ||
"description": "A Node-RED node that triggers configurable outgoing messages based on the position of the sun", | ||
"main": "index.js", | ||
@@ -21,3 +21,3 @@ "author": "Cornelius Suermann", | ||
"type": "git", | ||
"url": "https://github.com/csuermann/suncron" | ||
"url": "https://github.com/csuermann/node-red-contrib-suncron" | ||
}, | ||
@@ -24,0 +24,0 @@ "scripts": { |
@@ -115,2 +115,3 @@ const CronJob = require('cron').CronJob | ||
debug(`${i} msg crons installed`) | ||
setNodeStatus(`${i} crons active`) | ||
} | ||
@@ -117,0 +118,0 @@ |
60919
298