From a9ade8948ea1fa20c777e1b6b0294c1ef1eaeb3b Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 8 Jun 2023 12:33:11 -0500 Subject: [PATCH] Update to refine rainfall --- src/Rainfall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Rainfall.ts b/src/Rainfall.ts index a65c2d1..7dd41ad 100644 --- a/src/Rainfall.ts +++ b/src/Rainfall.ts @@ -19,7 +19,7 @@ export class Rainfall extends LitElement { this.setValue(result); - setTimeout(() => this.pullValueFromBackend(), 60000); + setTimeout(() => this.pullValueFromBackend(), 5000); } setValue(newValue: number) {