From 136b9e2fc48249a5ff89874f1080ba94130e7a9e Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期二, 19 五月 2020 11:12:29 +0800 Subject: [PATCH] Merge branch 'dev-tzy' into dev-2020xm --- ZigbeeApp/Shared/Phone/Category/Controls/DeviceRow/DevicePmSensorRowControl.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Category/Controls/DeviceRow/DevicePmSensorRowControl.cs b/ZigbeeApp/Shared/Phone/Category/Controls/DeviceRow/DevicePmSensorRowControl.cs old mode 100755 new mode 100644 index 1663fae..646eb3c --- a/ZigbeeApp/Shared/Phone/Category/Controls/DeviceRow/DevicePmSensorRowControl.cs +++ b/ZigbeeApp/Shared/Phone/Category/Controls/DeviceRow/DevicePmSensorRowControl.cs @@ -47,10 +47,10 @@ public override void SendStatuComand() { //妫�娴嬭兘鍚﹀彂閫佽幏鍙栫姸鎬佸懡浠� - if (this.CheckCanSendStatuComand() == true) - { - HdlDeviceAttributeLogic.Current.SendFreshAirStatuComand(this.device); - } + //if (this.CheckCanSendStatuComand() == true) + //{ + HdlDeviceAttributeLogic.Current.SendPmSensorComand(this.device); + //} } #endregion -- Gitblit v1.8.0