mirror of
https://github.com/eliasrenman/gardentron.git
synced 2026-03-16 20:46:07 +01:00
feat: moisture processor logic
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
export type Configuration = {
|
||||
timeout: number;
|
||||
threshold: number;
|
||||
check_interval: number;
|
||||
moisture: Moisture;
|
||||
water_low: boolean;
|
||||
};
|
||||
|
||||
export type Moisture = {
|
||||
|
||||
Reference in New Issue
Block a user