mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
fix typo
This commit is contained in:
@@ -35,7 +35,7 @@ class WebSettings {
|
|||||||
uint8_t ems_bus_id;
|
uint8_t ems_bus_id;
|
||||||
bool boiler_heatingoff;
|
bool boiler_heatingoff;
|
||||||
uint8_t remote_timeout;
|
uint8_t remote_timeout;
|
||||||
uint8_t remote_timeout_enabled;
|
bool remote_timeout_enabled;
|
||||||
bool shower_timer;
|
bool shower_timer;
|
||||||
bool shower_alert;
|
bool shower_alert;
|
||||||
uint8_t shower_alert_trigger; // minutes
|
uint8_t shower_alert_trigger; // minutes
|
||||||
|
|||||||
Reference in New Issue
Block a user