-
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
I'm reading through the documentation here:
https://docs.mikealmel.ooo/FindMy.py/getstarted/02-fetching.html
and it mentions you can pass through a list containing multiple devices to account.fetch_location(), which will then optimise the request payload. This is pretty useful.
Just to clarify though - normally if you were passing a single device to account.fetch_location(), you could then call .to_json("path") afterwards, to persist it back to disk. However, in this case, if you use a list of devices - is the idea that you call .to_json("path") on each element in the list? And that will still work - as in, it will still figure out the right information back from the earlier account.fetch_location() call?
Metadata
Metadata
Assignees
Labels
No labels