convert lock state to string

This commit is contained in:
technyon
2022-03-25 20:57:40 +01:00
parent 0c03a64a86
commit 66e0239589
4 changed files with 51 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ public:
void initialize();
void update();
void publishKeyTurnerState(const KeyTurnerState& state);
void publishKeyTurnerState(const char* state);
private:
static void onMqttDataReceivedCallback(char* topic, byte* payload, unsigned int length);