ZigbeeApp/Shared/Phone/Category/Controls/DeviceRow/DevicePmSensorRowControl.csold 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