Update to add Splork

This commit is contained in:
William Moore 2023-06-06 17:05:45 -05:00
parent e129f3cd57
commit 0675e54647

View File

@ -24,7 +24,7 @@ export class TeaSense extends LitElement {
console.log(error); console.log(error);
} }
setTimeout(() => this.pullTempFromBackend(), 5000); setTimeout(() => this.pullTempFromBackend(), 1000);
} }
setTemp(newTemp: number) { setTemp(newTemp: number) {