HDL_ON/UI/MainPage.cs
@@ -26,7 +26,7 @@ /// <summary> /// 版本号 /// </summary> public static string VersionString = "4.1.0"; public static string VersionString = "4.2.2"; ///// <summary> ///// 客户端类型 ///// </summary> @@ -151,6 +151,7 @@ _RoomNotSupportFunctionList.Add(SPK.SensorLight); _RoomNotSupportFunctionList.AddRange(SPK.EnvironDeviceSpkList()); //_RoomNotSupportFunctionList.AddRange(SPK.ArmSensorSpkList()); _RoomNotSupportFunctionList.Add(SPK.IrModule); } return _RoomNotSupportFunctionList; }