From ac8b58500efbf50d898a5866a80d137d7712f64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dr=2E=20Julian-Steffen=20M=C3=BCller?= Date: Thu, 23 Jul 2020 16:13:04 +0200 Subject: [PATCH] Error in last will topic --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4334a72..050cf68 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ std::vector 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";