ZigbeeApp/Shared/Phone/ZigBee/Device/CommonDevice.cs
@@ -110,6 +110,11 @@ /// </summary> public int IsOnline; /// <summary> /// 1:路由设备 /// <para>2:终端设备,电池设备</para> /// </summary> public int ZigbeeType; /// <summary> /// 当前运行程序版本信息。 最大64字节 /// </summary> public int ImgVersion; @@ -376,6 +381,11 @@ //新风 IconPath = "Device/FreshAirEpoint.png"; } else if (this.Type == DeviceType.PMSensor) { //PM2.5空气质量传感器 IconPath = "Device/AirQualitySensorEpoint.png"; } else if (this.Type == DeviceType.FreshAirHumiditySensor) { //湿度传感器