Error in last will topic
This commit is contained in:
@@ -32,7 +32,7 @@ std::vector<std::string> lua_scripts_in_folder(const std::string& path_str) {
|
||||
int main(int argc, char* argv[]) {
|
||||
std::string services_path_str = "/etc/thrawn";
|
||||
std::string mqttServerURI = "tcp://chimaera:1883";
|
||||
mqttpp::LastWill last_will {"'dev/mqttDeconz/status", "0"};
|
||||
mqttpp::LastWill last_will {"dev/thrawn/status", "0"};
|
||||
std::string lastWillConnected = "1";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user