node-red-contrib-dwd-local-weather
Advanced tools
Comparing version
@@ -241,2 +241,3 @@ module.exports = function(RED) { | ||
node.on('input', function(msg) { | ||
if (!msg.payload) msg.payload = {}; | ||
updateWeatherForecastIfOutdated(node) | ||
@@ -243,0 +244,0 @@ .then(() => { |
{ | ||
"name": "node-red-contrib-dwd-local-weather", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Node Red node to retrieve local weather forecast from DWD (Germany)", | ||
@@ -21,2 +21,5 @@ "main": "index.js", | ||
], | ||
"engines" : { | ||
"node" : ">=12.0.0" | ||
}, | ||
"repository": { | ||
@@ -23,0 +26,0 @@ "type": "git", |
195915
0.05%323
0.31%