Allow accessories to be retrieved from the FindMyiPhone service (#263)

* Allow for accessories to be retrived for the FindMyIPhone service

* added coma to fix black formatting
This commit is contained in:
Max Koon 2020-04-02 13:11:21 -04:00 committed by GitHub
parent 12b345d574
commit 057ede8dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ class FindMyiPhoneServiceManager(object):
"fmly": self.with_family, "fmly": self.with_family,
"shouldLocate": True, "shouldLocate": True,
"selectedDevice": "all", "selectedDevice": "all",
"deviceListVersion": 1,
} }
} }
), ),