Missed sending 'S' in protocol Fuhaote
This commit is contained in:
parent
0d0933494c
commit
f4a9cc6e83
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ std::string ProtocolFuhaote::getStringForMethod(int method, unsigned char, Contr
|
|||
const char OFF[] = {S,L,S,L,S,L,L,S,0};
|
||||
const char ON[] = {S,L,L,S,S,L,S,L,0};
|
||||
|
||||
std::string strReturn;
|
||||
std::string strReturn = "S";
|
||||
std::wstring strCode = this->getStringParameter(L"code", L"");
|
||||
if (strCode == L"") {
|
||||
return "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue