dashboard: add temperature group priority

This commit is contained in:
2026-06-11 00:28:31 -06:00
parent 049d64edc2
commit 5e2f2080cb
8 changed files with 101 additions and 12 deletions
@@ -23,6 +23,7 @@ struct TempSensorConfig {
bool enabled;
bool weather;
String group;
int priority;
};
struct BmsConfig {