From f759dc1e6f49c53733eafda82207c85af18f9931 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 28 五月 2020 15:46:54 +0800 Subject: [PATCH] 2020-05-28-1 --- ZigbeeApp/Shared/Phone/ZigBee/Device/HumiditySensor.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/ZigBee/Device/HumiditySensor.cs b/ZigbeeApp/Shared/Phone/ZigBee/Device/HumiditySensor.cs index d982539..3646638 100755 --- a/ZigbeeApp/Shared/Phone/ZigBee/Device/HumiditySensor.cs +++ b/ZigbeeApp/Shared/Phone/ZigBee/Device/HumiditySensor.cs @@ -8,6 +8,7 @@ { public HumiditySensor() { + this.Type = DeviceType.FreshAirHumiditySensor; } } } -- Gitblit v1.8.0