xm
2020-05-13 da3634e011bbda29cf4e1c168997b780fe795b20
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;
    }
}