|
|
@@ -1127,8 +1127,6 @@ BOOL CLNHandle::HandlePushOnline(const rapidjson::Document& doc, const char* ime
|
|
|
else if (st[j].GetInt() == 1)
|
|
|
sensor_status[i][j] = SENSOR_STATUS::NORMAL;
|
|
|
else if (st[j].GetInt() == 2)
|
|
|
- sensor_status[i][j] = SENSOR_STATUS::NORMAL;
|
|
|
- else if (st[j].GetInt() == 3)
|
|
|
sensor_status[i][j] = SENSOR_STATUS::HFDISTURB;
|
|
|
else if(st[j].GetInt() == 3)
|
|
|
sensor_status[i][j] = SENSOR_STATUS::FIXEDVALUE;
|