From 375751523a86b9ba0b3a27f04c3d3c4f19538690 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 03 三月 2021 09:35:00 +0800
Subject: [PATCH] Merge branch 'master' into wjc

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

diff --git a/Crabtree/SmartHome/UI/SimpleControl/R.cs b/Crabtree/SmartHome/UI/SimpleControl/R.cs
index 6953c90..c5ac68e 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/R.cs
+++ b/Crabtree/SmartHome/UI/SimpleControl/R.cs
@@ -1187,8 +1187,18 @@
         /// 鏂囦欢涓嶅瓨鍦�
         /// </summary>
         public const int FileNoExist = 20057;
-
-
+        /// <summary>
+        /// 鍚屾鍒颁簯绔�
+        /// </summary>
+        public const int SyncToTheCloud = 20058;
+        /// <summary>
+        /// Device and scene data are successfully synchronized to the cloud!
+        /// </summary>
+        public const int SuccessfullySynchronizedToTheCloud = 20059;
+        /// <summary>
+        /// Failed to sync the device and scene data to the cloud!
+        /// </summary>
+        public const int FailedToSyncToTheCloud = 20060;
 
         #endregion
     }

--
Gitblit v1.8.0