Co-authored-by: Azareth-Tr <Azareth-Tr@users.noreply.github.com> Co-authored-by: eddgranados12 <eddgranados12@users.noreply.github.com> configuracion inicial para supoabase y endpoints
57 lines
1.9 KiB
JSON
57 lines
1.9 KiB
JSON
[
|
|
{
|
|
"routeId": "RUTA-01",
|
|
"truckId": 101,
|
|
"turno": "matutino",
|
|
"status": "PENDIENTE",
|
|
"positions": [
|
|
{"positionId": 1, "lat": 20.5111, "lng": -100.9037, "speed": 40, "ts": "2026-05-01T08:00:00Z"},
|
|
{"positionId": 2, "lat": 20.5150, "lng": -100.9000, "speed": 35, "ts": "2026-05-01T08:10:00Z"},
|
|
{"positionId": 3, "lat": 20.5200, "lng": -100.8950, "speed": 20, "ts": "2026-05-01T08:20:00Z"},
|
|
{"positionId": 4, "lat": 20.5250, "lng": -100.8900, "speed": 15, "ts": "2026-05-01T08:30:00Z"},
|
|
{"positionId": 5, "lat": 20.5300, "lng": -100.8850, "speed": 0, "ts": "2026-05-01T08:40:00Z"},
|
|
{"positionId": 6, "lat": 20.5250, "lng": -100.8900, "speed": 25, "ts": "2026-05-01T08:50:00Z"},
|
|
{"positionId": 7, "lat": 20.5150, "lng": -100.9000, "speed": 30, "ts": "2026-05-01T09:00:00Z"},
|
|
{"positionId": 8, "lat": 20.5111, "lng": -100.9037, "speed": 0, "ts": "2026-05-01T09:10:00Z"}
|
|
]
|
|
},
|
|
{
|
|
"routeId": "RUTA-05",
|
|
"truckId": 105,
|
|
"turno": "vespertino",
|
|
"status": "PENDIENTE",
|
|
"positions": [
|
|
{"positionId": 1, "lat": 20.5111, "lng": -100.9037, "speed": 40, "ts": "2026-05-01T15:00:00Z"},
|
|
{"positionId": 4, "lat": 20.5250, "lng": -100.8900, "speed": 15, "ts": "2026-05-01T15:30:00Z"},
|
|
{"positionId": 8, "lat": 20.5111, "lng": -100.9037, "speed": 0, "ts": "2026-05-01T16:10:00Z"}
|
|
]
|
|
},
|
|
{
|
|
"routeId": "RUTA-03",
|
|
"truckId": 103,
|
|
"turno": "matutino",
|
|
"status": "PENDIENTE",
|
|
"positions": []
|
|
},
|
|
{
|
|
"routeId": "RUTA-04",
|
|
"truckId": 104,
|
|
"turno": "matutino",
|
|
"status": "PENDIENTE",
|
|
"positions": []
|
|
},
|
|
{
|
|
"routeId": "RUTA-12",
|
|
"truckId": 112,
|
|
"turno": "matutino",
|
|
"status": "PENDIENTE",
|
|
"positions": []
|
|
},
|
|
{
|
|
"routeId": "RUTA-13",
|
|
"truckId": 113,
|
|
"turno": "matutino",
|
|
"status": "PENDIENTE",
|
|
"positions": []
|
|
}
|
|
] |