From 56fe8604e4158fd96815ed0d2b6190717ec2fd66 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 17 Aug 2024 17:39:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B0=94=E5=AF=86=E6=80=A7?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8C=87=E4=BB=A4=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- transmit_disfection_protocol.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/transmit_disfection_protocol.hpp b/transmit_disfection_protocol.hpp index 2574fe0..bc00880 100644 --- a/transmit_disfection_protocol.hpp +++ b/transmit_disfection_protocol.hpp @@ -206,8 +206,8 @@ typedef enum { * 打开/关闭 * 电流上报 */ - kfn_air_tightness_test_ac_ctrl = 1200, - kfn_air_tightness_test_ac_is_open = 1201, + kfn_air_leak_detect_ac_ctrl = 1200, + kfn_air_leak_detect_ac_is_open = 1201, /*********************************************************************************************************************** * 压力传感器数据上报 * @@ -228,9 +228,8 @@ typedef enum { /*********************************************************************************************************************** * 气密性测试 * ***********************************************************************************************************************/ - kfn_air_tightness_test_cutoff_ch = 1500, // 气密性测试-封闭通道 - kfn_air_tightness_test_release_ch = 1501, // 气密性测试-释放通道 - kfn_air_tightness_test_is_cutoff = 1502, // 气密性测试-封闭通道 + kfn_air_leak_detect_test_set_in_airtight_mode = 1500, // 气密性测试-气密性测试模式 {1:mode} + kfn_air_tightness_test_get_mode = 1501, // 气密性测试-封闭通道 kfn_ext_ch_selector_set_ch = 1600, // 外部通道选择器设置通道 kfn_ext_ch_selector_get_ch = 1601, // 读取当前通道