Skip to content

Instantly share code, notes, and snippets.

@simonmorley
Last active August 29, 2015 14:07
Show Gist options
  • Save simonmorley/5978ee62290fe836ffc4 to your computer and use it in GitHub Desktop.
Save simonmorley/5978ee62290fe836ffc4 to your computer and use it in GitHub Desktop.
{
"ap_mac": "00-18-0A-13-XX-XX",
"unique_id": "xxx",
"created_at": "20141010",
"meraki_secret": "xxx",
"location_id": 1294,
"latitude": 52.924263174858446,
"longitude": -1.4837226407115054,
"day": 5,
"version": 2,
"manufacturer": "Apple",
"updated_at": 1412944362059,
"sessions": 5,
"total_stays": 2,
"associated": 2,
"temp_length": 1,
"mean": 511.5,
"visits": [
{
"rssi": 16,
"last_seen": "2014-10-10T09:33:54Z",
"_id": 1412933634000,
"ssid": null,
"hour": 10
},
{
"rssi": 17,
"last_seen": "2014-10-10T09:39:03Z",
"_id": 1412933943000,
"ssid": null,
"hour": 10
},
{
"rssi": 29,
"last_seen": "2014-10-10T10:44:43Z",
"_id": 1412937883000,
"ssid": null,
"hour": 11
},
{
"rssi": 27,
"last_seen": "2014-10-10T10:56:37Z",
"_id": 1412938597000,
"ssid": null,
"hour": 11
},
{
"rssi": 40,
"last_seen": "2014-10-10T12:31:16Z",
"_id": 1412944276000,
"ssid": null,
"hour": 13
}
],
"temp": [
{
"seen": "2014-10-10T12:31:16Z"
}
],
"stays": [
{
"start": "2014-10-10T09:33:54Z",
"end": "2014-10-10T09:39:03Z",
"duration": 309
},
{
"start": "2014-10-10T10:44:43Z",
"end": "2014-10-10T10:56:37Z",
"duration": 714
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment