HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-06-01 0bf9e65bc3ba98391e7835c922b15baab3c77876
ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs
@@ -369,6 +369,11 @@
                {
                    //调光器
                    IconPath = "Device/Light.png";
                    if (Shared.Common.LocalDevice.Current.IsMiniLight(this) == true)
                    {
                        //mini夜灯
                        IconPath = "Device/MiniNightLight.png";
                    }
                }
                else if (this.Type == DeviceType.OnOffOutput)
                {