From a7ab4b610972e20753dfedb3e5d80e4d9f017d07 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 14 八月 2020 10:39:08 +0800 Subject: [PATCH] 临时备份,测试1 --- ZigbeeApp/Shared/Phone/ZigBee/Device/PMSensor.cs | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/PMSensor.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/PMSensor.cs index 5008025..ae70ba4 100755 --- a/ZigbeeApp/Shared/Phone/ZigBee/Device/PMSensor.cs +++ b/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> -- Gitblit v1.8.0