basic progress indication
This commit is contained in:
parent
4b7e314d56
commit
57858b562d
4 changed files with 61 additions and 93 deletions
|
|
@ -5,7 +5,7 @@
|
|||
// eslint-disable-next-line no-unused-vars
|
||||
class LocalForecast extends WeatherDisplay {
|
||||
constructor(navId,elemId,weatherParameters) {
|
||||
super(navId,elemId);
|
||||
super(navId,elemId, 'Local Forecast');
|
||||
|
||||
// set timings
|
||||
this.timing.baseDelay= 5000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue