dashboard: add temperature high alerts
This commit is contained in:
@@ -24,6 +24,8 @@ struct TempSensorConfig {
|
||||
bool weather;
|
||||
String group;
|
||||
int priority;
|
||||
bool highAlertEnabled;
|
||||
float highAlertF;
|
||||
};
|
||||
|
||||
struct BmsConfig {
|
||||
|
||||
Reference in New Issue
Block a user