HDL_ON/UI/MainPage.cs
@@ -130,6 +130,7 @@ _RoomNotSupportFunctionList.Add(SPK.AvMusic); _RoomNotSupportFunctionList.Add(SPK.AirSwitch); _RoomNotSupportFunctionList.Add(SPK.ElectricEnergy); _RoomNotSupportFunctionList.Add(SPK.OtherCommon); _RoomNotSupportFunctionList.AddRange(SPK.EnvironDeviceSpkList()); //_RoomNotSupportFunctionList.AddRange(SPK.ArmSensorSpkList()); } @@ -465,6 +466,17 @@ } /// <summary> /// 自定义日志输出 /// </summary> public static void Log(string tag,string msg) { #if DEBUG Console.WriteLine($"{tag}-->{msg}"); #endif } } }