lwm2m
Version:
Library for developing servers and client of OMA Lightweight M2M
34 lines (33 loc) • 540 B
JSON
{
"latitude": {
"type": "Float",
"id": 0,
"required": true
},
"longitude": {
"type": "Float",
"id": 1,
"required": true
},
"altitude": {
"type": "Float",
"id": 2
},
"radius": {
"type": "Float",
"id": 3
},
"velocity": {
"type": "Opaque",
"id": 4
},
"timestamp": {
"type": "Time",
"id": 5,
"required": true
},
"speed": {
"type": "Float",
"id": 6
}
}