Commit 10db2da3 authored by András Wippelhauser's avatar András Wippelhauser
Browse files

Fix startTime endTime typo

parent f6987a9f
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ IndividualParkingSpace ::= SEQUENCE {
 *
 * @field source: The station id of the sender vehicle. Shall only be filled if the sender is not the detector.
 *
 * @field startTime: The end time of detection. (e.g., when the detector vehicle passed by)
 * @field endTime: The end time of detection. (e.g., when the detector vehicle passed by)
 *
 * @category:
 * @revision: Created in V2.1.1
@@ -153,7 +153,7 @@ IndividualParkingSpace ::= SEQUENCE {
ParkingSpaceDetectionMetaData ::= SEQUENCE {
    id          Identifier2B,
    source      StationId OPTIONAL,
    startTime   TimestampIts,
    endTime     TimestampIts,
    ...
}