Enhance web server to handle schedule updates and configuration loading

This commit is contained in:
Aaron 2025-11-05 21:42:27 -05:00
parent f4be1a7f7d
commit 2817273ba4
2 changed files with 545 additions and 394 deletions

File diff suppressed because it is too large Load Diff

View File

@ -198,5 +198,5 @@ print("Press Ctrl+C to stop\n")
# Main monitoring loop
while True:
run_monitors(monitors)
web_server.check_requests(sensors, ac_monitor, heater_monitor)
web_server.check_requests(sensors, ac_monitor, heater_monitor, schedule_monitor)
time.sleep(0.1)