Skip to content

Instantly share code, notes, and snippets.

@sinky
Created April 27, 2014 13:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sinky/11345544 to your computer and use it in GitHub Desktop.
Save sinky/11345544 to your computer and use it in GitHub Desktop.
iCloud Dump
<?php
require('class.sosumi.php'); // https://github.com/tylerhall/sosumi
$ssm = new Sosumi("ICLOUD_USER", "ICLOUD_PASS");
var_dump($ssm);
@sinky
Copy link
Author

sinky commented Apr 27, 2014

Device IDs are bold

object(Sosumi)#1 (5) {
["devices"]=>
array(2) {
[0]=>
object(SosumiDevice)#12 (14) {
["isLocating"]=> bool(true)
[...]
["batteryLevel"]=> float(0)
}
[1]=>
object(SosumiDevice)#13 (14) {
["isLocating"]=> bool(true)
[...]
["batteryLevel"]=> float(0)
}
}
["debug"]=>bool(false)
[...]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment