wxr
2023-07-30 1c6522f790beac9d6fb656dfd9644c75bd0dfb67
HDL_ON/UI/MainPage.cs
@@ -141,6 +141,7 @@
                    //_RoomNotSupportFunctionList.Add(SPK.MusicStandard);
                    //_RoomNotSupportFunctionList.Add(SPK.AvMusic);
                    _RoomNotSupportFunctionList.Add(SPK.AirSwitch);
                    _RoomNotSupportFunctionList.Add(SPK.AirSwitchP3);
                    _RoomNotSupportFunctionList.Add(SPK.ElectricEnergy);
                    //_RoomNotSupportFunctionList.Add(SPK.OtherCommon);
                    _RoomNotSupportFunctionList.Add(SPK.SensorLight);
@@ -619,9 +620,11 @@
        public static void Log(string msg)
        {
#if DEBUG
            //if (msg.Contains("收到数据")
            //    || msg.Contains("发送")
            //    )
            if (msg.Contains("收到数据")
                || msg.Contains("发送")
                || msg.Contains("接收到推送")
                )
                Console.WriteLine(msg);
#endif
        }