FindMyiPhone icon indicating copy to clipboard operation
FindMyiPhone copied to clipboard

devices list

Open mothy60 opened this issue 9 years ago • 1 comments

hi, loving your script, I've got a few devices would be be possible to get it to print a list of devices so that I can confirm that its the correct devices been located ect? thanks

mothy60 avatar Jun 03 '15 12:06 mothy60

After instantiation of the class.

<?php
$s = new FindMyiPhone("[appleID]", "[password]");
var_dump($s->devices);

alpha1125 avatar Jul 06 '15 13:07 alpha1125