implement restart timer
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user