WJC
2019-10-28 72e1b4e4626315ebd4b879a68c94e7738fd0473e
ZigbeeApp/Shared/Phone/Device/Logic/DoorLockLogic/LockLogicList.cs
@@ -34,7 +34,7 @@
                Width = Application.GetRealWidth(400),
                Height = Application.GetRealHeight(69),
                Y = Application.GetRealHeight(92),
                TextID = MyInternationalizationString.selection,
                TextID = MyInternationalizationString.linkageevent,
            };
            topRowLayout.AddChidren(titleName);
@@ -80,6 +80,7 @@
                Common.Logic.CurrentLogic = new Common.Logic();
                Common.Logic.CurrentLogic.IsEnable = 1;//默认为开
                Common.Logic.CurrentLogic.LogicType = 1;
                Common.Logic.CurrentLogic.Relationship = 1;
                //Config.Instance.Guid用来识别账号身份;
                var accounts = new System.Collections.Generic.Dictionary<string, string>();
                accounts.Add("Account", Config.Instance.Guid);
@@ -190,7 +191,7 @@
                        //逻辑关
                        logic.IsEnable = 0;
                    }
                    Logic.Send.LogicControlSwitch(logic);
                    Send.LogicControlSwitch(logic);
                };
                ///编辑