better fix for presence detection
This commit is contained in:
@@ -54,8 +54,7 @@ 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);
|
||||
void publishString(const char* topic, const char* value);
|
||||
void publishString_P(const char* topic, const char* value);
|
||||
bool publishString(const char* topic, const char* value);
|
||||
|
||||
void buildMqttPath(const char* path, char* outPath);
|
||||
void subscribe(const char* path);
|
||||
|
||||
Reference in New Issue
Block a user