From 5a5a2b696866f947b6025d26c3302e8ffef46435 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期一, 11 一月 2021 16:11:20 +0800
Subject: [PATCH] 2021-01-11 1.更新MQTT连接和本地搜索网关方法。2.子账号相关接口完善

---
 Crabtree/SmartHome/UI/SimpleControl/R.cs |   51 +++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 49 insertions(+), 2 deletions(-)

diff --git a/Crabtree/SmartHome/UI/SimpleControl/R.cs b/Crabtree/SmartHome/UI/SimpleControl/R.cs
index 467bcfd..1540c22 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/R.cs
+++ b/Crabtree/SmartHome/UI/SimpleControl/R.cs
@@ -1134,8 +1134,55 @@
         /// 璇疯緭鍏ラ獙璇佺爜
         /// </summary>
         public const int PlsEntryVerificationCode = 20044;
-  
-        
+        /// <summary>
+        /// 璇风◢鍊欙紝姝e湪鍚姩杩滅▼杩炴帴鈥�
+        /// </summary>
+        public const int StartEnablingRmote = 20045;
+        /// <summary>
+        /// Searching local gateway...
+        /// </summary>
+        public const int SearchingGatewayLocally = 20046;
+        /// <summary>
+        /// Checking if the gateway is online...
+        /// </summary>
+        public const int CheckingGatewayIsOnline = 20047;
+        /// <summary>
+        /// Gateway is offline, remote connection failed.
+        /// </summary>
+        public const int RemoteFailedGatewayOffline = 20048;
+        /// <summary>
+        /// 缃戝叧鐧诲綍涓婄嚎
+        /// </summary>
+        public const int GatewayLoginOnline = 20049;
+        /// <summary>
+        /// 鑾峰彇鍙傛暟鎴愬姛,寮�濮嬭繛鎺�...
+        /// Successfully obtained parameters, starting to connect...
+        /// </summary>
+        public const int GetSuccessfullyStartConnecting = 20050;
+        /// <summary>
+        /// 姝e湪鑾峰彇杩滅▼杩炴帴鍙傛暟...
+        /// </summary>
+        public const int GettingRemoteConnectionInfo = 20051;
+        /// <summary>
+        /// Remote failure, automatically reconnect...
+        /// </summary>
+        public const int RemoteFailure = 20052;
+        /// <summary>
+        /// 鎼滅储鎴愬姛锛屽惎鐢ㄦ湰鍦拌繛鎺�
+        /// </summary>
+        public const int SearchGatewaySuccess = 20053;
+        /// <summary>
+        /// 鎼滅储澶辫触锛屽惎鐢ㄨ繙绋嬭繛鎺�
+        /// </summary>
+        public const int SearchGatewayFail = 20054;
+        /// <summary>
+        /// 娣诲姞鎴愬姛
+        /// </summary>
+        public const int AddedSuccessfully = 20055;
+       
+
+
+
 
         #endregion
     }

--
Gitblit v1.8.0