HDL Home App 第二版本 旧平台金堂用 正在使用
xm
2020-08-14 a7ab4b610972e20753dfedb3e5d80e4d9f017d07
ZigbeeApp/Shared/Phone/ZigBee/Device/PMSensor.cs
@@ -14,15 +14,13 @@
        }
        /// <summary>
        /// 当前温度
        /// 当前温度
        /// </summary>
        [Newtonsoft.Json.JsonIgnore]
        public int currentTemperature = 0;
        public decimal currentTemperature = 0;
        /// <summary>
        /// 当前湿度 
        /// </summary>
        [Newtonsoft.Json.JsonIgnore]
        public int currentHumidity = 0;
        public decimal currentHumidity = 0;
        /// <summary>
        /// 当前PM2.5值
        /// </summary>