From 412e0af11df2b1d7986adf002e7997d82344ab3e Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期一, 13 七月 2020 09:47:40 +0800 Subject: [PATCH] 请合并最新版代码 --- ZigbeeApp/Shared/Phone/ZigBee/Device/TemperatureSensor.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/TemperatureSensor.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/TemperatureSensor.cs index 1e01919..992f964 100755 --- a/ZigbeeApp/Shared/Phone/ZigBee/Device/TemperatureSensor.cs +++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/TemperatureSensor.cs @@ -10,6 +10,15 @@ /// </summary> public int SensorDiv = 1; + /// <summary> + /// 娓╁害 + /// </summary> + public decimal Temperatrue; + /// <summary> + /// 婀垮害 + /// </summary> + public decimal Humidity; + public TemperatureSensor() { this.Type = DeviceType.TemperatureSensor ; -- Gitblit v1.8.0