X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=protocol%2Famcp%2FAMCPProtocolStrategy.cpp;h=c545088d6041cac2e9934e6e38fc1a267cfc14a9;hb=refs%2Ftags%2F2.0.0.2;hp=03b32196f6fea8bf36ff887e37d9f0d6c16c9146;hpb=01d8a61541548cf535791be39d233799eefc4187;p=casparcg diff --git a/protocol/amcp/AMCPProtocolStrategy.cpp b/protocol/amcp/AMCPProtocolStrategy.cpp index 03b32196f..c545088d6 100644 --- a/protocol/amcp/AMCPProtocolStrategy.cpp +++ b/protocol/amcp/AMCPProtocolStrategy.cpp @@ -311,6 +311,7 @@ AMCPCommandPtr AMCPProtocolStrategy::CommandFactory(const std::wstring& str) transform(s.begin(), s.end(), s.begin(), toupper); if (s == TEXT("MIXER")) return std::make_shared(); + else if(s == TEXT("DIAG")) return std::make_shared(); else if(s == TEXT("PARAM")) return std::make_shared(); else if(s == TEXT("SWAP")) return std::make_shared(); else if(s == TEXT("LOAD")) return std::make_shared();