diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..f4d6116 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,21 @@ +# FAQ +## Frequent error +### 1. Can't get car model please check cars.json +PSA API doesn't provide model for some vehicle. +You should edit car.json and change label property like this: +```label: null > label: "e-208"```. + +Also check if your model is set in the ENERGY_CAPACITY variable in this [file](Car.py). +If not please open an issue, or a pull request, so we can add your model to the list. + +### 2. Error during activation {'newversion': '2.0.0', 'newversionurl': 'http://m.inwebo.com/', 'err': 'NOK:FORBIDDEN'} +Your psa account is locked because you makes 20 sms activation. To unlock do this : +1. Install on a smartphone mypeugeot, myopel etc, depending on your car brand +2. If the application is already installed uninstall and reinstall +3. You should be asked to give your credentials +4. Connect and test remote control, it should say that you need to reset your account +6. If the remote control work on your smartphone it will work with psa_car_controller + +### 3. No data to show +The app record your position if "-r" argument is provided. +You need to make few trips to be able to see stats in the dashboard. diff --git a/README.md b/README.md index 645f9c4..dca18f4 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ We will retrieve these informations: - [HomeAssistant](https://github.com/Flodu31/HomeAssistant-PeugeotIntegration) - Jeedom (Anyone can share the procedure ?) +## FAQ +If you have a problem, or a question please check if the answer isn't in the [FAQ](FAQ.md). + ## API documentation The api documentation is described here : [api_spec.md](api_spec.md). You can use all functions from the doc, for example : diff --git a/api_spec.md b/api_spec.md index d17b69e..6896e7a 100644 --- a/api_spec.md +++ b/api_spec.md @@ -18,171 +18,171 @@ All URIs are relative to *https://api.groupe-psa.com/connectedcar/v4* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- -*TripsApi* | [**get_path_for_trip**](docs/TripsApi.md#get_path_for_trip) | **GET** /user/trips/{tid}/wayPoints | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_path_for_trip_0**](docs/TripsApi.md#get_path_for_trip_0) | **GET** /user/vehicles/{id}/trips/{tid}/wayPoints | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_telemetry_for_trip**](docs/TripsApi.md#get_telemetry_for_trip) | **GET** /user/trips/{tid}/telemetry | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_telemetry_for_trip_0**](docs/TripsApi.md#get_telemetry_for_trip_0) | **GET** /user/vehicles/{id}/trips/{tid}/telemetry | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_trip_by_vehicle**](docs/TripsApi.md#get_trip_by_vehicle) | **GET** /user/vehicles/{id}/trips/{tid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_trips_by_vehicle**](docs/TripsApi.md#get_trips_by_vehicle) | **GET** /user/trips/{tid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_trips_by_vehicle_0**](docs/TripsApi.md#get_trips_by_vehicle_0) | **GET** /user/trips/{tid}/ecoaching | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_trips_by_vehicle_1**](docs/TripsApi.md#get_trips_by_vehicle_1) | **GET** /user/vehicles/{id}/trips | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_trips_by_vehicle_2**](docs/TripsApi.md#get_trips_by_vehicle_2) | **GET** /user/vehicles/{id}/trips/{tid}/ecoaching | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_user_collision_by_tip_by_id**](docs/TripsApi.md#get_user_collision_by_tip_by_id) | **GET** /user/trips/{tid}/collisions/{cid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_user_collisions_by_trip_id**](docs/TripsApi.md#get_user_collisions_by_trip_id) | **GET** /user/trips/{tid}/collisions | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_user_trip_alert_by_aid**](docs/TripsApi.md#get_user_trip_alert_by_aid) | **GET** /user/trips/{tid}/alerts/{aid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_user_trip_alerts**](docs/TripsApi.md#get_user_trip_alerts) | **GET** /user/trips/{tid}/alerts | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_user_trips**](docs/TripsApi.md#get_user_trips) | **GET** /user/trips | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_vehicle_collision_by_tip_by_id**](docs/TripsApi.md#get_vehicle_collision_by_tip_by_id) | **GET** /user/vehicles/{id}/trips/{tid}/collisions/{cid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_vehicle_collisions_by_trip_id**](docs/TripsApi.md#get_vehicle_collisions_by_trip_id) | **GET** /user/vehicles/{id}/trips/{tid}/collisions | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_vehicle_trip_alert_by_aid**](docs/TripsApi.md#get_vehicle_trip_alert_by_aid) | **GET** /user/vehicles/{id}/trips/{tid}/alerts/{aid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*TripsApi* | [**get_vehicle_trip_alerts**](docs/TripsApi.md#get_vehicle_trip_alerts) | **GET** /user/vehicles/{id}/trips/{tid}/alerts | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*UserApi* | [**get_user**](docs/UserApi.md#get_user) | **GET** /user | User's information -*VehiclesApi* | [**delete_monitordd**](docs/VehiclesApi.md#delete_monitordd) | **DELETE** /user/vehicles/{id}/monitors/{mid} | Delete a Monitor. OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*VehiclesApi* | [**get_car_last_position**](docs/VehiclesApi.md#get_car_last_position) | **GET** /user/vehicles/{id}/lastPosition | Last position identified -*VehiclesApi* | [**get_telemetry**](docs/VehiclesApi.md#get_telemetry) | **GET** /user/vehicles/{id}/telemetry | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*VehiclesApi* | [**get_vehicle_alerts**](docs/VehiclesApi.md#get_vehicle_alerts) | **GET** /user/vehicles/{id}/alerts | -*VehiclesApi* | [**get_vehicle_alerts_by_id**](docs/VehiclesApi.md#get_vehicle_alerts_by_id) | **GET** /user/vehicles/{id}/alerts/{aid} | -*VehiclesApi* | [**get_vehicle_byid**](docs/VehiclesApi.md#get_vehicle_byid) | **GET** /user/vehicles/{id} | Details of vehicule -*VehiclesApi* | [**get_vehicle_collision**](docs/VehiclesApi.md#get_vehicle_collision) | **GET** /user/vehicles/{id}/collisions | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*VehiclesApi* | [**get_vehicle_collision_by_id**](docs/VehiclesApi.md#get_vehicle_collision_by_id) | **GET** /user/vehicles/{id}/collisions/{cid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*VehiclesApi* | [**get_vehicle_maintenance**](docs/VehiclesApi.md#get_vehicle_maintenance) | **GET** /user/vehicles/{id}/maintenance | -*VehiclesApi* | [**get_vehicle_monitors**](docs/VehiclesApi.md#get_vehicle_monitors) | **GET** /user/vehicles/{id}/monitors | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*VehiclesApi* | [**get_vehicle_monitors_by_id**](docs/VehiclesApi.md#get_vehicle_monitors_by_id) | **GET** /user/vehicles/{id}/monitors/{mid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*VehiclesApi* | [**get_vehicle_status**](docs/VehiclesApi.md#get_vehicle_status) | **GET** /user/vehicles/{id}/status | Vehicle status. -*VehiclesApi* | [**get_vehicles_by_device**](docs/VehiclesApi.md#get_vehicles_by_device) | **GET** /user/vehicles | List of vehicules -*VehiclesApi* | [**set_fleet_vehicle_monitor_status**](docs/VehiclesApi.md#set_fleet_vehicle_monitor_status) | **PUT** /user/vehicles/{id}/monitors/{mid}/status | Set a new monitor status. OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*VehiclesApi* | [**set_vehicle_monitor**](docs/VehiclesApi.md#set_vehicle_monitor) | **POST** /user/vehicles/{id}/monitors | Create a new Monitor. OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE -*VehiclesApi* | [**update_fleet_vehicle_monitor**](docs/VehiclesApi.md#update_fleet_vehicle_monitor) | **PUT** /user/vehicles/{id}/monitors/{mid} | Update and existing Monitor. OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_path_for_trip**](docs/api/TripsApi.md#get_path_for_trip) | **GET** /user/trips/{tid}/wayPoints | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_path_for_trip_0**](docs/api/TripsApi.md#get_path_for_trip_0) | **GET** /user/vehicles/{id}/trips/{tid}/wayPoints | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_telemetry_for_trip**](docs/api/TripsApi.md#get_telemetry_for_trip) | **GET** /user/trips/{tid}/telemetry | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_telemetry_for_trip_0**](docs/api/TripsApi.md#get_telemetry_for_trip_0) | **GET** /user/vehicles/{id}/trips/{tid}/telemetry | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_trip_by_vehicle**](docs/api/TripsApi.md#get_trip_by_vehicle) | **GET** /user/vehicles/{id}/trips/{tid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_trips_by_vehicle**](docs/api/TripsApi.md#get_trips_by_vehicle) | **GET** /user/trips/{tid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_trips_by_vehicle_0**](docs/api/TripsApi.md#get_trips_by_vehicle_0) | **GET** /user/trips/{tid}/ecoaching | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_trips_by_vehicle_1**](docs/api/TripsApi.md#get_trips_by_vehicle_1) | **GET** /user/vehicles/{id}/trips | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_trips_by_vehicle_2**](docs/api/TripsApi.md#get_trips_by_vehicle_2) | **GET** /user/vehicles/{id}/trips/{tid}/ecoaching | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_user_collision_by_tip_by_id**](docs/api/TripsApi.md#get_user_collision_by_tip_by_id) | **GET** /user/trips/{tid}/collisions/{cid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_user_collisions_by_trip_id**](docs/api/TripsApi.md#get_user_collisions_by_trip_id) | **GET** /user/trips/{tid}/collisions | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_user_trip_alert_by_aid**](docs/api/TripsApi.md#get_user_trip_alert_by_aid) | **GET** /user/trips/{tid}/alerts/{aid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_user_trip_alerts**](docs/api/TripsApi.md#get_user_trip_alerts) | **GET** /user/trips/{tid}/alerts | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_user_trips**](docs/api/TripsApi.md#get_user_trips) | **GET** /user/trips | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_vehicle_collision_by_tip_by_id**](docs/api/TripsApi.md#get_vehicle_collision_by_tip_by_id) | **GET** /user/vehicles/{id}/trips/{tid}/collisions/{cid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_vehicle_collisions_by_trip_id**](docs/api/TripsApi.md#get_vehicle_collisions_by_trip_id) | **GET** /user/vehicles/{id}/trips/{tid}/collisions | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_vehicle_trip_alert_by_aid**](docs/api/TripsApi.md#get_vehicle_trip_alert_by_aid) | **GET** /user/vehicles/{id}/trips/{tid}/alerts/{aid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*TripsApi* | [**get_vehicle_trip_alerts**](docs/api/TripsApi.md#get_vehicle_trip_alerts) | **GET** /user/vehicles/{id}/trips/{tid}/alerts | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*UserApi* | [**get_user**](docs/api/UserApi.md#get_user) | **GET** /user | User's information +*VehiclesApi* | [**delete_monitordd**](docs/api/VehiclesApi.md#delete_monitordd) | **DELETE** /user/vehicles/{id}/monitors/{mid} | Delete a Monitor. OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*VehiclesApi* | [**get_car_last_position**](docs/api/VehiclesApi.md#get_car_last_position) | **GET** /user/vehicles/{id}/lastPosition | Last position identified +*VehiclesApi* | [**get_telemetry**](docs/api/VehiclesApi.md#get_telemetry) | **GET** /user/vehicles/{id}/telemetry | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*VehiclesApi* | [**get_vehicle_alerts**](docs/api/VehiclesApi.md#get_vehicle_alerts) | **GET** /user/vehicles/{id}/alerts | +*VehiclesApi* | [**get_vehicle_alerts_by_id**](docs/api/VehiclesApi.md#get_vehicle_alerts_by_id) | **GET** /user/vehicles/{id}/alerts/{aid} | +*VehiclesApi* | [**get_vehicle_byid**](docs/api/VehiclesApi.md#get_vehicle_byid) | **GET** /user/vehicles/{id} | Details of vehicule +*VehiclesApi* | [**get_vehicle_collision**](docs/api/VehiclesApi.md#get_vehicle_collision) | **GET** /user/vehicles/{id}/collisions | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*VehiclesApi* | [**get_vehicle_collision_by_id**](docs/api/VehiclesApi.md#get_vehicle_collision_by_id) | **GET** /user/vehicles/{id}/collisions/{cid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*VehiclesApi* | [**get_vehicle_maintenance**](docs/api/VehiclesApi.md#get_vehicle_maintenance) | **GET** /user/vehicles/{id}/maintenance | +*VehiclesApi* | [**get_vehicle_monitors**](docs/api/VehiclesApi.md#get_vehicle_monitors) | **GET** /user/vehicles/{id}/monitors | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*VehiclesApi* | [**get_vehicle_monitors_by_id**](docs/api/VehiclesApi.md#get_vehicle_monitors_by_id) | **GET** /user/vehicles/{id}/monitors/{mid} | OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*VehiclesApi* | [**get_vehicle_status**](docs/api/VehiclesApi.md#get_vehicle_status) | **GET** /user/vehicles/{id}/status | Vehicle status. +*VehiclesApi* | [**get_vehicles_by_device**](docs/api/VehiclesApi.md#get_vehicles_by_device) | **GET** /user/vehicles | List of vehicules +*VehiclesApi* | [**set_fleet_vehicle_monitor_status**](docs/api/VehiclesApi.md#set_fleet_vehicle_monitor_status) | **PUT** /user/vehicles/{id}/monitors/{mid}/status | Set a new monitor status. OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*VehiclesApi* | [**set_vehicle_monitor**](docs/api/VehiclesApi.md#set_vehicle_monitor) | **POST** /user/vehicles/{id}/monitors | Create a new Monitor. OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE +*VehiclesApi* | [**update_fleet_vehicle_monitor**](docs/api/VehiclesApi.md#update_fleet_vehicle_monitor) | **PUT** /user/vehicles/{id}/monitors/{mid} | Update and existing Monitor. OUT OF 1ST RELEASE (R-LEV 1.1) SCOPE ## Documentation For Models - - [Adas](docs/Adas.md) - - [AdasParkAssist](docs/AdasParkAssist.md) - - [Alert](docs/Alert.md) - - [AlertEndPosition](docs/AlertEndPosition.md) - - [AlertLinks](docs/AlertLinks.md) - - [AlertMsgEnum](docs/AlertMsgEnum.md) - - [Alerts](docs/Alerts.md) - - [AlertsEmbedded](docs/AlertsEmbedded.md) - - [Battery](docs/Battery.md) - - [BoundedProgram](docs/BoundedProgram.md) - - [ChargingStatusEnum](docs/ChargingStatusEnum.md) - - [CircleZone](docs/CircleZone.md) - - [CircleZoneCoordinates](docs/CircleZoneCoordinates.md) - - [CollectionResult](docs/CollectionResult.md) - - [Collision](docs/Collision.md) - - [CollisionLinks](docs/CollisionLinks.md) - - [CollisionObj](docs/CollisionObj.md) - - [CollisionObjFront](docs/CollisionObjFront.md) - - [Collisions](docs/Collisions.md) - - [CollisionsEmbedded](docs/CollisionsEmbedded.md) - - [CreatedAtField](docs/CreatedAtField.md) - - [DataMonitorTrigger](docs/DataMonitorTrigger.md) - - [DataTrigger](docs/DataTrigger.md) - - [DefaultAlertPush](docs/DefaultAlertPush.md) - - [DefaultAlertPushAttributes](docs/DefaultAlertPushAttributes.md) - - [DoorsState](docs/DoorsState.md) - - [DoorsStateOpening](docs/DoorsStateOpening.md) - - [ECoaching](docs/ECoaching.md) - - [ECoachingLinks](docs/ECoachingLinks.md) - - [ECoachingScores](docs/ECoachingScores.md) - - [Energy](docs/Energy.md) - - [Engine](docs/Engine.md) - - [EngineOil](docs/EngineOil.md) - - [Environment](docs/Environment.md) - - [EnvironmentLuminosity](docs/EnvironmentLuminosity.md) - - [Event](docs/Event.md) - - [EventLinks](docs/EventLinks.md) - - [Extension](docs/Extension.md) - - [ExtensionType](docs/ExtensionType.md) - - [Geometry](docs/Geometry.md) - - [Ignition](docs/Ignition.md) - - [IndexRange](docs/IndexRange.md) - - [Kinetic](docs/Kinetic.md) - - [Lighting](docs/Lighting.md) - - [Link](docs/Link.md) - - [Maintenance](docs/Maintenance.md) - - [MaintenanceLinks](docs/MaintenanceLinks.md) - - [MaintenanceObj](docs/MaintenanceObj.md) - - [Monitor](docs/Monitor.md) - - [MonitorId](docs/MonitorId.md) - - [MonitorLinks](docs/MonitorLinks.md) - - [MonitorParameter](docs/MonitorParameter.md) - - [MonitorParameterTriggerParam](docs/MonitorParameterTriggerParam.md) - - [MonitorRef](docs/MonitorRef.md) - - [MonitorRefLinks](docs/MonitorRefLinks.md) - - [MonitorStatus](docs/MonitorStatus.md) - - [MonitorStatusSetter](docs/MonitorStatusSetter.md) - - [MonitorSubscribe](docs/MonitorSubscribe.md) - - [MonitorSubscribeBatchNotify](docs/MonitorSubscribeBatchNotify.md) - - [MonitorSubscribeRetryPolicy](docs/MonitorSubscribeRetryPolicy.md) - - [MonitorTrigger](docs/MonitorTrigger.md) - - [MonitorWebhook](docs/MonitorWebhook.md) - - [MonitorWebhookAttributes](docs/MonitorWebhookAttributes.md) - - [Monitors](docs/Monitors.md) - - [MonitorsEmbedded](docs/MonitorsEmbedded.md) - - [OverallAutonomy](docs/OverallAutonomy.md) - - [Point](docs/Point.md) - - [PolygonZone](docs/PolygonZone.md) - - [Position](docs/Position.md) - - [PositionProperties](docs/PositionProperties.md) - - [Preconditioning](docs/Preconditioning.md) - - [PreconditioningAirConditioning](docs/PreconditioningAirConditioning.md) - - [PreconditioningProgram](docs/PreconditioningProgram.md) - - [Privacy](docs/Privacy.md) - - [Program](docs/Program.md) - - [ProgramOccurence](docs/ProgramOccurence.md) - - [Safety](docs/Safety.md) - - [ServiceType](docs/ServiceType.md) - - [Status](docs/Status.md) - - [StatusEmbedded](docs/StatusEmbedded.md) - - [StatusExtensionType](docs/StatusExtensionType.md) - - [StatusLinks](docs/StatusLinks.md) - - [TabLinks](docs/TabLinks.md) - - [Telemetry](docs/Telemetry.md) - - [TelemetryEmbedded](docs/TelemetryEmbedded.md) - - [TelemetryEnum](docs/TelemetryEnum.md) - - [TelemetryExtension](docs/TelemetryExtension.md) - - [TelemetryExtensionType](docs/TelemetryExtensionType.md) - - [TelemetryMessage](docs/TelemetryMessage.md) - - [TelemetryMessageEmbedded](docs/TelemetryMessageEmbedded.md) - - [TelemetryMessageVehicle](docs/TelemetryMessageVehicle.md) - - [TelemetryMessageVehicleBrakingSystem](docs/TelemetryMessageVehicleBrakingSystem.md) - - [TelemetryMessageVehicleTransmission](docs/TelemetryMessageVehicleTransmission.md) - - [TelemetryMessageVehicleTransmissionGearbox](docs/TelemetryMessageVehicleTransmissionGearbox.md) - - [TelemetryMessageVehicleTransmissionGearboxGear](docs/TelemetryMessageVehicleTransmissionGearboxGear.md) - - [TelemetryMessageVehicleTransmissionGearboxMode](docs/TelemetryMessageVehicleTransmissionGearboxMode.md) - - [TimeMonitorTrigger](docs/TimeMonitorTrigger.md) - - [TimeRange](docs/TimeRange.md) - - [TimeStamped](docs/TimeStamped.md) - - [TimeTrigger](docs/TimeTrigger.md) - - [TimeZoneMonitorTrigger](docs/TimeZoneMonitorTrigger.md) - - [TimeZoneTrigger](docs/TimeZoneTrigger.md) - - [Trip](docs/Trip.md) - - [TripAvgConsumption](docs/TripAvgConsumption.md) - - [TripLinks](docs/TripLinks.md) - - [Trips](docs/Trips.md) - - [TripsEmbedded](docs/TripsEmbedded.md) - - [UpdatedField](docs/UpdatedField.md) - - [Url](docs/Url.md) - - [User](docs/User.md) - - [UserEmbedded](docs/UserEmbedded.md) - - [UserLinks](docs/UserLinks.md) - - [Vect2D](docs/Vect2D.md) - - [Vehicle](docs/Vehicle.md) - - [VehicleEngine](docs/VehicleEngine.md) - - [VehicleLinks](docs/VehicleLinks.md) - - [VehicleOdometer](docs/VehicleOdometer.md) - - [Vehicles](docs/Vehicles.md) - - [VehiclesEmbedded](docs/VehiclesEmbedded.md) - - [WayPoints](docs/WayPoints.md) - - [WayPointsEmbedded](docs/WayPointsEmbedded.md) - - [XError](docs/XError.md) - - [ZoneMonitorTrigger](docs/ZoneMonitorTrigger.md) - - [ZoneTrigger](docs/ZoneTrigger.md) - - [ZoneTriggerPlace](docs/ZoneTriggerPlace.md) - - [ZoneTriggerPlaceCenter](docs/ZoneTriggerPlaceCenter.md) + - [Adas](docs/api/Adas.md) + - [AdasParkAssist](docs/api/AdasParkAssist.md) + - [Alert](docs/api/Alert.md) + - [AlertEndPosition](docs/api/AlertEndPosition.md) + - [AlertLinks](docs/api/AlertLinks.md) + - [AlertMsgEnum](docs/api/AlertMsgEnum.md) + - [Alerts](docs/api/Alerts.md) + - [AlertsEmbedded](docs/api/AlertsEmbedded.md) + - [Battery](docs/api/Battery.md) + - [BoundedProgram](docs/api/BoundedProgram.md) + - [ChargingStatusEnum](docs/api/ChargingStatusEnum.md) + - [CircleZone](docs/api/CircleZone.md) + - [CircleZoneCoordinates](docs/api/CircleZoneCoordinates.md) + - [CollectionResult](docs/api/CollectionResult.md) + - [Collision](docs/api/Collision.md) + - [CollisionLinks](docs/api/CollisionLinks.md) + - [CollisionObj](docs/api/CollisionObj.md) + - [CollisionObjFront](docs/api/CollisionObjFront.md) + - [Collisions](docs/api/Collisions.md) + - [CollisionsEmbedded](docs/api/CollisionsEmbedded.md) + - [CreatedAtField](docs/api/CreatedAtField.md) + - [DataMonitorTrigger](docs/api/DataMonitorTrigger.md) + - [DataTrigger](docs/api/DataTrigger.md) + - [DefaultAlertPush](docs/api/DefaultAlertPush.md) + - [DefaultAlertPushAttributes](docs/api/DefaultAlertPushAttributes.md) + - [DoorsState](docs/api/DoorsState.md) + - [DoorsStateOpening](docs/api/DoorsStateOpening.md) + - [ECoaching](docs/api/ECoaching.md) + - [ECoachingLinks](docs/api/ECoachingLinks.md) + - [ECoachingScores](docs/api/ECoachingScores.md) + - [Energy](docs/api/Energy.md) + - [Engine](docs/api/Engine.md) + - [EngineOil](docs/api/EngineOil.md) + - [Environment](docs/api/Environment.md) + - [EnvironmentLuminosity](docs/api/EnvironmentLuminosity.md) + - [Event](docs/api/Event.md) + - [EventLinks](docs/api/EventLinks.md) + - [Extension](docs/api/Extension.md) + - [ExtensionType](docs/api/ExtensionType.md) + - [Geometry](docs/api/Geometry.md) + - [Ignition](docs/api/Ignition.md) + - [IndexRange](docs/api/IndexRange.md) + - [Kinetic](docs/api/Kinetic.md) + - [Lighting](docs/api/Lighting.md) + - [Link](docs/api/Link.md) + - [Maintenance](docs/api/Maintenance.md) + - [MaintenanceLinks](docs/api/MaintenanceLinks.md) + - [MaintenanceObj](docs/api/MaintenanceObj.md) + - [Monitor](docs/api/Monitor.md) + - [MonitorId](docs/api/MonitorId.md) + - [MonitorLinks](docs/api/MonitorLinks.md) + - [MonitorParameter](docs/api/MonitorParameter.md) + - [MonitorParameterTriggerParam](docs/api/MonitorParameterTriggerParam.md) + - [MonitorRef](docs/api/MonitorRef.md) + - [MonitorRefLinks](docs/api/MonitorRefLinks.md) + - [MonitorStatus](docs/api/MonitorStatus.md) + - [MonitorStatusSetter](docs/api/MonitorStatusSetter.md) + - [MonitorSubscribe](docs/api/MonitorSubscribe.md) + - [MonitorSubscribeBatchNotify](docs/api/MonitorSubscribeBatchNotify.md) + - [MonitorSubscribeRetryPolicy](docs/api/MonitorSubscribeRetryPolicy.md) + - [MonitorTrigger](docs/api/MonitorTrigger.md) + - [MonitorWebhook](docs/api/MonitorWebhook.md) + - [MonitorWebhookAttributes](docs/api/MonitorWebhookAttributes.md) + - [Monitors](docs/api/Monitors.md) + - [MonitorsEmbedded](docs/api/MonitorsEmbedded.md) + - [OverallAutonomy](docs/api/OverallAutonomy.md) + - [Point](docs/api/Point.md) + - [PolygonZone](docs/api/PolygonZone.md) + - [Position](docs/api/Position.md) + - [PositionProperties](docs/api/PositionProperties.md) + - [Preconditioning](docs/api/Preconditioning.md) + - [PreconditioningAirConditioning](docs/api/PreconditioningAirConditioning.md) + - [PreconditioningProgram](docs/api/PreconditioningProgram.md) + - [Privacy](docs/api/Privacy.md) + - [Program](docs/api/Program.md) + - [ProgramOccurence](docs/api/ProgramOccurence.md) + - [Safety](docs/api/Safety.md) + - [ServiceType](docs/api/ServiceType.md) + - [Status](docs/api/Status.md) + - [StatusEmbedded](docs/api/StatusEmbedded.md) + - [StatusExtensionType](docs/api/StatusExtensionType.md) + - [StatusLinks](docs/api/StatusLinks.md) + - [TabLinks](docs/api/TabLinks.md) + - [Telemetry](docs/api/Telemetry.md) + - [TelemetryEmbedded](docs/api/TelemetryEmbedded.md) + - [TelemetryEnum](docs/api/TelemetryEnum.md) + - [TelemetryExtension](docs/api/TelemetryExtension.md) + - [TelemetryExtensionType](docs/api/TelemetryExtensionType.md) + - [TelemetryMessage](docs/api/TelemetryMessage.md) + - [TelemetryMessageEmbedded](docs/api/TelemetryMessageEmbedded.md) + - [TelemetryMessageVehicle](docs/api/TelemetryMessageVehicle.md) + - [TelemetryMessageVehicleBrakingSystem](docs/api/TelemetryMessageVehicleBrakingSystem.md) + - [TelemetryMessageVehicleTransmission](docs/api/TelemetryMessageVehicleTransmission.md) + - [TelemetryMessageVehicleTransmissionGearbox](docs/api/TelemetryMessageVehicleTransmissionGearbox.md) + - [TelemetryMessageVehicleTransmissionGearboxGear](docs/api/TelemetryMessageVehicleTransmissionGearboxGear.md) + - [TelemetryMessageVehicleTransmissionGearboxMode](docs/api/TelemetryMessageVehicleTransmissionGearboxMode.md) + - [TimeMonitorTrigger](docs/api/TimeMonitorTrigger.md) + - [TimeRange](docs/api/TimeRange.md) + - [TimeStamped](docs/api/TimeStamped.md) + - [TimeTrigger](docs/api/TimeTrigger.md) + - [TimeZoneMonitorTrigger](docs/api/TimeZoneMonitorTrigger.md) + - [TimeZoneTrigger](docs/api/TimeZoneTrigger.md) + - [Trip](docs/api/Trip.md) + - [TripAvgConsumption](docs/api/TripAvgConsumption.md) + - [TripLinks](docs/api/TripLinks.md) + - [Trips](docs/api/Trips.md) + - [TripsEmbedded](docs/api/TripsEmbedded.md) + - [UpdatedField](docs/api/UpdatedField.md) + - [Url](docs/api/Url.md) + - [User](docs/api/User.md) + - [UserEmbedded](docs/api/UserEmbedded.md) + - [UserLinks](docs/api/UserLinks.md) + - [Vect2D](docs/api/Vect2D.md) + - [Vehicle](docs/api/Vehicle.md) + - [VehicleEngine](docs/api/VehicleEngine.md) + - [VehicleLinks](docs/api/VehicleLinks.md) + - [VehicleOdometer](docs/api/VehicleOdometer.md) + - [Vehicles](docs/api/Vehicles.md) + - [VehiclesEmbedded](docs/api/VehiclesEmbedded.md) + - [WayPoints](docs/api/WayPoints.md) + - [WayPointsEmbedded](docs/api/WayPointsEmbedded.md) + - [XError](docs/api/XError.md) + - [ZoneMonitorTrigger](docs/api/ZoneMonitorTrigger.md) + - [ZoneTrigger](docs/api/ZoneTrigger.md) + - [ZoneTriggerPlace](docs/api/ZoneTriggerPlace.md) + - [ZoneTriggerPlaceCenter](docs/api/ZoneTriggerPlaceCenter.md) ## Documentation For Authorization diff --git a/docs/AlertEndPosition.md b/docs/AlertEndPosition.md deleted file mode 100644 index 1c1aabc..0000000 --- a/docs/AlertEndPosition.md +++ /dev/null @@ -1,9 +0,0 @@ -# AlertEndPosition - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/AlertMsgEnum.md b/docs/AlertMsgEnum.md deleted file mode 100644 index a2054e7..0000000 --- a/docs/AlertMsgEnum.md +++ /dev/null @@ -1,9 +0,0 @@ -# AlertMsgEnum - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/ChargingStatusEnum.md b/docs/ChargingStatusEnum.md deleted file mode 100644 index 785d5f0..0000000 --- a/docs/ChargingStatusEnum.md +++ /dev/null @@ -1,9 +0,0 @@ -# ChargingStatusEnum - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/Energy.md b/docs/Energy.md deleted file mode 100644 index f33a551..0000000 --- a/docs/Energy.md +++ /dev/null @@ -1,9 +0,0 @@ -# Energy - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/EngineOil.md b/docs/EngineOil.md deleted file mode 100644 index 7487fd1..0000000 --- a/docs/EngineOil.md +++ /dev/null @@ -1,10 +0,0 @@ -# EngineOil - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**temp** | **float** | | [optional] - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/ExtensionType.md b/docs/ExtensionType.md deleted file mode 100644 index c2e511e..0000000 --- a/docs/ExtensionType.md +++ /dev/null @@ -1,9 +0,0 @@ -# ExtensionType - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/Ignition.md b/docs/Ignition.md deleted file mode 100644 index 685e030..0000000 --- a/docs/Ignition.md +++ /dev/null @@ -1,10 +0,0 @@ -# Ignition - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**type** | **str** | | [optional] - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/IndexRange.md b/docs/IndexRange.md deleted file mode 100644 index 02a99ed..0000000 --- a/docs/IndexRange.md +++ /dev/null @@ -1,9 +0,0 @@ -# IndexRange - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/MonitorId.md b/docs/MonitorId.md deleted file mode 100644 index c271fe4..0000000 --- a/docs/MonitorId.md +++ /dev/null @@ -1,9 +0,0 @@ -# MonitorId - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/MonitorStatus.md b/docs/MonitorStatus.md deleted file mode 100644 index fbecd9d..0000000 --- a/docs/MonitorStatus.md +++ /dev/null @@ -1,9 +0,0 @@ -# MonitorStatus - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/PreconditioningProgram.md b/docs/PreconditioningProgram.md deleted file mode 100644 index d037807..0000000 --- a/docs/PreconditioningProgram.md +++ /dev/null @@ -1,9 +0,0 @@ -# PreconditioningProgram - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/Privacy.md b/docs/Privacy.md deleted file mode 100644 index 85822c8..0000000 --- a/docs/Privacy.md +++ /dev/null @@ -1,10 +0,0 @@ -# Privacy - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**state** | **str** | | [optional] - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/StatusExtensionType.md b/docs/StatusExtensionType.md deleted file mode 100644 index 31319e4..0000000 --- a/docs/StatusExtensionType.md +++ /dev/null @@ -1,9 +0,0 @@ -# StatusExtensionType - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/TelemetryEnum.md b/docs/TelemetryEnum.md deleted file mode 100644 index b7a55ea..0000000 --- a/docs/TelemetryEnum.md +++ /dev/null @@ -1,9 +0,0 @@ -# TelemetryEnum - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/TelemetryExtensionType.md b/docs/TelemetryExtensionType.md deleted file mode 100644 index 3968d75..0000000 --- a/docs/TelemetryExtensionType.md +++ /dev/null @@ -1,9 +0,0 @@ -# TelemetryExtensionType - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/TimeRange.md b/docs/TimeRange.md deleted file mode 100644 index 4240fb1..0000000 --- a/docs/TimeRange.md +++ /dev/null @@ -1,9 +0,0 @@ -# TimeRange - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/Url.md b/docs/Url.md deleted file mode 100644 index 3881b9d..0000000 --- a/docs/Url.md +++ /dev/null @@ -1,9 +0,0 @@ -# Url - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/Vect2D.md b/docs/Vect2D.md deleted file mode 100644 index 9675a44..0000000 --- a/docs/Vect2D.md +++ /dev/null @@ -1,9 +0,0 @@ -# Vect2D - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) - - diff --git a/docs/Adas.md b/docs/api/Adas.md similarity index 85% rename from docs/Adas.md rename to docs/api/Adas.md index 5643099..2ea46c3 100644 --- a/docs/Adas.md +++ b/docs/api/Adas.md @@ -18,6 +18,6 @@ Name | Type | Description | Notes **rvv** | **str** | | [optional] **sli** | **int** | Speed Limit Information | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/AdasParkAssist.md b/docs/api/AdasParkAssist.md similarity index 55% rename from docs/AdasParkAssist.md rename to docs/api/AdasParkAssist.md index ed1b088..024cafe 100644 --- a/docs/AdasParkAssist.md +++ b/docs/api/AdasParkAssist.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **front** | **list[str]** | | [optional] **rear** | **list[str]** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Alert.md b/docs/api/Alert.md similarity index 79% rename from docs/Alert.md rename to docs/api/Alert.md index aa6f162..c7f3a1f 100644 --- a/docs/Alert.md +++ b/docs/api/Alert.md @@ -13,6 +13,6 @@ Name | Type | Description | Notes **started_at** | **datetime** | Date | [optional] **type** | [**AlertMsgEnum**](AlertMsgEnum.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/AlertEndPosition.md b/docs/api/AlertEndPosition.md new file mode 100644 index 0000000..757714f --- /dev/null +++ b/docs/api/AlertEndPosition.md @@ -0,0 +1,9 @@ +# AlertEndPosition + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/AlertLinks.md b/docs/api/AlertLinks.md similarity index 65% rename from docs/AlertLinks.md rename to docs/api/AlertLinks.md index 816722c..a7a4caa 100644 --- a/docs/AlertLinks.md +++ b/docs/api/AlertLinks.md @@ -8,6 +8,6 @@ Name | Type | Description | Notes **trip** | [**Link**](Link.md) | | [optional] **vehicle** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/AlertMsgEnum.md b/docs/api/AlertMsgEnum.md new file mode 100644 index 0000000..9a07f7a --- /dev/null +++ b/docs/api/AlertMsgEnum.md @@ -0,0 +1,9 @@ +# AlertMsgEnum + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/Alerts.md b/docs/api/Alerts.md similarity index 53% rename from docs/Alerts.md rename to docs/api/Alerts.md index d6b3af3..9583c27 100644 --- a/docs/Alerts.md +++ b/docs/api/Alerts.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **embedded** | [**AlertsEmbedded**](AlertsEmbedded.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/AlertsEmbedded.md b/docs/api/AlertsEmbedded.md similarity index 52% rename from docs/AlertsEmbedded.md rename to docs/api/AlertsEmbedded.md index fe5fdb3..8f6745f 100644 --- a/docs/AlertsEmbedded.md +++ b/docs/api/AlertsEmbedded.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **alerts** | [**list[Alert]**](Alert.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Battery.md b/docs/api/Battery.md similarity index 54% rename from docs/Battery.md rename to docs/api/Battery.md index 521823b..2e927a6 100644 --- a/docs/Battery.md +++ b/docs/api/Battery.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **current** | **float** | | [optional] **voltage** | **float** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/BoundedProgram.md b/docs/api/BoundedProgram.md similarity index 62% rename from docs/BoundedProgram.md rename to docs/api/BoundedProgram.md index 26d27bf..fb7c4ef 100644 --- a/docs/BoundedProgram.md +++ b/docs/api/BoundedProgram.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **duration** | **str** | Duration of the monitor action expressed using [ISO-8601 Duration spec](https://en.wikipedia.org/wiki/ISO_8601#Durations) | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/ChargingStatusEnum.md b/docs/api/ChargingStatusEnum.md new file mode 100644 index 0000000..b63a807 --- /dev/null +++ b/docs/api/ChargingStatusEnum.md @@ -0,0 +1,9 @@ +# ChargingStatusEnum + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/CircleZone.md b/docs/api/CircleZone.md similarity index 61% rename from docs/CircleZone.md rename to docs/api/CircleZone.md index 9146ecd..05ac16b 100644 --- a/docs/CircleZone.md +++ b/docs/api/CircleZone.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **coordinates** | [**CircleZoneCoordinates**](CircleZoneCoordinates.md) | | [optional] **type** | **str** | | [optional] [default to 'extCircle'] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/CircleZoneCoordinates.md b/docs/api/CircleZoneCoordinates.md similarity index 54% rename from docs/CircleZoneCoordinates.md rename to docs/api/CircleZoneCoordinates.md index e262493..1d217f0 100644 --- a/docs/CircleZoneCoordinates.md +++ b/docs/api/CircleZoneCoordinates.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **center** | [**Point**](Point.md) | | **radius** | **float** | | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/CollectionResult.md b/docs/api/CollectionResult.md similarity index 64% rename from docs/CollectionResult.md rename to docs/api/CollectionResult.md index 5bd2fa4..2d71664 100644 --- a/docs/CollectionResult.md +++ b/docs/api/CollectionResult.md @@ -9,6 +9,6 @@ Name | Type | Description | Notes **total** | **int** | | **total_page** | **int** | | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Collision.md b/docs/api/Collision.md similarity index 79% rename from docs/Collision.md rename to docs/api/Collision.md index 34ba9e0..4ff5ac0 100644 --- a/docs/Collision.md +++ b/docs/api/Collision.md @@ -14,6 +14,6 @@ Name | Type | Description | Notes **updated_at** | **datetime** | | [optional] **links** | [**CollisionLinks**](CollisionLinks.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/CollisionLinks.md b/docs/api/CollisionLinks.md similarity index 61% rename from docs/CollisionLinks.md rename to docs/api/CollisionLinks.md index 1c31674..2284aa3 100644 --- a/docs/CollisionLinks.md +++ b/docs/api/CollisionLinks.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **trip** | [**Link**](Link.md) | | [optional] **vehicle** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/CollisionObj.md b/docs/api/CollisionObj.md similarity index 76% rename from docs/CollisionObj.md rename to docs/api/CollisionObj.md index 53b3523..eb72b67 100644 --- a/docs/CollisionObj.md +++ b/docs/api/CollisionObj.md @@ -12,6 +12,6 @@ Name | Type | Description | Notes **roll_over** | **bool** | | [optional] **updated_at** | **datetime** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/CollisionObjFront.md b/docs/api/CollisionObjFront.md similarity index 52% rename from docs/CollisionObjFront.md rename to docs/api/CollisionObjFront.md index 155e2b0..5ecae12 100644 --- a/docs/CollisionObjFront.md +++ b/docs/api/CollisionObjFront.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **level** | **str** | | [optional] [default to 'none'] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Collisions.md b/docs/api/Collisions.md similarity index 54% rename from docs/Collisions.md rename to docs/api/Collisions.md index e57ff7f..b7944bb 100644 --- a/docs/Collisions.md +++ b/docs/api/Collisions.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **embedded** | [**CollisionsEmbedded**](CollisionsEmbedded.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/CollisionsEmbedded.md b/docs/api/CollisionsEmbedded.md similarity index 54% rename from docs/CollisionsEmbedded.md rename to docs/api/CollisionsEmbedded.md index e118456..33eed7b 100644 --- a/docs/CollisionsEmbedded.md +++ b/docs/api/CollisionsEmbedded.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **collisions** | [**list[Collision]**](Collision.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/CreatedAtField.md b/docs/api/CreatedAtField.md similarity index 55% rename from docs/CreatedAtField.md rename to docs/api/CreatedAtField.md index 7a9b810..f5a1a04 100644 --- a/docs/CreatedAtField.md +++ b/docs/api/CreatedAtField.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **datetime** | Date when the resource has been created. | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/DataMonitorTrigger.md b/docs/api/DataMonitorTrigger.md similarity index 68% rename from docs/DataMonitorTrigger.md rename to docs/api/DataMonitorTrigger.md index 4a6f825..5f5efc4 100644 --- a/docs/DataMonitorTrigger.md +++ b/docs/api/DataMonitorTrigger.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **op** | **str** | the operator of the trigger function. | [optional] **value** | **object** | the right operand of the trigger function. | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/DataTrigger.md b/docs/api/DataTrigger.md similarity index 93% rename from docs/DataTrigger.md rename to docs/api/DataTrigger.md index 462e35e..5ea957f 100644 --- a/docs/DataTrigger.md +++ b/docs/api/DataTrigger.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **op** | **str** | The operator of the trigger function. | **value** | **list[str]** | The right operand of the trigger function. It can be a uniq ```value``` or a list of value ```values```. The choice of one or the other depends on ```OP``` which in the case of ```includedIn``` must be a list. * _Disclaimer_: If the op field is not set to ```includeIn``` then only the first item will be used. | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/DefaultAlertPush.md b/docs/api/DefaultAlertPush.md similarity index 61% rename from docs/DefaultAlertPush.md rename to docs/api/DefaultAlertPush.md index 0000666..0c4389f 100644 --- a/docs/DefaultAlertPush.md +++ b/docs/api/DefaultAlertPush.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **attributes** | [**list[DefaultAlertPushAttributes]**](DefaultAlertPushAttributes.md) | | [optional] **name** | **str** | push event name | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/DefaultAlertPushAttributes.md b/docs/api/DefaultAlertPushAttributes.md similarity index 52% rename from docs/DefaultAlertPushAttributes.md rename to docs/api/DefaultAlertPushAttributes.md index 771f120..9b2ac26 100644 --- a/docs/DefaultAlertPushAttributes.md +++ b/docs/api/DefaultAlertPushAttributes.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **key** | **str** | | **value** | **str** | | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/DoorsState.md b/docs/api/DoorsState.md similarity index 64% rename from docs/DoorsState.md rename to docs/api/DoorsState.md index 16a2945..770e57c 100644 --- a/docs/DoorsState.md +++ b/docs/api/DoorsState.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **opening** | [**list[DoorsStateOpening]**](DoorsStateOpening.md) | | [optional] **updated_at** | **datetime** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/DoorsStateOpening.md b/docs/api/DoorsStateOpening.md similarity index 55% rename from docs/DoorsStateOpening.md rename to docs/api/DoorsStateOpening.md index 28ed638..2a32271 100644 --- a/docs/DoorsStateOpening.md +++ b/docs/api/DoorsStateOpening.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **identifier** | **str** | | [optional] **state** | **str** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/ECoaching.md b/docs/api/ECoaching.md similarity index 64% rename from docs/ECoaching.md rename to docs/api/ECoaching.md index a71b3ea..2d8fd73 100644 --- a/docs/ECoaching.md +++ b/docs/api/ECoaching.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **links** | [**ECoachingLinks**](ECoachingLinks.md) | | [optional] **scores** | [**list[ECoachingScores]**](ECoachingScores.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/ECoachingLinks.md b/docs/api/ECoachingLinks.md similarity index 61% rename from docs/ECoachingLinks.md rename to docs/api/ECoachingLinks.md index 9a8b2ee..77042eb 100644 --- a/docs/ECoachingLinks.md +++ b/docs/api/ECoachingLinks.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **trip** | [**Link**](Link.md) | | [optional] **vehicle** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/ECoachingScores.md b/docs/api/ECoachingScores.md similarity index 67% rename from docs/ECoachingScores.md rename to docs/api/ECoachingScores.md index d5539ba..0b86f4d 100644 --- a/docs/ECoachingScores.md +++ b/docs/api/ECoachingScores.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **category** | **str** | category of the score. Global, ACCELERATION, BREAKING, A/C system, Runing cold engine, Direct Shift Gear, Speed, STT system, ZEV (Zero emission vehicle). | [optional] **score** | **float** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/Energy.md b/docs/api/Energy.md new file mode 100644 index 0000000..2844677 --- /dev/null +++ b/docs/api/Energy.md @@ -0,0 +1,9 @@ +# Energy + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/Engine.md b/docs/api/Engine.md similarity index 61% rename from docs/Engine.md rename to docs/api/Engine.md index 2563e1a..3ed498e 100644 --- a/docs/Engine.md +++ b/docs/api/Engine.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **speed** | **float** | | [optional] **type** | **str** | | [optional] [default to 'Thermic'] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/EngineOil.md b/docs/api/EngineOil.md new file mode 100644 index 0000000..6bc7063 --- /dev/null +++ b/docs/api/EngineOil.md @@ -0,0 +1,10 @@ +# EngineOil + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**temp** | **float** | | [optional] + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/Environment.md b/docs/api/Environment.md similarity index 67% rename from docs/Environment.md rename to docs/api/Environment.md index 7558068..a01ea71 100644 --- a/docs/Environment.md +++ b/docs/api/Environment.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **air** | [**EngineOil**](EngineOil.md) | | [optional] **luminosity** | [**EnvironmentLuminosity**](EnvironmentLuminosity.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/EnvironmentLuminosity.md b/docs/api/EnvironmentLuminosity.md similarity index 50% rename from docs/EnvironmentLuminosity.md rename to docs/api/EnvironmentLuminosity.md index 4e9dbb1..ff5b8ea 100644 --- a/docs/EnvironmentLuminosity.md +++ b/docs/api/EnvironmentLuminosity.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **day** | **bool** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Event.md b/docs/api/Event.md similarity index 70% rename from docs/Event.md rename to docs/api/Event.md index 614b5a2..dda2a6e 100644 --- a/docs/Event.md +++ b/docs/api/Event.md @@ -10,6 +10,6 @@ Name | Type | Description | Notes **id** | **str** | | [optional] **type** | **str** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/EventLinks.md b/docs/api/EventLinks.md similarity index 50% rename from docs/EventLinks.md rename to docs/api/EventLinks.md index 565723a..337d0fe 100644 --- a/docs/EventLinks.md +++ b/docs/api/EventLinks.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_self** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Extension.md b/docs/api/Extension.md similarity index 59% rename from docs/Extension.md rename to docs/api/Extension.md index 9d4a1c0..6bcca8c 100644 --- a/docs/Extension.md +++ b/docs/api/Extension.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **kinetic** | [**Kinetic**](Kinetic.md) | | [optional] **odemeter** | [**VehicleOdometer**](VehicleOdometer.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/ExtensionType.md b/docs/api/ExtensionType.md new file mode 100644 index 0000000..42e448a --- /dev/null +++ b/docs/api/ExtensionType.md @@ -0,0 +1,9 @@ +# ExtensionType + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/Geometry.md b/docs/api/Geometry.md similarity index 54% rename from docs/Geometry.md rename to docs/api/Geometry.md index ec5a909..09c08b4 100644 --- a/docs/Geometry.md +++ b/docs/api/Geometry.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **coordinates** | **object** | Geometry coordinates | **type** | **str** | | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/Ignition.md b/docs/api/Ignition.md new file mode 100644 index 0000000..e1d2ec3 --- /dev/null +++ b/docs/api/Ignition.md @@ -0,0 +1,10 @@ +# Ignition + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**type** | **str** | | [optional] + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/api/IndexRange.md b/docs/api/IndexRange.md new file mode 100644 index 0000000..2d21947 --- /dev/null +++ b/docs/api/IndexRange.md @@ -0,0 +1,9 @@ +# IndexRange + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/Kinetic.md b/docs/api/Kinetic.md similarity index 62% rename from docs/Kinetic.md rename to docs/api/Kinetic.md index 999a02a..c706821 100644 --- a/docs/Kinetic.md +++ b/docs/api/Kinetic.md @@ -8,6 +8,6 @@ Name | Type | Description | Notes **pace** | **float** | | [optional] **speed** | **float** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Lighting.md b/docs/api/Lighting.md similarity index 55% rename from docs/Lighting.md rename to docs/api/Lighting.md index b5b0880..f695052 100644 --- a/docs/Lighting.md +++ b/docs/api/Lighting.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **light** | **list[str]** | | [optional] **turn** | **list[str]** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Link.md b/docs/api/Link.md similarity index 86% rename from docs/Link.md rename to docs/api/Link.md index 5543f36..211aecf 100644 --- a/docs/Link.md +++ b/docs/api/Link.md @@ -12,6 +12,6 @@ Name | Type | Description | Notes **title** | **str** | Its value is a string and is intended for labelling the link with a human-readable identifier (as defined by [RFC5988](https://tools.ietf.org/html/rfc5988)). | [optional] **type** | **str** | a hint to indicate the media type expected when dereferencing the target resource. | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Maintenance.md b/docs/api/Maintenance.md similarity index 52% rename from docs/Maintenance.md rename to docs/api/Maintenance.md index 09a7214..207bf17 100644 --- a/docs/Maintenance.md +++ b/docs/api/Maintenance.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **links** | [**MaintenanceLinks**](MaintenanceLinks.md) | | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MaintenanceLinks.md b/docs/api/MaintenanceLinks.md similarity index 62% rename from docs/MaintenanceLinks.md rename to docs/api/MaintenanceLinks.md index dfe920b..63ee032 100644 --- a/docs/MaintenanceLinks.md +++ b/docs/api/MaintenanceLinks.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **_self** | [**Link**](Link.md) | | [optional] **vehicle** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MaintenanceObj.md b/docs/api/MaintenanceObj.md similarity index 65% rename from docs/MaintenanceObj.md rename to docs/api/MaintenanceObj.md index 7190a74..c76a398 100644 --- a/docs/MaintenanceObj.md +++ b/docs/api/MaintenanceObj.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **days_before_maintenace** | **int** | | [optional] **mileage_before_maintenance** | **int** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Monitor.md b/docs/api/Monitor.md similarity index 67% rename from docs/Monitor.md rename to docs/api/Monitor.md index cd4608e..9c55636 100644 --- a/docs/Monitor.md +++ b/docs/api/Monitor.md @@ -8,6 +8,6 @@ Name | Type | Description | Notes **monitor** | [**MonitorParameter**](MonitorParameter.md) | | **status** | [**MonitorStatus**](MonitorStatus.md) | | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/MonitorId.md b/docs/api/MonitorId.md new file mode 100644 index 0000000..714fc0e --- /dev/null +++ b/docs/api/MonitorId.md @@ -0,0 +1,9 @@ +# MonitorId + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/MonitorLinks.md b/docs/api/MonitorLinks.md similarity index 56% rename from docs/MonitorLinks.md rename to docs/api/MonitorLinks.md index 051052d..d56ab35 100644 --- a/docs/MonitorLinks.md +++ b/docs/api/MonitorLinks.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **fleet** | [**Link**](Link.md) | | [optional] **_self** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorParameter.md b/docs/api/MonitorParameter.md similarity index 91% rename from docs/MonitorParameter.md rename to docs/api/MonitorParameter.md index 18a8f27..fa1c3c4 100644 --- a/docs/MonitorParameter.md +++ b/docs/api/MonitorParameter.md @@ -9,6 +9,6 @@ Name | Type | Description | Notes **subscribe_param** | [**MonitorSubscribe**](MonitorSubscribe.md) | | **trigger_param** | [**MonitorParameterTriggerParam**](MonitorParameterTriggerParam.md) | | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorParameterTriggerParam.md b/docs/api/MonitorParameterTriggerParam.md similarity index 89% rename from docs/MonitorParameterTriggerParam.md rename to docs/api/MonitorParameterTriggerParam.md index e2aa996..e567105 100644 --- a/docs/MonitorParameterTriggerParam.md +++ b/docs/api/MonitorParameterTriggerParam.md @@ -8,6 +8,6 @@ Name | Type | Description | Notes **time_zone_triggers** | [**TimeZoneTrigger**](TimeZoneTrigger.md) | | [optional] **triggers** | [**list[MonitorTrigger]**](MonitorTrigger.md) | Compound monitor triggers (will be evaluated using boolean expresion :```boo.exp```) | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorRef.md b/docs/api/MonitorRef.md similarity index 60% rename from docs/MonitorRef.md rename to docs/api/MonitorRef.md index a1cc470..6fc4f8e 100644 --- a/docs/MonitorRef.md +++ b/docs/api/MonitorRef.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **links** | [**MonitorRefLinks**](MonitorRefLinks.md) | | [optional] **monitor_id** | [**MonitorId**](MonitorId.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorRefLinks.md b/docs/api/MonitorRefLinks.md similarity index 62% rename from docs/MonitorRefLinks.md rename to docs/api/MonitorRefLinks.md index 7a0c786..72520bc 100644 --- a/docs/MonitorRefLinks.md +++ b/docs/api/MonitorRefLinks.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **monitor** | [**Link**](Link.md) | | [optional] **vehicle** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/MonitorStatus.md b/docs/api/MonitorStatus.md new file mode 100644 index 0000000..96bc2b8 --- /dev/null +++ b/docs/api/MonitorStatus.md @@ -0,0 +1,9 @@ +# MonitorStatus + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/MonitorStatusSetter.md b/docs/api/MonitorStatusSetter.md similarity index 50% rename from docs/MonitorStatusSetter.md rename to docs/api/MonitorStatusSetter.md index b76c06f..d78e2ed 100644 --- a/docs/MonitorStatusSetter.md +++ b/docs/api/MonitorStatusSetter.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **status** | **str** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorSubscribe.md b/docs/api/MonitorSubscribe.md similarity index 78% rename from docs/MonitorSubscribe.md rename to docs/api/MonitorSubscribe.md index b70e406..6bca027 100644 --- a/docs/MonitorSubscribe.md +++ b/docs/api/MonitorSubscribe.md @@ -8,6 +8,6 @@ Name | Type | Description | Notes **refresh_event** | **float** | Define the period (in sec.) between two refresh events. The refresh-events are sent when the condition of the monitor is satisfied (Trigger -> toggled true).A kind of periodic reminder. | [optional] **retry_policy** | [**MonitorSubscribeRetryPolicy**](MonitorSubscribeRetryPolicy.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorSubscribeBatchNotify.md b/docs/api/MonitorSubscribeBatchNotify.md similarity index 62% rename from docs/MonitorSubscribeBatchNotify.md rename to docs/api/MonitorSubscribeBatchNotify.md index 7acdbd1..f931398 100644 --- a/docs/MonitorSubscribeBatchNotify.md +++ b/docs/api/MonitorSubscribeBatchNotify.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **size** | **float** | Batch size | [optional] **time_window** | **float** | Notification batch window size (expressed in seconds). | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorSubscribeRetryPolicy.md b/docs/api/MonitorSubscribeRetryPolicy.md similarity index 79% rename from docs/MonitorSubscribeRetryPolicy.md rename to docs/api/MonitorSubscribeRetryPolicy.md index 7d4d0f4..5d5a7e2 100644 --- a/docs/MonitorSubscribeRetryPolicy.md +++ b/docs/api/MonitorSubscribeRetryPolicy.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **policy** | **str** | Defines the retry rules following a WebHook notification failure (ie the return code is not HTTP 2XX). '_None_' means with a single try, '_Bounded_' with a limited number of tries and '_Always_' with an infinite number of tries. | **retry_delay** | **int** | Time to wait (expressed in seconds) befor retrying to push a notification. | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorTrigger.md b/docs/api/MonitorTrigger.md similarity index 68% rename from docs/MonitorTrigger.md rename to docs/api/MonitorTrigger.md index 89aa23e..48a522e 100644 --- a/docs/MonitorTrigger.md +++ b/docs/api/MonitorTrigger.md @@ -8,6 +8,6 @@ Name | Type | Description | Notes **time** | [**TimeTrigger**](TimeTrigger.md) | | [optional] **zone** | [**ZoneTrigger**](ZoneTrigger.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorWebhook.md b/docs/api/MonitorWebhook.md similarity index 76% rename from docs/MonitorWebhook.md rename to docs/api/MonitorWebhook.md index 3282093..ee3b6ba 100644 --- a/docs/MonitorWebhook.md +++ b/docs/api/MonitorWebhook.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **name** | **str** | Webhook name. | **target** | [**Url**](Url.md) | | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorWebhookAttributes.md b/docs/api/MonitorWebhookAttributes.md similarity index 75% rename from docs/MonitorWebhookAttributes.md rename to docs/api/MonitorWebhookAttributes.md index eb567dc..1943dae 100644 --- a/docs/MonitorWebhookAttributes.md +++ b/docs/api/MonitorWebhookAttributes.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **type** | **str** | 3 attributes type: |Attribute-type|Role| |----------|-------------| |Header|-Will be add as http header extension \"x-######:\"| |Body|-Will be simply add to event body map attribute (see monitor event definition in template document)| |Query|-Will set as http query parameter when invoking the Webhook| | **value** | **object** | | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Monitors.md b/docs/api/Monitors.md similarity index 53% rename from docs/Monitors.md rename to docs/api/Monitors.md index 0e10d8d..9bf007d 100644 --- a/docs/Monitors.md +++ b/docs/api/Monitors.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **embedded** | [**MonitorsEmbedded**](MonitorsEmbedded.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/MonitorsEmbedded.md b/docs/api/MonitorsEmbedded.md similarity index 55% rename from docs/MonitorsEmbedded.md rename to docs/api/MonitorsEmbedded.md index c5f129d..9425aec 100644 --- a/docs/MonitorsEmbedded.md +++ b/docs/api/MonitorsEmbedded.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **monitors** | [**list[MonitorParameter]**](MonitorParameter.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/OverallAutonomy.md b/docs/api/OverallAutonomy.md similarity index 55% rename from docs/OverallAutonomy.md rename to docs/api/OverallAutonomy.md index 0b4baee..ea730f9 100644 --- a/docs/OverallAutonomy.md +++ b/docs/api/OverallAutonomy.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **autonomy** | **float** | Vehicle global autonomy expressed in KM. | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Point.md b/docs/api/Point.md similarity index 57% rename from docs/Point.md rename to docs/api/Point.md index f9e2095..110174b 100644 --- a/docs/Point.md +++ b/docs/api/Point.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **coordinates** | [**Vect2D**](Vect2D.md) | | [optional] **type** | **str** | | [optional] [default to 'Point'] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/PolygonZone.md b/docs/api/PolygonZone.md similarity index 59% rename from docs/PolygonZone.md rename to docs/api/PolygonZone.md index d91bec5..8599078 100644 --- a/docs/PolygonZone.md +++ b/docs/api/PolygonZone.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **coordinates** | [**list[Vect2D]**](Vect2D.md) | | [optional] **type** | **str** | | [optional] [default to 'Polygon'] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Position.md b/docs/api/Position.md similarity index 69% rename from docs/Position.md rename to docs/api/Position.md index e24921f..5192d14 100644 --- a/docs/Position.md +++ b/docs/api/Position.md @@ -8,6 +8,6 @@ Name | Type | Description | Notes **properties** | [**PositionProperties**](PositionProperties.md) | | **type** | **str** | | [optional] [default to 'Feature'] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/PositionProperties.md b/docs/api/PositionProperties.md similarity index 60% rename from docs/PositionProperties.md rename to docs/api/PositionProperties.md index d2f1a4c..4b2ff22 100644 --- a/docs/PositionProperties.md +++ b/docs/api/PositionProperties.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **signal_quality** | **float** | | [optional] **type** | **str** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Preconditioning.md b/docs/api/Preconditioning.md similarity index 58% rename from docs/Preconditioning.md rename to docs/api/Preconditioning.md index b3407e5..3c3c745 100644 --- a/docs/Preconditioning.md +++ b/docs/api/Preconditioning.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **air_conditioning** | [**PreconditioningAirConditioning**](PreconditioningAirConditioning.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/PreconditioningAirConditioning.md b/docs/api/PreconditioningAirConditioning.md similarity index 71% rename from docs/PreconditioningAirConditioning.md rename to docs/api/PreconditioningAirConditioning.md index 89364e5..4f0dcea 100644 --- a/docs/PreconditioningAirConditioning.md +++ b/docs/api/PreconditioningAirConditioning.md @@ -8,6 +8,6 @@ Name | Type | Description | Notes **status** | **str** | The status of the preconditionning feature. | [optional] **updated_at** | **datetime** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/PreconditioningProgram.md b/docs/api/PreconditioningProgram.md new file mode 100644 index 0000000..45a70a1 --- /dev/null +++ b/docs/api/PreconditioningProgram.md @@ -0,0 +1,9 @@ +# PreconditioningProgram + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/api/Privacy.md b/docs/api/Privacy.md new file mode 100644 index 0000000..4675485 --- /dev/null +++ b/docs/api/Privacy.md @@ -0,0 +1,10 @@ +# Privacy + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**state** | **str** | | [optional] + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/Program.md b/docs/api/Program.md similarity index 80% rename from docs/Program.md rename to docs/api/Program.md index 6a7ad23..14ed8d9 100644 --- a/docs/Program.md +++ b/docs/api/Program.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **recurrence** | **str** | Determines the recurrence of the program. * None: means no recurrence. * Daily: repeated over the week. * Weekly: repeated over the weeks of the year from w1 to w52 specified in an array unitary or grouped by ranges (w1, w2,w34-w46, w52). | [default to 'Daily'] **start** | **str** | The program start time formatted using the duration format based on [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals) with the schema: P[n]Y[n]M[n]DT[n]H[n]M[n]S _example_: * PT14H30M : 14H30min | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/ProgramOccurence.md b/docs/api/ProgramOccurence.md similarity index 54% rename from docs/ProgramOccurence.md rename to docs/api/ProgramOccurence.md index 5fe7fe6..fa7c944 100644 --- a/docs/ProgramOccurence.md +++ b/docs/api/ProgramOccurence.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **day** | **list[str]** | | **week** | **list[str]** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Safety.md b/docs/api/Safety.md similarity index 56% rename from docs/Safety.md rename to docs/api/Safety.md index ad6a8a9..b1f2f83 100644 --- a/docs/Safety.md +++ b/docs/api/Safety.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **belt_warning** | **str** | | [optional] **e_call_triggering_request** | **str** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/ServiceType.md b/docs/api/ServiceType.md similarity index 55% rename from docs/ServiceType.md rename to docs/api/ServiceType.md index cba0b8a..250ab41 100644 --- a/docs/ServiceType.md +++ b/docs/api/ServiceType.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **type** | **str** | | [optional] **updated_at** | **datetime** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Status.md b/docs/api/Status.md similarity index 85% rename from docs/Status.md rename to docs/api/Status.md index 82e4f41..2864643 100644 --- a/docs/Status.md +++ b/docs/api/Status.md @@ -17,6 +17,6 @@ Name | Type | Description | Notes **safety** | [**Safety**](Safety.md) | | [optional] **service** | [**ServiceType**](ServiceType.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/StatusEmbedded.md b/docs/api/StatusEmbedded.md similarity index 53% rename from docs/StatusEmbedded.md rename to docs/api/StatusEmbedded.md index 2988e17..a1a2520 100644 --- a/docs/StatusEmbedded.md +++ b/docs/api/StatusEmbedded.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **extension** | [**Extension**](Extension.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/StatusExtensionType.md b/docs/api/StatusExtensionType.md new file mode 100644 index 0000000..1090a5f --- /dev/null +++ b/docs/api/StatusExtensionType.md @@ -0,0 +1,9 @@ +# StatusExtensionType + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/StatusLinks.md b/docs/api/StatusLinks.md similarity index 57% rename from docs/StatusLinks.md rename to docs/api/StatusLinks.md index d83a015..1e14007 100644 --- a/docs/StatusLinks.md +++ b/docs/api/StatusLinks.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **_self** | [**Link**](Link.md) | | [optional] **vehicle** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TabLinks.md b/docs/api/TabLinks.md similarity index 68% rename from docs/TabLinks.md rename to docs/api/TabLinks.md index a068177..86451b1 100644 --- a/docs/TabLinks.md +++ b/docs/api/TabLinks.md @@ -9,6 +9,6 @@ Name | Type | Description | Notes **prev** | [**Link**](Link.md) | | [optional] **_self** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Telemetry.md b/docs/api/Telemetry.md similarity index 54% rename from docs/Telemetry.md rename to docs/api/Telemetry.md index 5b501d2..55e1006 100644 --- a/docs/Telemetry.md +++ b/docs/api/Telemetry.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **embedded** | [**TelemetryEmbedded**](TelemetryEmbedded.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TelemetryEmbedded.md b/docs/api/TelemetryEmbedded.md similarity index 56% rename from docs/TelemetryEmbedded.md rename to docs/api/TelemetryEmbedded.md index 5e01a0d..f3837d9 100644 --- a/docs/TelemetryEmbedded.md +++ b/docs/api/TelemetryEmbedded.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **telemetries** | [**list[TelemetryMessage]**](TelemetryMessage.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/TelemetryEnum.md b/docs/api/TelemetryEnum.md new file mode 100644 index 0000000..016e960 --- /dev/null +++ b/docs/api/TelemetryEnum.md @@ -0,0 +1,9 @@ +# TelemetryEnum + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/TelemetryExtension.md b/docs/api/TelemetryExtension.md similarity index 69% rename from docs/TelemetryExtension.md rename to docs/api/TelemetryExtension.md index 0236a39..59e1c3d 100644 --- a/docs/TelemetryExtension.md +++ b/docs/api/TelemetryExtension.md @@ -8,6 +8,6 @@ Name | Type | Description | Notes **location** | [**Position**](Position.md) | | [optional] **maintenance** | [**MaintenanceObj**](MaintenanceObj.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/TelemetryExtensionType.md b/docs/api/TelemetryExtensionType.md new file mode 100644 index 0000000..926759a --- /dev/null +++ b/docs/api/TelemetryExtensionType.md @@ -0,0 +1,9 @@ +# TelemetryExtensionType + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/TelemetryMessage.md b/docs/api/TelemetryMessage.md similarity index 75% rename from docs/TelemetryMessage.md rename to docs/api/TelemetryMessage.md index f640c19..19a06fe 100644 --- a/docs/TelemetryMessage.md +++ b/docs/api/TelemetryMessage.md @@ -10,6 +10,6 @@ Name | Type | Description | Notes **privacy** | [**Privacy**](Privacy.md) | | [optional] **vehicle** | [**TelemetryMessageVehicle**](TelemetryMessageVehicle.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TelemetryMessageEmbedded.md b/docs/api/TelemetryMessageEmbedded.md similarity index 56% rename from docs/TelemetryMessageEmbedded.md rename to docs/api/TelemetryMessageEmbedded.md index c5ea1f2..bccf0ec 100644 --- a/docs/TelemetryMessageEmbedded.md +++ b/docs/api/TelemetryMessageEmbedded.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **extension** | [**TelemetryExtension**](TelemetryExtension.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TelemetryMessageVehicle.md b/docs/api/TelemetryMessageVehicle.md similarity index 83% rename from docs/TelemetryMessageVehicle.md rename to docs/api/TelemetryMessageVehicle.md index 1e3af9d..290b448 100644 --- a/docs/TelemetryMessageVehicle.md +++ b/docs/api/TelemetryMessageVehicle.md @@ -14,6 +14,6 @@ Name | Type | Description | Notes **safety** | [**Safety**](Safety.md) | | [optional] **transmission** | [**TelemetryMessageVehicleTransmission**](TelemetryMessageVehicleTransmission.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TelemetryMessageVehicleBrakingSystem.md b/docs/api/TelemetryMessageVehicleBrakingSystem.md similarity index 52% rename from docs/TelemetryMessageVehicleBrakingSystem.md rename to docs/api/TelemetryMessageVehicleBrakingSystem.md index c3c9e0d..9e5a78d 100644 --- a/docs/TelemetryMessageVehicleBrakingSystem.md +++ b/docs/api/TelemetryMessageVehicleBrakingSystem.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **parking** | **bool** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TelemetryMessageVehicleTransmission.md b/docs/api/TelemetryMessageVehicleTransmission.md similarity index 61% rename from docs/TelemetryMessageVehicleTransmission.md rename to docs/api/TelemetryMessageVehicleTransmission.md index ee803d5..307ed8d 100644 --- a/docs/TelemetryMessageVehicleTransmission.md +++ b/docs/api/TelemetryMessageVehicleTransmission.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **gearbox** | [**TelemetryMessageVehicleTransmissionGearbox**](TelemetryMessageVehicleTransmissionGearbox.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TelemetryMessageVehicleTransmissionGearbox.md b/docs/api/TelemetryMessageVehicleTransmissionGearbox.md similarity index 71% rename from docs/TelemetryMessageVehicleTransmissionGearbox.md rename to docs/api/TelemetryMessageVehicleTransmissionGearbox.md index 2d97353..2f5d548 100644 --- a/docs/TelemetryMessageVehicleTransmissionGearbox.md +++ b/docs/api/TelemetryMessageVehicleTransmissionGearbox.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **gear** | [**TelemetryMessageVehicleTransmissionGearboxGear**](TelemetryMessageVehicleTransmissionGearboxGear.md) | | [optional] **mode** | [**TelemetryMessageVehicleTransmissionGearboxMode**](TelemetryMessageVehicleTransmissionGearboxMode.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TelemetryMessageVehicleTransmissionGearboxGear.md b/docs/api/TelemetryMessageVehicleTransmissionGearboxGear.md similarity index 54% rename from docs/TelemetryMessageVehicleTransmissionGearboxGear.md rename to docs/api/TelemetryMessageVehicleTransmissionGearboxGear.md index 50cef26..ef866cb 100644 --- a/docs/TelemetryMessageVehicleTransmissionGearboxGear.md +++ b/docs/api/TelemetryMessageVehicleTransmissionGearboxGear.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **recommended** | **str** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TelemetryMessageVehicleTransmissionGearboxMode.md b/docs/api/TelemetryMessageVehicleTransmissionGearboxMode.md similarity index 62% rename from docs/TelemetryMessageVehicleTransmissionGearboxMode.md rename to docs/api/TelemetryMessageVehicleTransmissionGearboxMode.md index 85484d7..c78d9a3 100644 --- a/docs/TelemetryMessageVehicleTransmissionGearboxMode.md +++ b/docs/api/TelemetryMessageVehicleTransmissionGearboxMode.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **snow** | **bool** | | [optional] **sport** | **bool** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TimeMonitorTrigger.md b/docs/api/TimeMonitorTrigger.md similarity index 60% rename from docs/TimeMonitorTrigger.md rename to docs/api/TimeMonitorTrigger.md index 70de02a..e8539bc 100644 --- a/docs/TimeMonitorTrigger.md +++ b/docs/api/TimeMonitorTrigger.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **times** | [**list[TimeRange]**](TimeRange.md) | | [optional] **type** | **str** | | [optional] [default to 'Temporal'] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/TimeRange.md b/docs/api/TimeRange.md new file mode 100644 index 0000000..0073e76 --- /dev/null +++ b/docs/api/TimeRange.md @@ -0,0 +1,9 @@ +# TimeRange + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/TimeStamped.md b/docs/api/TimeStamped.md similarity index 50% rename from docs/TimeStamped.md rename to docs/api/TimeStamped.md index b690409..9198c66 100644 --- a/docs/TimeStamped.md +++ b/docs/api/TimeStamped.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created_at** | **datetime** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TimeTrigger.md b/docs/api/TimeTrigger.md similarity index 75% rename from docs/TimeTrigger.md rename to docs/api/TimeTrigger.md index 79cbe4c..ec72df7 100644 --- a/docs/TimeTrigger.md +++ b/docs/api/TimeTrigger.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **time_zone** | **str** | The standard time [zone code](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) of the region where to apply this time trigger monitor. This allows to adapt this trigger to the time change according to local (region/country) criteria/rules. | [optional] [default to 'Europe/Paris'] **times** | [**list[BoundedProgram]**](BoundedProgram.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TimeZoneMonitorTrigger.md b/docs/api/TimeZoneMonitorTrigger.md similarity index 68% rename from docs/TimeZoneMonitorTrigger.md rename to docs/api/TimeZoneMonitorTrigger.md index 3757617..2af0f48 100644 --- a/docs/TimeZoneMonitorTrigger.md +++ b/docs/api/TimeZoneMonitorTrigger.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **type** | **str** | | [optional] [default to 'SpacialTemporal'] **within** | **str** | containing mode. i.e wayPoints (such as Trip) start and /or end within or cross the container, | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TimeZoneTrigger.md b/docs/api/TimeZoneTrigger.md similarity index 61% rename from docs/TimeZoneTrigger.md rename to docs/api/TimeZoneTrigger.md index 07c1b42..bbe826f 100644 --- a/docs/TimeZoneTrigger.md +++ b/docs/api/TimeZoneTrigger.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **time_trigger** | [**TimeTrigger**](TimeTrigger.md) | | [optional] **zone_trigger** | [**ZoneTrigger**](ZoneTrigger.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Trip.md b/docs/api/Trip.md similarity index 89% rename from docs/Trip.md rename to docs/api/Trip.md index 18a4453..5ccd60f 100644 --- a/docs/Trip.md +++ b/docs/api/Trip.md @@ -18,6 +18,6 @@ Name | Type | Description | Notes **stopped_at** | **datetime** | Date & Time when the trip stopped | [optional] **zero_emission_ratio** | **float** | Part of trip distance with zero gaz emission of the trip expressed in percent (0-100%). | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TripAvgConsumption.md b/docs/api/TripAvgConsumption.md similarity index 55% rename from docs/TripAvgConsumption.md rename to docs/api/TripAvgConsumption.md index cc45bcc..cb4ebb6 100644 --- a/docs/TripAvgConsumption.md +++ b/docs/api/TripAvgConsumption.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **type** | **str** | | [optional] **value** | **float** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TripLinks.md b/docs/api/TripLinks.md similarity index 65% rename from docs/TripLinks.md rename to docs/api/TripLinks.md index 475e0f3..ead60d7 100644 --- a/docs/TripLinks.md +++ b/docs/api/TripLinks.md @@ -8,6 +8,6 @@ Name | Type | Description | Notes **vehicle** | [**Link**](Link.md) | | [optional] **waypoints** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Trips.md b/docs/api/Trips.md similarity index 68% rename from docs/Trips.md rename to docs/api/Trips.md index 14ce03e..c1a9947 100644 --- a/docs/Trips.md +++ b/docs/api/Trips.md @@ -9,6 +9,6 @@ Name | Type | Description | Notes **total** | **int** | | [optional] **total_page** | **int** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/TripsApi.md b/docs/api/TripsApi.md similarity index 91% rename from docs/TripsApi.md rename to docs/api/TripsApi.md index b2d7aaa..1020ce0 100644 --- a/docs/TripsApi.md +++ b/docs/api/TripsApi.md @@ -79,14 +79,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_path_for_trip_0** > WayPoints get_path_for_trip_0(id, tid, index_range=index_range, timestamps=timestamps, tolerance=tolerance) @@ -149,14 +149,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_telemetry_for_trip** > Telemetry get_telemetry_for_trip(tid, timestamps=timestamps, index_range=index_range, locale=locale, type=type, extension=extension) @@ -221,14 +221,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_telemetry_for_trip_0** > Telemetry get_telemetry_for_trip_0(id, tid, timestamps=timestamps, index_range=index_range, locale=locale, type=type, extension=extension) @@ -295,14 +295,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_trip_by_vehicle** > Trip get_trip_by_vehicle(id, tid) @@ -359,14 +359,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_trips_by_vehicle** > Trip get_trips_by_vehicle(tid) @@ -421,14 +421,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_trips_by_vehicle_0** > ECoaching get_trips_by_vehicle_0(tid, locale=locale) @@ -485,14 +485,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_trips_by_vehicle_1** > Trips get_trips_by_vehicle_1(id, timestamps=timestamps, index_range=index_range, page_size=page_size, page_token=page_token) @@ -555,14 +555,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_trips_by_vehicle_2** > ECoaching get_trips_by_vehicle_2(id, tid, locale=locale) @@ -621,14 +621,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_user_collision_by_tip_by_id** > Collision get_user_collision_by_tip_by_id(tid, cid) @@ -685,14 +685,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_user_collisions_by_trip_id** > Collisions get_user_collisions_by_trip_id(tid, timestamps=timestamps, index_range=index_range, page_size=page_size, page_token=page_token) @@ -755,14 +755,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_user_trip_alert_by_aid** > Alert get_user_trip_alert_by_aid(tid, aid, locale=locale) @@ -821,14 +821,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_user_trip_alerts** > Alerts get_user_trip_alerts(tid, timestamps=timestamps, index_range=index_range, page_size=page_size, page_token=page_token, locale=locale) @@ -893,14 +893,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_user_trips** > Trips get_user_trips(timestamps=timestamps, index_range=index_range, page_size=page_size, page_token=page_token) @@ -961,14 +961,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_collision_by_tip_by_id** > Collision get_vehicle_collision_by_tip_by_id(id, tid, cid) @@ -1027,14 +1027,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_collisions_by_trip_id** > Collisions get_vehicle_collisions_by_trip_id(id, tid, timestamps=timestamps, index_range=index_range, page_size=page_size, page_token=page_token) @@ -1099,14 +1099,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_trip_alert_by_aid** > Alert get_vehicle_trip_alert_by_aid(id, tid, aid, locale=locale) @@ -1167,14 +1167,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_trip_alerts** > Alerts get_vehicle_trip_alerts(id, tid, timestamps=timestamps, index_range=index_range, page_size=page_size, page_token=page_token, locale=locale) @@ -1241,12 +1241,12 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) diff --git a/docs/TripsEmbedded.md b/docs/api/TripsEmbedded.md similarity index 51% rename from docs/TripsEmbedded.md rename to docs/api/TripsEmbedded.md index 3e2fff7..7647051 100644 --- a/docs/TripsEmbedded.md +++ b/docs/api/TripsEmbedded.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **trips** | [**list[Trip]**](Trip.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/UpdatedField.md b/docs/api/UpdatedField.md similarity index 55% rename from docs/UpdatedField.md rename to docs/api/UpdatedField.md index 4a22898..6e8da85 100644 --- a/docs/UpdatedField.md +++ b/docs/api/UpdatedField.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **updated_at** | **datetime** | Date when the resource has been updated. | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/Url.md b/docs/api/Url.md new file mode 100644 index 0000000..5d5674d --- /dev/null +++ b/docs/api/Url.md @@ -0,0 +1,9 @@ +# Url + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/User.md b/docs/api/User.md similarity index 74% rename from docs/User.md rename to docs/api/User.md index ab5756a..9993824 100644 --- a/docs/User.md +++ b/docs/api/User.md @@ -10,6 +10,6 @@ Name | Type | Description | Notes **first_name** | **str** | First name of user | [optional] **last_name** | **str** | Last name of user | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/UserApi.md b/docs/api/UserApi.md similarity index 84% rename from docs/UserApi.md rename to docs/api/UserApi.md index 911b440..26a4435 100644 --- a/docs/UserApi.md +++ b/docs/api/UserApi.md @@ -49,5 +49,5 @@ No authorization required - **Content-Type**: Not defined - **Accept**: application/hal+json, application/json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) diff --git a/docs/UserEmbedded.md b/docs/api/UserEmbedded.md similarity index 52% rename from docs/UserEmbedded.md rename to docs/api/UserEmbedded.md index 11120e8..11c54bd 100644 --- a/docs/UserEmbedded.md +++ b/docs/api/UserEmbedded.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **vehicles** | [**list[Vehicle]**](Vehicle.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/UserLinks.md b/docs/api/UserLinks.md similarity index 56% rename from docs/UserLinks.md rename to docs/api/UserLinks.md index 6c5daa0..465ab73 100644 --- a/docs/UserLinks.md +++ b/docs/api/UserLinks.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **_self** | [**Link**](Link.md) | | [optional] **vehicles** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/api/Vect2D.md b/docs/api/Vect2D.md new file mode 100644 index 0000000..d079b4b --- /dev/null +++ b/docs/api/Vect2D.md @@ -0,0 +1,9 @@ +# Vect2D + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) + + diff --git a/docs/Vehicle.md b/docs/api/Vehicle.md similarity index 81% rename from docs/Vehicle.md rename to docs/api/Vehicle.md index 83beb4d..36dbbcc 100644 --- a/docs/Vehicle.md +++ b/docs/api/Vehicle.md @@ -13,6 +13,6 @@ Name | Type | Description | Notes **pictures** | [**list[Url]**](Url.md) | With the links it's possible to see the pictures of the vehicle | [optional] **vin** | **str** | Vehicle Identification Number | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/VehicleEngine.md b/docs/api/VehicleEngine.md similarity index 62% rename from docs/VehicleEngine.md rename to docs/api/VehicleEngine.md index 99f9099..93767c2 100644 --- a/docs/VehicleEngine.md +++ b/docs/api/VehicleEngine.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **_class** | **str** | | [optional] [default to 'Thermic'] **energy** | **str** | Type of energy of a vehicle (Not available for Electric class) | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/VehicleLinks.md b/docs/api/VehicleLinks.md similarity index 74% rename from docs/VehicleLinks.md rename to docs/api/VehicleLinks.md index bfdc64a..04135c3 100644 --- a/docs/VehicleLinks.md +++ b/docs/api/VehicleLinks.md @@ -11,6 +11,6 @@ Name | Type | Description | Notes **telemetry** | [**Link**](Link.md) | | [optional] **trips** | [**Link**](Link.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/VehicleOdometer.md b/docs/api/VehicleOdometer.md similarity index 54% rename from docs/VehicleOdometer.md rename to docs/api/VehicleOdometer.md index 3dc3e4c..2996cdb 100644 --- a/docs/VehicleOdometer.md +++ b/docs/api/VehicleOdometer.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **mileage** | **float** | Vehicle mileage expressed in KM. | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/Vehicles.md b/docs/api/Vehicles.md similarity index 53% rename from docs/Vehicles.md rename to docs/api/Vehicles.md index dd23e18..588f579 100644 --- a/docs/Vehicles.md +++ b/docs/api/Vehicles.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **embedded** | [**VehiclesEmbedded**](VehiclesEmbedded.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/VehiclesApi.md b/docs/api/VehiclesApi.md similarity index 90% rename from docs/VehiclesApi.md rename to docs/api/VehiclesApi.md index 0b52fb7..0d6560a 100644 --- a/docs/VehiclesApi.md +++ b/docs/api/VehiclesApi.md @@ -76,14 +76,14 @@ void (empty response body) ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_car_last_position** > Position get_car_last_position(id) @@ -138,14 +138,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/vnd.geo+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_telemetry** > Telemetry get_telemetry(id, type=type, index_range=index_range, page_size=page_size, page_token=page_token, locale=locale, extension=extension) @@ -212,14 +212,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_alerts** > Alerts get_vehicle_alerts(id, timestamps=timestamps, index_range=index_range, page_size=page_size, page_token=page_token, locale=locale, locale2=locale2) @@ -285,14 +285,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_alerts_by_id** > Alert get_vehicle_alerts_by_id(id, aid, locale=locale) @@ -350,14 +350,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_byid** > Vehicle get_vehicle_byid(id) @@ -412,14 +412,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_collision** > Collisions get_vehicle_collision(id, timestamps=timestamps, index_range=index_range, page_size=page_size, page_token=page_token) @@ -482,14 +482,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_collision_by_id** > Collision get_vehicle_collision_by_id(id, cid) @@ -546,14 +546,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_maintenance** > Maintenance get_vehicle_maintenance(id) @@ -607,14 +607,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_monitors** > Monitors get_vehicle_monitors(id, index_range=index_range, page_size=page_size, page_token=page_token) @@ -675,14 +675,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_monitors_by_id** > MonitorParameter get_vehicle_monitors_by_id(id, mid) @@ -739,14 +739,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicle_status** > Status get_vehicle_status(id, extension=extension) @@ -803,14 +803,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **get_vehicles_by_device** > Vehicles get_vehicles_by_device(index_range=index_range, page_size=page_size, locale=locale, page_token=page_token) @@ -871,14 +871,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **set_fleet_vehicle_monitor_status** > MonitorRef set_fleet_vehicle_monitor_status(id, mid, body=body) @@ -930,7 +930,7 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **set_vehicle_monitor** > MonitorParameter set_vehicle_monitor(id, body=body) @@ -987,14 +987,14 @@ Name | Type | Description | Notes ### Authorization -[Vehicle_auth](../README.md#Vehicle_auth), [client_id](../README.md#client_id), [realm](../README.md#realm) +[Vehicle_auth](../../README.md#Vehicle_auth), [client_id](../../README.md#client_id), [realm](../../README.md#realm) ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/hal+json -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) # **update_fleet_vehicle_monitor** > MonitorRef update_fleet_vehicle_monitor(mid, id, body=body) @@ -1046,5 +1046,5 @@ No authorization required - **Content-Type**: application/json - **Accept**: Not defined -[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +[[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md) diff --git a/docs/VehiclesEmbedded.md b/docs/api/VehiclesEmbedded.md similarity index 53% rename from docs/VehiclesEmbedded.md rename to docs/api/VehiclesEmbedded.md index b5608e7..a43ecd0 100644 --- a/docs/VehiclesEmbedded.md +++ b/docs/api/VehiclesEmbedded.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **vehicles** | [**list[Vehicle]**](Vehicle.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/WayPoints.md b/docs/api/WayPoints.md similarity index 54% rename from docs/WayPoints.md rename to docs/api/WayPoints.md index 0693a98..c0d382e 100644 --- a/docs/WayPoints.md +++ b/docs/api/WayPoints.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **embedded** | [**WayPointsEmbedded**](WayPointsEmbedded.md) | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/WayPointsEmbedded.md b/docs/api/WayPointsEmbedded.md similarity index 75% rename from docs/WayPointsEmbedded.md rename to docs/api/WayPointsEmbedded.md index d045a7e..14e470a 100644 --- a/docs/WayPointsEmbedded.md +++ b/docs/api/WayPointsEmbedded.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **positions** | [**list[Position]**](Position.md) | | **reduced** | **bool** | Determines whether this result set (page) has been reduced due to path simplifying (by providing a tolerance factor). ### Note: The number of results may be lower than the specified page 'size' due to the applying of the path simplifying after resolving the page resultset. | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/XError.md b/docs/api/XError.md similarity index 57% rename from docs/XError.md rename to docs/api/XError.md index c4f7f23..003b756 100644 --- a/docs/XError.md +++ b/docs/api/XError.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **debug** | **str** | | [optional] **message** | **str** | | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/ZoneMonitorTrigger.md b/docs/api/ZoneMonitorTrigger.md similarity index 68% rename from docs/ZoneMonitorTrigger.md rename to docs/api/ZoneMonitorTrigger.md index dfc2425..17ec538 100644 --- a/docs/ZoneMonitorTrigger.md +++ b/docs/api/ZoneMonitorTrigger.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **type** | **str** | | [optional] [default to 'Spacial'] **within** | **str** | containing mode. i.e wayPoints (such as Trip) start and /or end within or cross the container, | [optional] -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/ZoneTrigger.md b/docs/api/ZoneTrigger.md similarity index 65% rename from docs/ZoneTrigger.md rename to docs/api/ZoneTrigger.md index b581631..c7ef976 100644 --- a/docs/ZoneTrigger.md +++ b/docs/api/ZoneTrigger.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **place** | [**ZoneTriggerPlace**](ZoneTriggerPlace.md) | | **transition** | **str** | Zone monitoring type ('In' for monitoring entering zone and 'Out' formonitoring leaving zone), | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/ZoneTriggerPlace.md b/docs/api/ZoneTriggerPlace.md similarity index 60% rename from docs/ZoneTriggerPlace.md rename to docs/api/ZoneTriggerPlace.md index e9911f7..f12d78f 100644 --- a/docs/ZoneTriggerPlace.md +++ b/docs/api/ZoneTriggerPlace.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **center** | [**ZoneTriggerPlaceCenter**](ZoneTriggerPlaceCenter.md) | | **radius** | **float** | Circle radius (expressed in KM) | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) diff --git a/docs/ZoneTriggerPlaceCenter.md b/docs/api/ZoneTriggerPlaceCenter.md similarity index 54% rename from docs/ZoneTriggerPlaceCenter.md rename to docs/api/ZoneTriggerPlaceCenter.md index 5cfc4c8..8185979 100644 --- a/docs/ZoneTriggerPlaceCenter.md +++ b/docs/api/ZoneTriggerPlaceCenter.md @@ -6,6 +6,6 @@ Name | Type | Description | Notes **latitude** | **float** | | **longitude** | **float** | | -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)