From dd3fecc3a8b92b377febfcf92d32ec22a07724f6 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期日, 26 九月 2021 15:21:57 +0800 Subject: [PATCH] 主从网关属性,防挤下线账号删除 --- HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs index 4a53bf1..bd54b23 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs @@ -56,8 +56,10 @@ case SPK.AcStandard: //鍦扮儹 case SPK.FloorHeatStandard: + case SPK.HvacFloorHeat: //鏂伴 case SPK.AirFreshStandard: + case SPK.HvacAirFresh: { LogicView.FunTypeView view = new LogicView.FunTypeView(); @@ -189,6 +191,7 @@ break; //姣背娉紶鎰熷櫒 case SPK.SenesorMegahealth: + case SPK.SenesorMegahealth2: { LogicView.FunTypeView view = new LogicView.FunTypeView(); view.btnText.TextID = StringId.mubiaozhuangtai;//鐩爣鐘舵�� @@ -478,6 +481,7 @@ } break; case SPK.SenesorMegahealth: + case SPK.SenesorMegahealth2: { keyVlaue = "action_state"; } @@ -515,7 +519,7 @@ break; case StringId.wuren: { - if (device.spk == SPK.SenesorMegahealth) + if (device.spk == SPK.SenesorMegahealth || device.spk == SPK.SenesorMegahealth2) { value = "uninhabited"; } -- Gitblit v1.8.0