Browse Source

update

master
zhaohe 1 year ago
parent
commit
349cc71e9d
  1. 2
      api/cmds/test_page_cmd_impl.cpp

2
api/cmds/test_page_cmd_impl.cpp

@ -107,7 +107,7 @@ void TestPageCmdImpl::DBDBTestPage__miniPwmBlowerReadFbcount(json& cmd, json& re
}
void TestPageCmdImpl::DBDBTestPage__extValveCtrl(json& cmd, json& receipt) {
string channel = jsonGet<string>(cmd["params"]["channel"]);
string channel = cmd["params"]["channel"];
int channleVal = -1;
if (channel == "disinfectionChannel") {
channleVal = IF_DeviceIoContrlService::kExtValveChannel_disinfectionChannel;

Loading…
Cancel
Save