xm
2020-05-19 136b9e2fc48249a5ff89874f1080ba94130e7a9e
ZigbeeApp/Shared/Phone/Category/Controls/DeviceRow/DevicePmSensorRowControl.cs
old mode 100755 new mode 100644
@@ -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