presence detection fixes

This commit is contained in:
technyon
2022-06-08 22:50:57 +02:00
parent 0dd1612f39
commit 5a5f5d8658
4 changed files with 24 additions and 12 deletions

View File

@@ -55,6 +55,7 @@ private:
void publishUInt(const char* topic, const unsigned int value);
void publishBool(const char* topic, const bool value);
void publishString(const char* topic, const char* value);
void publishString_P(const char* topic, const char* value);
void buildMqttPath(const char* path, char* outPath);
void subscribe(const char* path);