latest observations silent refresh
This commit is contained in:
parent
f7a15a93c6
commit
cc896bf18d
3 changed files with 8 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ class HourlyGraph extends WeatherDisplay {
|
|||
this.elem.querySelector('.header .right').append(header);
|
||||
}
|
||||
|
||||
async getData(_weatherParameters, refresh) {
|
||||
async getData(weatherParameters, refresh) {
|
||||
if (!super.getData(undefined, refresh)) return;
|
||||
|
||||
const data = await getHourlyData(() => this.stillWaiting());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue