malmeloo / FindMy.py

🍏 + 🎯 + 🐍 = Everything you need to query Apple's FindMy network!
http://docs.mikealmel.ooo/FindMy.py/
MIT License
110 stars 16 forks source link

Use Bluetooth MAC address instead of UUID on MacOS #10

Closed hajekj closed 7 months ago

hajekj commented 7 months ago

As per BleakScanner's documentation, MacOS will by default return an UUID of the device rather than a MAC address. This change enables proper use on MacOS.

malmeloo commented 7 months ago

Thanks!