fix config always assumed changed
This commit is contained in:
@@ -79,10 +79,11 @@ interface PlantConfig {
|
||||
pump_cooldown_min: number,
|
||||
pump_hour_start: number,
|
||||
pump_hour_end: number,
|
||||
sensor_a: boolean,
|
||||
sensor_b: boolean,
|
||||
max_consecutive_pump_count: number,
|
||||
moisture_sensor_min_frequency?: number;
|
||||
moisture_sensor_max_frequency?: number;
|
||||
moisture_sensor_min_frequency: number | null;
|
||||
moisture_sensor_max_frequency: number | null;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user