From 528c105b3aea0e6e00477365f16f57c1e3d7eb1c Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期四, 24 十月 2019 15:31:28 +0800
Subject: [PATCH] 2019-10-24-3

---
 ZigbeeApp/Shared/R.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs
index d5d753d..123de7c 100644
--- a/ZigbeeApp/Shared/R.cs
+++ b/ZigbeeApp/Shared/R.cs
@@ -269,6 +269,23 @@
         public readonly static int CLose = 182;
         public readonly static int Opening = 183;
         public readonly static int DoorLockOpen = 184;
+        public readonly static int Year = 185;
+        public readonly static int RectifySuccess = 186;
+        public readonly static int RectifyFailed = 187;
+        public readonly static int SetTempPasswordTip2 = 188;
+        public readonly static int SetTempPasswordTip3 = 189;
+        public readonly static int SetTempPasswordTip4 = 190;
+        public readonly static int SetTempPasswordTip5 = 191;
+        public readonly static int SetTempPasswordTip1 = 192;
+        public readonly static int NextStepXm = 193;
+        public readonly static int DeviceRemarkXm = 194;
+        public readonly static int SetSuccessXm = 195;
+        public readonly static int SetFailedXm = 196;
+        public readonly static int SetFailedXm1 = 197;
+        public readonly static int ClearFailedXm1 = 198;
+        public readonly static int ClearFailedXm = 199;
+        public readonly static int ModifyTempPasswordTip1 = 200;
+        public readonly static int ModifyTempPasswordTip2 = 201;
 
         public readonly static int RemindSetting = 548;
         public readonly static int AddNewUser = 650;

--
Gitblit v1.8.0