From ac334861efbf06933e95c62ced0484410f34bece Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期五, 29 十一月 2019 18:00:32 +0800
Subject: [PATCH] 2019.11.29

---
 ZigbeeApp/Shared/R.cs |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs
index f4214e5..fa603d6 100644
--- a/ZigbeeApp/Shared/R.cs
+++ b/ZigbeeApp/Shared/R.cs
@@ -879,6 +879,18 @@
         /// 涓户鍣�
         /// </summary>
         public const int Repeater = 12109;
+        /// <summary>
+        /// 娓╁害浼犳劅鍣�
+        /// </summary>
+        public const int TemperatureSensor = 12110;
+        /// <summary>
+        /// 婀垮害浼犳劅鍣�
+        /// </summary>
+        public const int HumiditySensor = 12111;
+        /// <summary>
+        /// 娓╂箍搴︿紶鎰熷櫒
+        /// </summary>
+        public const int TemperatureAndHumiditySensor = 12112;
 
         #endregion
 
@@ -1117,8 +1129,10 @@
         /// 5鎸�
         /// </summary>
         public const int Swing_Fifth = 13506;
-
-
+        /// <summary>
+        /// 璇锋竻娲佹护缃�
+        /// </summary>
+        public const int NeedCleanAC = 13511;
 
 
 

--
Gitblit v1.8.0