implement restart timer

This commit is contained in:
technyon
2022-07-03 21:09:27 +02:00
parent 4f442d7b1d
commit 5f65ed1531
4 changed files with 31 additions and 11 deletions

View File

@@ -42,7 +42,8 @@ private:
void publishInt(const char* topic, const int value);
void publishUInt(const char* topic, const unsigned int value);
void publishBool(const char* topic, const bool value);
bool publishString(const char* topic, const char* value); bool comparePrefixedPath(const char* fullPath, const char* subPath);
bool publishString(const char* topic, const char* value);
bool comparePrefixedPath(const char* fullPath, const char* subPath);
void buildMqttPath(const char* path, char* outPath);