From 652c1986b854f54e0a6d38b4b538a9551c1e3151 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期三, 13 五月 2020 11:27:42 +0800
Subject: [PATCH] 2

---
 ZigbeeApp/Shared/Phone/ZigBee/Device/PMSensor.cs |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/PMSensor.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/PMSensor.cs
index f2dece7..5cb83ef 100644
--- a/ZigbeeApp/Shared/Phone/ZigBee/Device/PMSensor.cs
+++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/PMSensor.cs
@@ -12,5 +12,18 @@
         {
             this.Type = DeviceType.PMSensor;
         }
+
+        /// <summary>
+        /// 褰撳墠娓╁害   
+        /// </summary>
+        public int currentTemperature = 0;
+        /// <summary>
+        /// 褰撳墠婀垮害 
+        /// </summary>
+        public int currentHumidity = 0;
+        /// <summary>
+        /// 褰撳墠PM2.5鍊�
+        /// </summary>
+        public int currentPmData = 0;
     }
 }

--
Gitblit v1.8.0