clear mqtt nodes for deleted keypad codes

This commit is contained in:
technyon
2022-08-10 22:20:41 +02:00
parent fa856dc656
commit da1a2ebcfe
2 changed files with 29 additions and 15 deletions

View File

@@ -43,6 +43,7 @@ private:
void publishULong(const char* topic, const unsigned long value);
void publishBool(const char* topic, const bool value);
bool publishString(const char* topic, const char* value);
void publishKeypadEntry(const String topic, NukiLock::KeypadEntry entry);
bool comparePrefixedPath(const char* fullPath, const char* subPath);
String concat(String a, String b);