From fe1da25d526818bae24b4b3d2353d6852863c338 Mon Sep 17 00:00:00 2001 From: Todd Petersen Date: Wed, 6 Mar 2019 18:04:04 -0500 Subject: [PATCH 1/2] Removed 5 second requirement from Github Updated based on compliance changed approved by LADOT Compliance will exist in a seperate document. --- agency/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agency/README.md b/agency/README.md index 174212a2..c09cae56 100644 --- a/agency/README.md +++ b/agency/README.md @@ -184,7 +184,7 @@ Body Params: ## Vehicles - Telemetry -The vehicle `/telemetry` endpoint allows a Provider to send vehicle telemetry data in a batch for any number of vehicles in the fleet. Telemetry data will be reported to the API every 5 seconds for each vehicle in motion. +The vehicle `/telemetry` endpoint allows a Provider to send vehicle telemetry data in a batch for any number of vehicles in the fleet. Endpoint: `/vehicles/telemetry` Method: `POST` From a070d83070c0640dc7e1f811284e407674910942 Mon Sep 17 00:00:00 2001 From: Todd Petersen Date: Wed, 6 Mar 2019 19:05:40 -0500 Subject: [PATCH 2/2] Compliance Update Approved by LADOT. Updated compliance for in-trip telemetry for scooters. --- agency/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agency/README.md b/agency/README.md index c09cae56..d05d4549 100644 --- a/agency/README.md +++ b/agency/README.md @@ -186,6 +186,9 @@ Body Params: The vehicle `/telemetry` endpoint allows a Provider to send vehicle telemetry data in a batch for any number of vehicles in the fleet. +The Update Telemetry endpoint (/telemetry) shall be called for the specific trip within 24 hrs after the vehicle trip is over. +For any given trip, data reported via the (/telemetry) endpoint shall contain temporal and location data for every 300 ft (91 meters) while vehicle is in motion and 30 seconds while at rest. For Mobility Service Providers who do not calculate distance in real-time, a periodic rate of 14 seconds can be used while vehicle is in motion. + Endpoint: `/vehicles/telemetry` Method: `POST`