From f14dcfd967404e197e7ec995ca8d6f2b090d3b7d Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 11 九月 2020 09:16:59 +0800
Subject: [PATCH] 优化多功能面板:绑定温湿度传感器目标,和设备列表回路显示。优化数据矫正功能温湿度度不设置的情况。优化门锁时间设置最后一天和最后最后一个月的时间显示等 细节

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp20200825/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
old mode 100644
new mode 100755
similarity index 98%
rename from ZigbeeApp20200825/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
rename to ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
index accc927..ef0aaaa
--- a/ZigbeeApp20200825/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/UserCenterCommon.cs
@@ -544,6 +544,25 @@
         public string CreatedOnUtc = string.Empty;
     }
 
+    /// <summary>
+    /// 缃戝叧闇�瑕佸崌绾х殑淇℃伅
+    /// </summary>
+    public class GatewayNeedUpdateInfo
+    {
+        /// <summary>
+        /// 鍗囩骇鍥轰欢鐨勫叏璺緞
+        /// </summary>
+        public string FullFileName = string.Empty;
+        /// <summary>
+        /// 铏氭嫙椹卞姩鍙�
+        /// </summary>
+        public int DriveCode = -1;
+        /// <summary>
+        /// 1:Linux鐨勫崌绾у浐浠� 2:鍗忚皟鍣ㄧ殑鍗囩骇鍥轰欢 3:铏氭嫙椹卞姩鐨勫崌绾у浐浠�
+        /// </summary>
+        public int Div = -1;
+    }
+
     #endregion
 
     #region 鈻� 鏁版嵁澶囦唤绫籣_________________________
@@ -1316,6 +1335,10 @@
         /// 鏄惁寮�鍚皟璇旳pp鍔熻兘 1->寮�鍚�
         /// </summary>
         public int StartDebugApp = 0;
+        /// <summary>
+        /// 褰撹澶嘥ype涓嶄竴鏍锋椂,鏄惁鐢熸垚Log 1->鐢熸垚
+        /// </summary>
+        public int CheckDeviceType = 0;
     }
     #endregion
 

--
Gitblit v1.8.0