mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
fixes for publish ha
This commit is contained in:
@@ -28,7 +28,7 @@ class Shower {
|
||||
void start();
|
||||
void loop();
|
||||
|
||||
void send_mqtt_stat(bool state);
|
||||
void send_mqtt_stat(bool state, bool force = false);
|
||||
|
||||
bool shower_alert() const {
|
||||
return shower_alert_;
|
||||
|
||||
Reference in New Issue
Block a user