From e2cd94abacc0101af8d0db7fed3a785c1a045b5d Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 07 五月 2020 09:28:51 +0800
Subject: [PATCH] 上传

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

diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs
index aa36b64..f8f7b41 100755
--- a/ZigbeeApp/Shared/R.cs
+++ b/ZigbeeApp/Shared/R.cs
@@ -558,6 +558,14 @@
         /// 鎵嬪姩
         /// </summary>
         public const int Manual = 311;
+        /// <summary>
+        /// 鑳屽厜鐏鑹�
+        /// </summary>
+        public const int BackgroundLightColor = 312;
+        /// <summary>
+        /// PM2.5鎰熷櫒 -> 闀挎寜鍥剧ず鎸夐敭5绉掍互涓婏紝淇″彿鍥炬爣{0}蹇棯锛� 杩涘叆閰嶇綉鐘舵�併�備俊鍙峰浘鏍囧父浜垯閰嶇綉鎴愬姛
+        /// </summary>
+        public const int AddSensorPMMsg = 313;
 
         public readonly static int cancel = 5097;
         public readonly static int confrim = 5098;
@@ -822,7 +830,15 @@
         public readonly static int numberSone = 5387;
         public readonly static int openAutomationSone = 5388;
         public readonly static int timeSetSone= 5389;
-
+        public readonly static int invalidSetting = 5390;
+        public readonly static int hour = 5391;
+        public readonly static int lockOpen = 5392;
+        public readonly static int setDoorLockOpen = 5393;
+        public readonly static int less = 5394;
+        public readonly static int more = 5395;
+        public readonly static int or = 5396;
+        public readonly static int timeNull = 5397;
+        public readonly static int numberInput = 5398;
 
         #region 鐧诲綍娉ㄥ唽
         /// <summary>
@@ -5730,6 +5746,10 @@
         /// 甯稿紑鑷姩鍖栨墜鍔ㄥ彇娑�
         /// </summary>
         public const int uNormallyOpenLogicManualClose = 16115;
+        /// <summary>
+        /// 娓稿浣撻獙
+        /// </summary>
+        public const int uExperienceAccount = 16116;
 
 
         //鈽呪槄鈽呪槄涓嬮潰杩欎簺鏄帴鍙g殑杩斿洖淇℃伅缈昏瘧,浠�18000寮�濮嬧槄鈽呪槄鈽�
@@ -5961,6 +5981,10 @@
         /// 绐楀笜闈㈡澘 -> 闀挎寜闈㈡澘宸︿笂瑙掓寜閿紝鎵�鏈夋寜閿畕0}鎸囩ず鐏寒璧凤紝鍒欓厤缃戞垚鍔� 
         /// </summary>
         public const int uAddCurtaunPanelMsg = 21022;
+        /// <summary>
+        /// 鍚搁《鐕冩皵浼犳劅鍣� -> 闀挎寜鍥剧ず鎸夐敭5绉掍互涓婏紝缁胯壊蹇棯{0}杩涘叆閰嶇綉鐘舵�侊紝缁跨伅甯镐寒鍒欏叆缃戞垚鍔�
+        /// </summary>
+        public const int uAddSensorCeilingGasMsg = 21023;
 
 
         //鈽呪槄鈽呪槄涓嬮潰杩欎簺鏄ā鍧桰D鐨勫畼鏂瑰悕瀛�,浠�30000寮�濮嬧槄鈽呪槄鈽�
@@ -6120,6 +6144,10 @@
         /// 闀滃儚ID涓�2310鐨勮澶囩殑榛樿鍚嶅瓧锛氭柟鎮︽柊椋庡皬妯″潡
         /// </summary>
         public const int uDeviceModelId2310 = 30038;
+        /// <summary>
+        /// 闀滃儚ID涓�1306鐨勮澶囩殑榛樿鍚嶅瓧锛歓igbee鍚搁《鐕冩皵浼犳劅鍣�
+        /// </summary>
+        public const int uDeviceModelId1306 = 30039;
 
         //鈽呪槄鈽呪槄涓嬮潰杩欎簺鏄澶囨墍灞炵绫荤殑缈昏瘧鍚嶅瓧,浠�40000寮�濮嬧槄鈽呪槄鈽�
         /// <summary>
@@ -6303,5 +6331,13 @@
         /// 鏅鸿兘绌哄紑
         /// </summary>
         public const int uDeviceDirectionName25 = 70024;
+        /// <summary>
+        /// 鍚搁《鐕冩皵浼犳劅鍣�
+        /// </summary>
+        public const int uDeviceDirectionName26 = 70025;
+        /// <summary>
+        /// PM2.5绌烘皵璐ㄩ噺浼犳劅鍣�
+        /// </summary>
+        public const int uDeviceDirectionName27 = 70026;
     }
 }

--
Gitblit v1.8.0