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

2
Nuki.h
View File

@@ -13,6 +13,8 @@ public:
void update();
private:
void stateToString(LockState state, char* str); // char array at least 14 characters
NukiBle _nukiBle;
Network* _network;