Skip to content

Commit

Permalink
https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/44
Browse files Browse the repository at this point in the history
  • Loading branch information
baerengraben authored and baerengraben committed Jun 2, 2021
1 parent 081d53c commit 44e06b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,8 @@ function getForecast(self){
return;
}

self.log.info("Dayname = " + day_name);

self.setObjectNotExists("forecast." + "day." + myPath +"." + myTime +"." + "day_name", {
type: "state",
common: {
Expand Down

0 comments on commit 44e06b3

Please sign in to comment.