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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs index e2ce48b..53521fe 100644 --- a/HDL_ON/UI/MainPage.cs +++ b/HDL_ON/UI/MainPage.cs @@ -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