feat: moisture processor logic

This commit is contained in:
Elias Renman
2023-06-18 12:15:12 +02:00
parent d9cdcfa7f4
commit a2cb9287da
5 changed files with 76 additions and 23 deletions

View File

@@ -1,7 +1,9 @@
export type Configuration = {
timeout: number;
threshold: number;
check_interval: number;
moisture: Moisture;
water_low: boolean;
};
export type Moisture = {