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:
parent
12b345d574
commit
057ede8dde
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue