mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 17:06:18 +00:00
update documenation
This commit is contained in:
@@ -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.
|
||||
@@ -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 :
|
||||
|
||||
+161
-161
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user