This commit is contained in:
Mit4el
2025-02-14 18:42:07 +03:00
parent e3d3bca68e
commit 95b9dc3d2d
4 changed files with 16 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ void publishWidgets();
void mqttCallback(char* topic, uint8_t* payload, size_t length);
//void handleMqttStatus(bool send);
void handleMqttStatus(bool send, int state == -1);
void handleMqttStatus(bool send, int state = -1);
const String getStateStr(int e);