diff --git a/RemoteCommand.vcxproj b/RemoteCommand.vcxproj deleted file mode 100644 index e4bbb73..0000000 --- a/RemoteCommand.vcxproj +++ /dev/null @@ -1,170 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {5A61AB93-58BB-413A-BBD9-A26284CB37AE} - Win32Proj - RemoteCommand - 10.0 - - - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - - - - - - - - - - - - - - - - - - - - true - - - true - - - false - - - false - - - - NotUsing - Level3 - Disabled - true - _CRT_SECURE_NO_WARNINGS - true - pch.h - - - Console - true - ws2_32.lib;%(AdditionalDependencies) - - - - - NotUsing - Level3 - Disabled - true - _CRT_SECURE_NO_WARNINGS - true - pch.h - - - Console - true - ws2_32.lib;%(AdditionalDependencies) - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - _CRT_SECURE_NO_WARNINGS - true - pch.h - - - Console - true - true - true - ws2_32.lib;%(AdditionalDependencies) - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - _CRT_SECURE_NO_WARNINGS - true - pch.h - - - Console - true - true - true - ws2_32.lib;%(AdditionalDependencies) - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/RemoteCommand.vcxproj.filters b/RemoteCommand.vcxproj.filters deleted file mode 100644 index 190b67c..0000000 --- a/RemoteCommand.vcxproj.filters +++ /dev/null @@ -1,35 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/RemoteControl.cpp b/RemoteControl.cpp index cc916de..82ed9ec 100644 --- a/RemoteControl.cpp +++ b/RemoteControl.cpp @@ -225,7 +225,7 @@ REMOTE_COMMAND CRemoteControl::getCommand(const std::string& command) LogMessage(buffer); } - m_mqtt->publish("command", reply.c_str()); + m_mqtt->publish("response", reply.c_str()); return m_command; } diff --git a/Version.h b/Version.h index b2990c1..41304ac 100644 --- a/Version.h +++ b/Version.h @@ -19,6 +19,6 @@ #if !defined(VERSION_H) #define VERSION_H -const char* VERSION = "20230705"; +const char* VERSION = "20230706"; #endif