make sure to publish all turner states once at startup

This commit is contained in:
technyon
2022-04-03 16:02:01 +02:00
parent 90b47507d2
commit ca3fe61296
2 changed files with 17 additions and 13 deletions

View File

@@ -46,5 +46,7 @@ private:
char _mqttUser[31] = {0};
char _mqttPass[31] = {0};
bool _firstTunerStatePublish = true;
void (*_lockActionReceivedCallback)(const char* value) = NULL;
};