Skip to content

Commit

Permalink
Lowered debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdhoven committed Jan 1, 2021
1 parent 5aaaa71 commit 7a2ac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dutch-weather.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function(RED) {

var node = this;
this.conf.weatherLogic.on('rain-error', function (msg) {
node.warn(msg);
node.debug(msg);
});

this.conf.weatherLogic.on('rain-state', function (rainState) {
Expand Down

0 comments on commit 7a2ac8c

Please sign in to comment.