Crabtree/SmartHome/HDL/Operation/UserConfig.cs
@@ -173,6 +173,7 @@ //清空之前网关的信息,重新获取 HomeGateway = null; GetHomeGatewayList (); //EquipmentPublicClass.upLoadLink = true; } get { if (currentRegion == null) { @@ -325,7 +326,19 @@ /// <summary> /// 是否加密 /// </summary> public bool IsLocalEncrypt = false; bool isLocalEncrypt = false; public bool IsLocalEncrypt { get { return isLocalEncrypt; } set { isLocalEncrypt = value; } } //public bool IsLocalEncrypt { // set { } // get { return false; } //} /// <summary> /// 设置为默认加密,并计算加密Key /// </summary>