Skip to content

Commit

Permalink
https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/51
Browse files Browse the repository at this point in the history
  • Loading branch information
baerengraben authored and baerengraben committed Oct 20, 2021
1 parent b27bf84 commit fc8ac63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -909,12 +909,13 @@ function setCurrentHour(self){
});
}
})
resolve('resolved');
})
}

async function addCurrentHourObjects() {
//first do updateVariables() and wait until its finished
const result= await updateVariables()
const result= await updateVariables();
self.log.debug('...and now add current_hour objects.');

//*** Create current_hour object ***
Expand Down

0 comments on commit fc8ac63

Please sign in to comment.