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/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