From 0a3167a1322f8b5f61cf0af6545e7b8ed659f5b1 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 05 六月 2023 17:53:27 +0800 Subject: [PATCH] 2023年06月05日17:53:17 --- HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs index 8f0d13f..32a9a61 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs @@ -194,7 +194,7 @@ } break; //浜轰綋瀛樺湪浼犳劅鍣� - case SPK.sensorPirhold: + case SPK.SensorPirHold: { @@ -753,7 +753,7 @@ inputDevice.condition_type = "9"; inputDevice.identifier = this.identifier; } - else if (device.spk == SPK.sensorPirhold) + else if (device.spk == SPK.SensorPirHold) { //浜轰綋瀛樺湪浼犳劅鍣� inputDevice.hold_time = this.hold_time; @@ -844,7 +844,7 @@ } } break; - case SPK.sensorPirhold: + case SPK.SensorPirHold: case SPK.SensorDuiShe: case SPK.SensorShanLan: case SPK.SensorPir: -- Gitblit v1.8.0