ubnt-freifunk-map-api/example.ucDevices.json

26 lines
624 B
JSON
Raw Normal View History

2021-02-05 23:15:25 +00:00
{
"devices":[
{
2021-02-06 00:13:38 +00:00
"name": "AM-01",
"mac": "18:e8:29:9c:90:ae",
"gateway_nexthop": "18e82924170a",
2021-02-05 23:15:25 +00:00
"gateway": "a28cae6ff604",
2021-02-06 10:43:27 +00:00
"linked_to": "18:e8:29:24:17:0a",
2021-02-05 23:15:25 +00:00
"location": {
2021-02-06 00:13:38 +00:00
"longitude":7.122931927,
"latitude":50.818885422
}
},
{
"name": "AM-02",
"mac": "18:e8:29:9c:96:ba",
"gateway_nexthop": "18e82924170a",
"gateway": "a28cae6ff604",
2021-02-06 11:02:47 +00:00
"linked_to": "18:e8:29:24:17:0a",
2021-02-06 00:13:38 +00:00
"location": {
"longitude":7.122777700,
"latitude":50.819022680
}
2021-02-05 23:15:25 +00:00
}
]
}