@golemio/pid 2.20.1-dev.1454701289 → 2.20.1-dev.1454804917
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/openapi-output.yaml +2 -2
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -578,7 +578,7 @@ paths:
|
|
|
578
578
|
Using the `includeNotTracking` parameter, positions in one the following states can be additionally included:
|
|
579
579
|
- `after_track` - The position is not tracking and the trip's last known position is tracking. For metro positions, this can also mean that it is tracking, the vehicle is 200+ meters from the closest metro rail track segment of its track and the vehicle's message attributes `tm` and `odch` or higher than the arrival to the final stop. For other positions from TCP sources (DPP buses and trams), this can also mean that it is tracking and the vehicle sent a message while at the final stop or sent a message with the `tjr` attribute higher than the arrival to the final stop.
|
|
580
580
|
- `before_track` - The position is not tracking and either the trip's previous position is not known, or the previous position's state is `at_stop` or `on_track`.
|
|
581
|
-
- `before_track_delayed` - The
|
|
581
|
+
- `before_track_delayed` - The position has a delay prediction based on the vehicle's previous trip.
|
|
582
582
|
- `canceled` - The position is canceled.
|
|
583
583
|
- `off_track` - The position is tracking and the vehicle is 200+ meters from the closest anchor point or metro rail track segment of its track. For metro positions, it is additionally required that the vehicle's message attributes `tm` and `odch` or less than or equal to the arrival to the final stop.
|
|
584
584
|
|
|
@@ -2770,7 +2770,7 @@ components:
|
|
|
2770
2770
|
description: |
|
|
2771
2771
|
- `at_stop` - The position is tracking and the closest anchor point or metro rail track segment is a stop.
|
|
2772
2772
|
- `before_track` - The position is not tracking and either the trip's previous position is not known, or the previous position's state is `at_stop` or `on_track`.
|
|
2773
|
-
- `before_track_delayed` - The
|
|
2773
|
+
- `before_track_delayed` - The position has a delay prediction based on the vehicle's previous trip.
|
|
2774
2774
|
- `canceled` - The position is canceled.
|
|
2775
2775
|
- `off_track` - The position is tracking and the vehicle is 200+ meters from the closest anchor point or metro rail track segment of its track. For metro positions, it is additionally required that the vehicle's message attributes `tm` and `odch` or less than or equal to the arrival to the final stop.
|
|
2776
2776
|
- `on_track` - The position is tracking, but is neither `at_stop` nor `off_track`.
|