From 3c08c6a18196f5802c623959bfcecdb7707cd13d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 03 八月 2023 13:30:07 +0800
Subject: [PATCH] 0-10v小模块bug修复,

---
 HDL_ON/UI/MainPage.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs
index 44a2e3a..53521fe 100644
--- a/HDL_ON/UI/MainPage.cs
+++ b/HDL_ON/UI/MainPage.cs
@@ -122,7 +122,7 @@
             SPK.PanelSocket,SPK.ElectricSocket,
             SPK.MechanicalArm,SPK.IpCam_Imou,
             SPK.GroupControl,
-            SPK.AvMusic,SPK.MusicStandard
+            //SPK.AvMusic,SPK.MusicStandard
         };
 
 
@@ -141,7 +141,7 @@
                     //_RoomNotSupportFunctionList.Add(SPK.MusicStandard);
                     //_RoomNotSupportFunctionList.Add(SPK.AvMusic);
                     _RoomNotSupportFunctionList.Add(SPK.AirSwitch);
-                    _RoomNotSupportFunctionList.Add(SPK.AirSwitchP3);
+                    //_RoomNotSupportFunctionList.Add(SPK.AirSwitchP3);
                     _RoomNotSupportFunctionList.Add(SPK.ElectricEnergy);
                     //_RoomNotSupportFunctionList.Add(SPK.OtherCommon);
                     _RoomNotSupportFunctionList.Add(SPK.SensorLight);
@@ -623,7 +623,7 @@
             if (msg.Contains("鏀跺埌鏁版嵁")
                 || msg.Contains("鍙戦��")
                 || msg.Contains("鎺ユ敹鍒版帹閫�")
-
+                || true
                 )
                 Console.WriteLine(msg);
 #endif

--
Gitblit v1.8.0