ZigbeeApp/Shared/Common/Device.cs
@@ -732,7 +732,7 @@ /// <returns></returns> public bool DeviceIsCanFixedPosition(CommonDevice device) { if (device.Type == DeviceType.DoorLock) if (device.Type == DeviceType.DoorLock || device.Type == DeviceType.PMSensor) { //门锁没有定位功能 return false;