Compare commits
3 Commits
921171cb5a
...
ae5763f0d9
| Author | SHA1 | Date | |
|---|---|---|---|
|
ae5763f0d9
|
|||
|
203d1c696c
|
|||
|
08e4f9a7e8
|
@@ -300,7 +300,7 @@ impl PlantState {
|
|||||||
false
|
false
|
||||||
},
|
},
|
||||||
cooldown: self.pump_in_timeout(plant_conf, current_time),
|
cooldown: self.pump_in_timeout(plant_conf, current_time),
|
||||||
out_of_work_hour: in_time_range(
|
out_of_work_hour: !in_time_range(
|
||||||
current_time,
|
current_time,
|
||||||
plant_conf.pump_hour_start,
|
plant_conf.pump_hour_start,
|
||||||
plant_conf.pump_hour_end,
|
plant_conf.pump_hour_end,
|
||||||
|
|||||||
Reference in New Issue
Block a user