From 057ede8dde70d199994d8468f7a9bf40d98078f1 Mon Sep 17 00:00:00 2001 From: Max Koon Date: Thu, 2 Apr 2020 13:11:21 -0400 Subject: [PATCH] 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 --- pyicloud/services/findmyiphone.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyicloud/services/findmyiphone.py b/pyicloud/services/findmyiphone.py index 6096e5e..d0fe84e 100644 --- a/pyicloud/services/findmyiphone.py +++ b/pyicloud/services/findmyiphone.py @@ -43,6 +43,7 @@ class FindMyiPhoneServiceManager(object): "fmly": self.with_family, "shouldLocate": True, "selectedDevice": "all", + "deviceListVersion": 1, } } ),