Replies: 1 comment 6 replies
-
Battery level is not a standardised data point that is transmitted through the FindMy network. Apple devices obtain it (to my knowledge) by interacting with the device locally, which means it is only updated when the tag is in range of an owner device. The FindMy protocol does allow for a single byte of arbitrary data to be transmitted from the tag to a finder device. I haven't inspected the code thoroughly, but FindMyFlipper appears to use this byte to transmit battery information. The library exposes this value through the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A quick search of the code, it doesn't seem like it, but it seems like the findmy network provides that info? I saw this - https://github.com/MatthewKuKanich/FindMyFlipper/blob/e5a678e33dd17af46bb63050be4c9d10e17f6252/FindMyFlipper/findmy.c#L136, which seems to indicate that info should be available?
Beta Was this translation helpful? Give feedback.
All reactions