From 4820da229822687e472b9d5abb2a09093a877a3a Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期五, 24 九月 2021 13:27:49 +0800
Subject: [PATCH] 更新spk

---
 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