diff --git a/Main.cpp b/Main.cpp index b797457..56195e5 100644 --- a/Main.cpp +++ b/Main.cpp @@ -94,7 +94,7 @@ static boost::mutex initMutex; // Stomp client #include "BoostStomp.hpp" static STOMP::BoostStomp* stomp_client; -static string* notifications_topic = new string("/queue/zwave/monitor"); +static string* notifications_topic = new string("/topic/zwave/monitor"); // JSON body indicator static bool jsonMessageBody = false; diff --git a/ozwd b/ozwd index 1023b68..72041aa 100755 Binary files a/ozwd and b/ozwd differ