From a6e88ed16c1c2e28b209450d5c9abc21005ec5ee Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 24 六月 2021 16:57:36 +0800
Subject: [PATCH] 2021-06-24 1.增加网关动态密钥处理

---
 Crabtree/SmartHome/UI/SimpleControl/R.cs |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/Crabtree/SmartHome/UI/SimpleControl/R.cs b/Crabtree/SmartHome/UI/SimpleControl/R.cs
index df420a9..67b1f81 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/R.cs
+++ b/Crabtree/SmartHome/UI/SimpleControl/R.cs
@@ -1208,6 +1208,20 @@
         /// Resend
         /// </summary>
         public const int Resend = 20062;
+        /// <summary>
+        /// DoYouWantToUnbind
+        /// </summary>
+        public const int DoYouWantToUnbind = 20063;
+        /// <summary>
+        /// Unbind successfully
+        /// </summary>
+        public const int UnbindSuccessfully = 20064;
+        /// <summary>
+        /// Please enter content
+        /// </summary>
+        public const int PleaseEnterContent = 20065;
+       
+
         #endregion
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0