dashboard: add temperature high alerts

This commit is contained in:
2026-06-11 00:53:28 -06:00
parent 417fad2676
commit 7033b8d7e9
8 changed files with 135 additions and 9 deletions
@@ -24,6 +24,8 @@ struct TempSensorConfig {
bool weather;
String group;
int priority;
bool highAlertEnabled;
float highAlertF;
};
struct BmsConfig {