HDL Home App 第二版本 旧平台金堂用 正在使用
陈嘉乐
2020-12-30 81307af66465a6b5ba189b0fb9b347787f004a4e
ZigbeeApp/Shared/Phone/Device/Logic/LogicDveiceStatus.cs
old mode 100755 new mode 100644
@@ -515,16 +515,14 @@
                                break;
                            case 6:
                                {
                                    var flMain = new FrameLayout { BackgroundColor = ZigbeeColor.Current.LogicViewBackgroundColor };
                                    frameLayout.AddChidren(flMain);
                                    AddLogicPage.SecurityView(flMain, true);
                                    AddLogicPage.SecurityView(frameLayout, true);
                                }
                                break;
                            case 7:
                                {
                                    var flMain = new FrameLayout { BackgroundColor = ZigbeeColor.Current.LogicViewBackgroundColor };
                                    frameLayout.AddChidren(flMain);
                                    AddLogicPage.LocationView(flMain, true);
                                    AddLogicPage.LocationView(frameLayout, true);
                                }
                                break;
                        }