|
|
@ -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; |
|
|
|