From 993ecf49ae04ccea89f6bc4a32cfc0c45def1215 Mon Sep 17 00:00:00 2001 From: 温居城 <wenjucheng@wenjuchengdeMacBook-Pro.local> Date: 星期三, 27 十月 2021 14:23:30 +0800 Subject: [PATCH] 2021-10-27-01 --- ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetAddMenuForm.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetAddMenuForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetAddMenuForm.cs index 0874a89..89bde90 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetAddMenuForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetAddMenuForm.cs @@ -284,6 +284,7 @@ || device.Type == DeviceType.DimmableLight//璋冨厜鍣� || device.Type == DeviceType.ColorDimmableLight//褰╃伅 || device.Type == DeviceType.OnOffOutput//缁х數鍣� + || device.Type == DeviceType.ColorTemperatureLight//鑹叉俯鐏� || device.Type == DeviceType.WindowCoveringDevice)//绐楀笜 { string unSelectPath = string.Empty; @@ -291,7 +292,7 @@ var typeInfo = Common.LocalDevice.Current.GetDeviceBelongEnumInfo(device); //鑾峰彇鍥剧墖 - Common.LocalDevice.Current.GetDeviceFunctionTypeMenuIcon(typeInfo.ConcreteType, ref unSelectPath, ref selectPath); + Common.LocalDevice.Current.GetDeviceFunctionTypeMenuIcon(typeInfo, ref unSelectPath, ref selectPath); if (dicRoomData.ContainsKey(typeInfo.BeloneText) == false) { dicRoomData[typeInfo.BeloneText] = new uRowInformation(); -- Gitblit v1.8.0