gxc
2020-01-10 b9cb076fe6127160c96c35bf9c8cebcffe1d5ccd
ZigbeeApp/Shared/Phone/ZigBee/Common/Config.cs
old mode 100755 new mode 100644
@@ -61,7 +61,7 @@
                config = new Config { };
            }
        }
        /// <summary>
        /// 当前登录的帐号
        /// </summary>
@@ -90,6 +90,11 @@
        /// 成员请求控制主帐号此住宅时请求基地址的LoginAccessToken的值
        /// </summary>
        public string AdminRequestToken = string.Empty;
        /// <summary>
        /// 远程连接的Mqtt的客户端ID
        /// </summary>
        [Newtonsoft.Json.JsonIgnore]
        public string ConnEmqClientId = string.Empty;
        [Newtonsoft.Json.JsonIgnore]
        /// <summary>
@@ -120,6 +125,11 @@
        }
        /// <summary>
        /// 登录时Token
        /// </summary>
        public string LoginToken = string.Empty;
        /// <summary>
        /// 登录过的帐号信息
        /// </summary>
        public List<string> AccountList = new List<string> { };
@@ -127,7 +137,7 @@
        public List<string> HomeFilePathList = new List<string> { };
        public string HomeId = string.Empty;
        [Newtonsoft.Json.JsonIgnore]
        private House m_Home = null;
        /// <summary>