xm
2020-12-14 d6fb0646531172f23648441c224cdcccd721b894
ZigbeeApp/Shared/Common/Device.cs
@@ -975,9 +975,9 @@
    /// <returns></returns>
    public bool DeviceIsCanFixedPosition(CommonDevice device)
    {
      if (device.Type == DeviceType.DoorLock || device.Type == DeviceType.PMSensor)
      if (device.Type == DeviceType.DoorLock || device.Type == DeviceType.Airer || device.Type == DeviceType.PMSensor)
      {
        //门锁没有定位功能
        //门锁和晾衣架没有定位功能;
        return false;
      }
      var myTypeInfo = this.GetMyDeviceEnumInfo(new List<CommonDevice>() { device });