|
@ -175,6 +175,23 @@ void DeviceIoControlService::startScan() { |
|
|
// logger->info("DeviceBottomWaterDetectionSensor:{}", m_deviceBottomWaterDetectionSensor);
|
|
|
// logger->info("DeviceBottomWaterDetectionSensor:{}", m_deviceBottomWaterDetectionSensor);
|
|
|
} |
|
|
} |
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if (defined PROJECT_TYPE_SMALL_SPACE_DISINFECTION)
|
|
|
|
|
|
if (i % 100 == 0) { |
|
|
|
|
|
int32_t ack0 = 0; |
|
|
|
|
|
int32_t ack1 = 0; |
|
|
|
|
|
m_zcanHost->call(kcmd_read_device_bottom_water_detection_sensor, &ack0); |
|
|
|
|
|
m_zcanHost->call(kcmd_read_evaporation_bin_water_detection, &ack1); |
|
|
|
|
|
|
|
|
|
|
|
m_deviceBottomWaterDetectionSensor = ack0; |
|
|
|
|
|
m_evaporationBinWaterDetection = ack1; |
|
|
|
|
|
|
|
|
|
|
|
// logger->info("DeviceBottomWaterDetectionSensor:{} EvaporationBinWaterDetection:{}", m_deviceBottomWaterDetectionSensor, m_evaporationBinWaterDetection);
|
|
|
|
|
|
} |
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
// kcmd_read_device_bottom_water_detection_sensor
|
|
|
|
|
|
// kcmd_read_evaporation_bin_water_detection
|
|
|
} |
|
|
} |
|
|
})); |
|
|
})); |
|
|
#endif
|
|
|
#endif
|
|
|