Update to refine rainfall
This commit is contained in:
parent
d2a9b80d0a
commit
a9ade8948e
@ -19,7 +19,7 @@ export class Rainfall extends LitElement {
|
||||
|
||||
this.setValue(result);
|
||||
|
||||
setTimeout(() => this.pullValueFromBackend(), 60000);
|
||||
setTimeout(() => this.pullValueFromBackend(), 5000);
|
||||
}
|
||||
|
||||
setValue(newValue: number) {
|
||||
|
Loading…
Reference in New Issue
Block a user