set lock action node to ack or unknown_action after receiving command

This commit is contained in:
technyon
2022-05-13 22:04:15 +02:00
parent f502909e9c
commit 23e4f5e5d4
6 changed files with 13 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ public:
void notify(Nuki::EventType eventType) override;
private:
static void onLockActionReceivedCallback(const char* value);
static bool onLockActionReceivedCallback(const char* value);
static void onConfigUpdateReceivedCallback(const char* topic, const char* value);
void onConfigUpdateReceived(const char* topic, const char* value);