From da3634e011bbda29cf4e1c168997b780fe795b20 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期三, 13 五月 2020 09:05:23 +0800
Subject: [PATCH] 优化新风模块和新风面板的测试功能,请合并代码

---
 ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs
index 2eb6f8a..f78d627 100644
--- a/ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs
+++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs
@@ -252,10 +252,10 @@
                     //鏂伴 
                     IconPath = "Device/FreshAirEpoint.png";
                 }
-                else if (this.Type == DeviceType.FreshAir)
+                else if (this.Type == DeviceType.PMSensor)
                 {
                     //PM2.5绌烘皵璐ㄩ噺浼犳劅鍣� 
-                    IconPath = "Device/FreshAirEpoint.png";
+                    IconPath = "Device/AirQualitySensorEpoint.png";
                 }
                 else if (this.Type == DeviceType.FreshAirHumiditySensor)
                 {
@@ -414,6 +414,11 @@
         /// </summary>
         public int IsOnline;
         /// <summary>
+        /// 1锛氳矾鐢辫澶�
+        /// <para>2锛氱粓绔澶囷紝鐢垫睜璁惧</para>
+        /// </summary>
+        public int ZigbeeType;
+        /// <summary>
         /// 褰撳墠杩愯绋嬪簭鐗堟湰淇℃伅銆� 鏈�澶�64瀛楄妭
         /// </summary>
         public int ImgVersion;

--
Gitblit v1.8.0