feat: Add temperature validation in TemperatureMonitor and implement aggressive garbage collection in main loop

This commit is contained in:
2025-11-09 11:54:12 -05:00
parent dae6971112
commit 229bde85e9
3 changed files with 18 additions and 16 deletions

View File

@@ -32,5 +32,6 @@
}
],
"schedule_enabled": true,
"permanent_hold": false
"permanent_hold": false,
"temp_hold_start_time": null
}