Update to refine rainfall

This commit is contained in:
William Moore 2023-06-08 12:33:11 -05:00
parent d2a9b80d0a
commit a9ade8948e

View File

@ -19,7 +19,7 @@ export class Rainfall extends LitElement {
this.setValue(result);
setTimeout(() => this.pullValueFromBackend(), 60000);
setTimeout(() => this.pullValueFromBackend(), 5000);
}
setValue(newValue: number) {