From a08705a05778e93df1922ffb42d889231ff09bf3 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Fri, 9 Aug 2024 13:56:57 +0800 Subject: [PATCH] update --- transmit_disfection_protocol.hpp | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/transmit_disfection_protocol.hpp b/transmit_disfection_protocol.hpp index 2b3ecdb..184f4ac 100644 --- a/transmit_disfection_protocol.hpp +++ b/transmit_disfection_protocol.hpp @@ -168,7 +168,6 @@ typedef enum { /*********************************************************************************************************************** * 水浸传感器 * ***********************************************************************************************************************/ - kfn_evaporation_tank_water_sensor_read_state = 900, // cmd: state kfn_device_bottom_water_sensor_read_state = 901, // cmd: state kreport_evaporation_bin_water_sensor = 950, // report:state //蒸发仓水浸 //report_evaporation_bin_water_sensor_data_t @@ -189,23 +188,14 @@ typedef enum { kfn_air_compressor_read_electric_current = 1102, // report:electric_current(ma) /*********************************************************************************************************************** - * 喷液MINI真空泵 * - ***********************************************************************************************************************/ - /** - * @brief Spray liquid mini air compressor - * 打开/关闭 - */ - kfn_sl_mini_ac_ctrl = 200, // cmd: power(0-100) - - /*********************************************************************************************************************** - * 气密性测试MINI真空泵 * + * 气密性测试空压机 * ***********************************************************************************************************************/ /** * @brief air Tightness Test AirCompressor * 打开/关闭 * 电流上报 */ - kfn_atta_mini_air_compressor_ctrl = 300, // cmd: power(0-100) + kfn_air_tightness_test_ac_ctrl = 300, /*********************************************************************************************************************** * 压力传感器数据上报 * @@ -215,18 +205,6 @@ typedef enum { kfn_psbus_scan = 402, // kreport_pressure_data = 450, // report:subid pressure(0.1pa) - /*********************************************************************************************************************** - * MINI_PWM风机控制 * - ***********************************************************************************************************************/ - /** - * @brief 风机控制 - * 打开/关闭 - * 安全继电器控制 - * 电流上报 - */ - kfn_mini_pwm_blower_ctrl = 500, // cmd: speed(0-100) - kfn_mini_pwm_blower_read_fbcount = 501, // cmd: valve_state - #if 0 /*********************************************************************************************************************** * H2O2传感器数值上报 *