-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathdenm_schema_2-2-0.json
More file actions
561 lines (561 loc) · 26.7 KB
/
denm_schema_2-2-0.json
File metadata and controls
561 lines (561 loc) · 26.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://Orange-OpenSource.github.io/its-client/schema/denm",
"description": "DENM JSON schema",
"$references": [
{
"$comment": "This technical specification file (TS) is hereby considered right over the European standard one (EN); meaning that for any difference that may be present between those files this schema will prefer what is defined in the technical specification",
"name": "DENM TS 103 831",
"version": "2.2.1",
"url": "https://forge.etsi.org/rep/ITS/asn1/denm_ts103831/-/tree/v2.2.1"
},
{
"$comment": "This technical specification file (TS) is hereby considered right over the European standard one (EN); meaning that for any difference that may be present between those files this schema will prefer what is defined in the technical specification",
"name": "CDD TS 102 894-2",
"version": "2.2.1",
"url": "https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2/-/tree/V2.2.1"
}
],
"type": "object",
"additionalProperties": false,
"required": [
"message_type",
"source_uuid",
"timestamp",
"version",
"message"
],
"properties": {
"message_type": {
"type": "string",
"description": "Type of the message carried in message property.",
"const": "denm"
},
"source_uuid": {
"type": "string",
"description": "Unique id all over the world for the message sender.",
"examples": [
"com_car_4294967295",
"com_application_42"
]
},
"timestamp": {
"type": "integer",
"description": "Timestamp when the message was generated since Unix Epoch (millisecond).",
"examples": [
1574778515424
],
"minimum": 1514764800000,
"maximum": 1830297600000
},
"version": {
"type": "string",
"description": "JSON message format version",
"const": "2.2.0"
},
"path": {
"type": "array",
"description": "List of ordered elements root source of the message.",
"minItems": 1,
"items": {
"type": "object",
"required": [
"position",
"message_type"
],
"properties": {
"position": {
"type": "object",
"required": [
"latitude",
"longitude",
"altitude"
],
"properties": {
"latitude": {
"$ref": "#/$defs/latitude_value"
},
"longitude": {
"$ref": "#/$defs/longitude_value"
},
"altitude": {
"type": "integer",
"description": "Unit: 0.01 meter. referenceEllipsoidSurface(0), oneCentimeter(1), unavailable(800001)",
"default": 800001,
"minimum": -100000,
"maximum": 800001
}
}
},
"message_type": {
"type": "string",
"description": "Root message type source of the element.",
"enum": [
"denm",
"cam",
"cpm",
"po"
]
}
}
}
},
"message": {
"type": "object",
"required": [
"protocol_version",
"station_id",
"management"
],
"properties": {
"protocol_version": {
"type": "integer",
"description": "Version of the ITS message.",
"minimum": 0,
"maximum": 255,
"examples": [
1
]
},
"station_id": {
"type": "integer",
"description": "Identifier for an ITS-S.",
"minimum": 0,
"maximum": 4294967295,
"examples": [
4294967295,
42
]
},
"management": {
"type": "object",
"required": [
"action_id",
"detection_time",
"reference_time",
"event_position",
"station_type"
],
"properties": {
"action_id": {
"type": "object",
"required": [
"originating_station_id",
"sequence_number"
],
"properties": {
"originating_station_id": {
"type": "integer",
"description": "Identifier of an its station.",
"minimum": 0,
"maximum": 4294967295
},
"sequence_number": {
"type": "integer",
"description": "Sequence number set each time a new DENM is created. It is used to differentiate from events detected by the same ITS-S.",
"minimum": 0,
"maximum": 65535
}
}
},
"detection_time": {
"type": "integer",
"description": "Time at which the event is detected by the originating ITS-S. Remains the same on repetition; updated if any value changed in the payload, meaning sequence_number remains unchanged but anything else has been updated; Unit: millisecond since ETSI epoch (2004/01/01, so 1072915200000); utcStartOf2004(0), oneMillisecAfterUTCStartOf2004(1).",
"minimum": 0,
"maximum": 4398046511103
},
"reference_time": {
"type": "integer",
"description": "Time at which a new DENM, an update DENM or a cancellation DENM is generated (different for each message, even for repetition); Unit: millisecond since ETSI epoch (2004/01/01, so 1072915200000). utcStartOf2004(0), oneMillisecAfterUTCStartOf2004(1).",
"minimum": 0,
"maximum": 4398046511103
},
"termination": {
"type": "integer",
"description": "isCancellation(0), isNegation(1).",
"minimum": 0,
"maximum": 1
},
"event_position": {
"$ref": "#/$defs/reference_position"
},
"awareness_distance": {
"type": "integer",
"description": "Radius of the circular awareness area, with centre at the event position or at any of the event history points; lessThan50m(0), lessThan100m(1), lessThan200m(2), lessThan500m(3), lessThan1000m(4), lessThan5km(5), lessThan10km(6), over10km(7).",
"minimum": 0,
"maximum": 7
},
"traffic_direction": {
"type": "integer",
"description": "Traffic direction along which the receiving ITS-S may encounter the event; allTrafficDirections(0), upstreamTraffic(1), downstreamTraffic(2), oppositeTraffic(3).",
"minimum": 0,
"maximum": 3
},
"validity_duration": {
"type": "integer",
"description": "Duration after which the DENM can be considered invalid; Unit: second. timeOfDetection(0), oneSecondAfterDetection(1).",
"minimum": 0,
"maximum": 86400,
"default": 600
},
"transmission_interval": {
"type": "integer",
"description": "Unit: millisecond. oneMilliSecond(1), tenSeconds(10000).",
"minimum": 1,
"maximum": 10000
},
"station_type": {
"$ref": "#/$defs/traffic_participant_type"
}
}
},
"situation": {
"type": "object",
"required": [
"information_quality",
"event_type"
],
"properties": {
"information_quality": {
"type": "integer",
"description": "Quality level of the information provided by the ITS-S application of the originating ITS-S. It indicates the probability of the detected event being truly existent at the event position.",
"$ref": "#/$defs/information_quality"
},
"event_type": {
"$comment": "Choice has been made not to use CauseCodeV2 object as defined in DENM TS CDD, because it would require a object definition for each cause just to hold the subcause code; Using the deprecated CauseCode instead",
"$ref": "#/$defs/cause_code"
},
"linked_cause": {
"$comment": "Choice has been made not to use CauseCodeV2 object as defined in DENM TS CDD, because it would require a object definition for each cause just to hold the subcause code; Using the deprecated CauseCode instead",
"$ref": "#/$defs/cause_code"
},
"event_zone": {
"type": "array",
"description": "List of relative position, using the position indicated in the component eventPosition of the Management container as the reference position for the first position",
"items": {
"type": "object",
"required": [
"event_position",
"information_quality"
],
"properties": {
"event_position": {
"$ref": "#/$defs/delta_reference_position"
},
"event_delta_time": {
"type": "integer",
"description": "Recorded or estimated travel time between a position and a predefined reference position; Unit: 10 millisecond",
"minimum": 0,
"maximum": 65535
},
"information_quality": {
"description": "Information quality of the detection for this event point",
"$ref": "#/$defs/information_quality"
}
}
}
},
"linked_denms": {
"type": "array",
"description": "List of action id pointing to DENMs that are semantically connected because applying to consecutive event zones at the same time",
"item": {
"type": "object",
"required": [
"originating_station_id",
"sequence_number"
],
"properties": {
"originating_station_id": {
"type": "integer",
"minimum": 0,
"maximum": 4294967295
},
"sequence_number": {
"type": "integer",
"minimum": 0,
"maximum": 65535
}
}
},
"minimum": 1,
"maximum": 8
},
"event_end": {
"type": "integer",
"description": "Unit: meter. outOfRange(8190), unavailable(8191).",
"minimum": -8190,
"maximum": 8191
}
}
},
"location": {
"type": "object",
"properties": {
"event_speed": {
"type": "object",
"required": [
"value",
"confidence"
],
"properties": {
"value": {
"description": "Speed value, i.e. the magnitude of the velocity-vector; Unit 0.01 m/s. standstill(0), oneCentimeterPerSec(1), unavailable(16383), outOfRange(16832).",
"minimum": 0,
"maximum": 16383
},
"confidence": {
"type": "integer",
"description": "Confidence value of the speed value; Unit: 0.01 m/s. equalOrWithinOneCentimeterPerSec(1), equalOrWithinOneMeterPerSec(100), outOfRange(126), unavailable(127).",
"minimum": 1,
"maximum": 127
}
}
},
"event_position_heading": {
"type": "object",
"required": [
"value",
"confidence"
],
"properties": {
"value": {
"type": "integer",
"description": "Angle value, which can be estimated as the mean of the current distribution; Unit: 0.1 degree. wgs84North(0), wgs84East(900), wgs84South(1800), wgs84West(2700), doNotUse(3600), unavailable(3601).",
"minimum": 0,
"maximum": 3601
},
"confidence": {
"type": "integer",
"description": "Angle confidence value which represents the estimated accuracy of an angle value with a default confidence level of 95%; Unit: 0.1 degree. equalOrWithinZeroPointOneDegree (1), equalOrWithinOneDegree (10), outOfRange(126), unavailable(127).",
"minimum": 1,
"maximum": 127
}
}
},
"detection_zones_to_event_position": {
"type": "array",
"description": "Detection zone information approaching the event position. Not required even mandatory into the specification: let's build an empty array if needed.",
"minItems": 1,
"maxItems": 7,
"items": {
"type": "object",
"required": [
"path"
],
"properties": {
"path": {
"type": "array",
"description": "Path history, a path with a set of path points",
"maxItems": 40,
"items": {
"type": "object",
"required": [
"path_position"
],
"properties": {
"path_position": {
"$ref": "#/$defs/delta_reference_position"
},
"path_delta_time": {
"type": "integer",
"description": "Time travelled by the detecting ITS-S since the previous detected event point (reference_time). tenMilliSecondsInPast(1).",
"minimum": 1,
"maximum": 65535
}
}
}
}
}
}
},
"road_type": {
"type": "integer",
"description": "Type of a road segment. urban-NoStructuralSeparationToOppositeLanes(0), urban-WithStructuralSeparationToOppositeLanes(1), nonUrban-NoStructuralSeparationToOppositeLanes(2), nonUrban-WithStructuralSeparationToOppositeLanes(3).",
"minimum": 0,
"maximum": 3
}
}
},
"alacarte": {
"type": "object",
"properties": {
"lane_position": {
"type": "integer",
"description": "Transversal position on the carriageway at a specific longitudinal position, in resolution of lanes of the carriageway. offTheRoad(-1), innerHardShoulder(0), innermostDrivingLane(1), secondLaneFromInside(2), outterHardShoulder(14).",
"minimum": -1,
"maximum": 14
},
"positioning_solution": {
"type": "integer",
"description": "Positioning technology being used to estimate a geographical position. noPositioningSolution(0), sGNSS(1), dGNSS(2), sGNSSplusDR(3), dGNSSplusDR(4), dR(5), manuallyByOperator(6).",
"minimum": 0,
"maximum": 6
}
}
}
}
}
},
"$defs": {
"pos_confidence_ellipse": {
"type": "object",
"required": [
"semi_major",
"semi_minor",
"semi_major_orientation"
],
"properties": {
"semi_major": {
"type": "integer",
"description": "Half of length of the major axis, i.e. distance between the centre point and major axis point of the position accuracy ellipse.",
"default": 4095,
"minimum": 0,
"maximum": 4095
},
"semi_minor": {
"type": "integer",
"description": "Half of length of the minor axis, i.e. distance between the centre point and minor axis point of the position accuracy ellipse.",
"default": 4095,
"minimum": 0,
"maximum": 4095
},
"semi_major_orientation": {
"type": "integer",
"description": "Orientation direction of the ellipse major axis of the position accuracy ellipse with regards to the WGS84 north.",
"default": 3601,
"minimum": 0,
"maximum": 3601
}
}
},
"latitude_value": {
"type": "integer",
"description": "Latitude of the geographical point.",
"default": 900000001,
"minimum": -900000000,
"maximum": 900000001
},
"longitude_value": {
"type": "integer",
"description": "Longitude of the geographical point.",
"default": 1800000001,
"minimum": -1800000000,
"maximum": 1800000001
},
"altitude": {
"type": "object",
"description": "Altitude and an altitude accuracy of the geographical point.",
"required": [
"value",
"confidence"
],
"properties": {
"value": {
"type": "integer",
"description": "Altitude of a geographical point.",
"default": 800001,
"minimum": -100000,
"maximum": 800001
},
"confidence": {
"type": "integer",
"description": "Confidence level of the altitudeValue.",
"default": 15,
"minimum": 0,
"maximum": 15
}
}
},
"reference_position": {
"type": "object",
"description": "Position within a geographic coordinate system together with a confidence ellipse.",
"required": [
"latitude",
"longitude",
"position_confidence_ellipse",
"altitude"
],
"properties": {
"latitude": {
"$ref": "#/$defs/latitude_value"
},
"longitude": {
"$ref": "#/$defs/longitude_value"
},
"position_confidence_ellipse": {
"$ref": "#/$defs/pos_confidence_ellipse"
},
"altitude": {
"$ref": "#/$defs/altitude"
}
}
},
"information_quality": {
"type": "integer",
"description": "unavailable(0), lowest(1), highest(7).",
"default": 0,
"minimum": 0,
"maximum": 7
},
"delta_reference_position": {
"type": "object",
"required": [
"delta_latitude",
"delta_longitude",
"delta_altitude"
],
"properties": {
"delta_latitude": {
"type": "integer",
"description": "Offset latitude with regards to a defined latitude value. It may be used to describe a geographical point with regards to a specific reference geographical position (0.1 micro degree (10^-7 degree)).",
"default": 131072,
"minimum": -131071,
"maximum": 131072
},
"delta_longitude": {
"type:": "integer",
"description": "Offset longitude with regards to a defined longitude value. It may be used to describe a geographical point with regards to a specific reference geographical position (0.1 micro degree (10^-7 degree)).",
"default": 131072,
"minimum": -131071,
"maximum": 131072
},
"delta_altitude": {
"type": "integer",
"description": "Offset altitude with regards to a defined altitude value. It may be used to describe a geographical point with regards to a specific reference geographical position; Unit: centimeter; negativeOutOfRange(-12700), positiveOutOfRange(12799), unavailable(12800).",
"default": 12800,
"minimum": -12700,
"maximum": 12800
}
}
},
"traffic_participant_type": {
"description": "Type of a traffic participant. unknown(0), pedestrian(1), cyclist(2), moped(3), motorcycle(4), passengerCar(5), bus(6), lightTruck(7), heavyTruck(8), trailer(9), specialVehicles(10), tram(11), roadSideUnit(15).",
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 255
},
"cause_code": {
"type": "object",
"description": "Representation of the cause code value of a traffic event.",
"required": [
"cause"
],
"properties": {
"cause": {
"type": "integer",
"description": "The main cause of a detected event. trafficCondition (1), accident (2), roadworks (3), impassability (5), adverseWeatherCondition-Adhesion (6), aquaplaning (7), hazardousLocation-SurfaceCondition (9), hazardousLocation-ObstacleOnTheRoad (10), hazardousLocation-AnimalOnTheRoad (11), humanPresenceOnTheRoad (12), wrongWayDriving (14), rescueAndRecoveryWorkInProgress (15), adverseWeatherCondition-ExtremeWeatherCondition (17), adverseWeatherCondition-Visibility (18), adverseWeatherCondition-Precipitation (19), violence (20), slowVehicle (26), dangerousEndOfQueue (27), publicTransportVehicleApproaching (28), vehicleBreakdown (91), postCrash (92), humanProblem (93), stationaryVehicle (94), emergencyVehicleApproaching (95), hazardousLocation-DangerousCurve (96), collisionRisk (97), signalViolation (98), dangerousSituation (99), railwayLevelCrossing (100).",
"minimum": 0,
"maximum": 255
},
"subcause": {
"type": "integer",
"description": "Subordinate cause of a detected event. trafficCondition (1): unavailable (0), increasedVolumeOfTraffic (1), trafficJamSlowlyIncreasing (2), trafficJamIncreasing (3), trafficJamStronglyIncreasing (4), trafficJam (5), trafficJamSlightlyDecreasing (6), trafficJamDecreasing (7), trafficJamStronglyDecreasing (8), trafficJamStable (9). accident (2): unavailable (0), multiVehicleAccident (1), heavyAccident (2), accidentInvolvingLorry (3), accidentInvolvingBus (4), accidentInvolvingHazardousMaterials (5), accidentOnOppositeLane (6), unsecuredAccident (7), assistanceRequested (8). roadworks (3): unavailable (0), majorRoadworks (1), roadMarkingWork (2), slowMovingRoadMaintenance (3), shortTermStationaryRoadworks (4), streetCleaning (5), winterService (6), setupPhase (7), remodellingPhase (8), dismantlingPhase (9). impassability (5): unavailable (0), flooding (1), dangerOfAvalanches (2), blastingOfAvalanches (3), landslips (4), chemicalSpillage (5), winterClosure (6), sinkhole (7), earthquakeDamage (8), fallenTrees (9), rockfalls (10), sewerOverflow (11), stormDamage (12), subsidence (13), burstPipe (14), burstWaterMain (15), fallenPowerCables (16), snowDrifts (17). adverseWeatherCondition-Adhesion (6): unavailable (0), heavyFrostOnRoad (1), fuelOnRoad (2), mudOnRoad (3), snowOnRoad (4), iceOnRoad (5), blackIceOnRoad (6), oilOnRoad (7), looseChippings (8), instantBlackIce (9), roadsSalted (10). aquaplaning (7): none. hazardousLocation-SurfaceCondition (9): unavailable (0), rockfalls (1), earthquakeDamage (2), sewerCollapse (3), subsidence (4), snowDrifts (5), stormDamage (6), burstPipe (7), volcanoEruption (8), fallingIce (9), fire (10), flooding (11). hazardousLocation-ObstacleOnTheRoad (10): unavailable (0), shedLoad (1), partsOfVehicles (2), partsOfTyres (3), bigObjects (4), fallenTrees (5), hubCaps (6), waitingVehicles (7). hazardousLocation-AnimalOnTheRoad (11): unavailable (0), wildAnimals (1), herdOfAnimals (2), smallAnimals (3), largeAnimals (4), wildAnimalsSmall (5), wildAnimalsLarge (6), domesticAnimals (7), domesticAnimalsSmall (8), domesticAnimalsLarge (9). humanPresenceOnTheRoad (12): unavailable (0), childrenOnRoadway (1), cyclistOnRoadway (2), motorcyclistOnRoadway (3), pedestrian (4), ordinary-pedestrian (5), road-worker (6), first-responder (7), lightVruVehicle (8), bicyclist (9), wheelchair-user (10), horse-and-rider (11), rollerskater (12), e-scooter (13), personal-transporter (14), pedelec (15), speed-pedelec (16), ptw (17), moped (18), motorcycle (19), motorcycle-and-sidecar-right (20), motorcycle-and-sidecar-left (21). wrongWayDriving (14): unavailable (0), wrongLane (1), wrongDirection (2). rescueAndRecoveryWorkInProgress (15): unavailable (0), emergencyVehicles (1), rescueHelicopterLanding (2), policeActivityOngoing (3), medicalEmergencyOngoing (4), childAbductionInProgress (5), prioritizedVehicle (6), rescueAndRecoveryVehicle (7). adverseWeatherCondition-ExtremeWeatherCondition (17): unavailable (0), strongWinds (1), damagingHail (2), hurricane (3), thunderstorm (4), tornado (5), blizzard (6). adverseWeatherCondition-Visibility (18): unavailable (0), fog (1), smoke (2), heavySnowfall (3), heavyRain (4), heavyHail (5), lowSunGlare (6), sandstorms (7), swarmsOfInsects (8). adverseWeatherCondition-Precipitation (19): unavailable (0), heavyRain (1), heavySnowfall (2), softHail (3). violence (20): none. slowVehicle (26): none. dangerousEndOfQueue (27): unavailable (0), suddenEndOfQueue (1), queueOverHill (2), queueAroundBend (3), queueInTunnel (4). publicTransportVehicleApproaching (28): none. vehicleBreakdown (91): unavailable (0), lackOfFuel (1), lackOfBatteryPower (2), engineProblem (3), transmissionProblem (4), engineCoolingProblem (5), brakingSystemProblem (6), steeringProblem (7), tyrePuncture (8), tyrePressureProblem (9), vehicleOnFire (10). postCrash (92): unavailable (0), accidentWithoutECallTriggered (1), accidentWithECallManuallyTriggered (2), accidentWithECallAutomaticallyTriggered (3), accidentWithECallTriggeredWithoutAccessToCellularNetwork (4). humanProblem (93): unavailable (0), glycemiaProblem (1), heartProblem (2). stationaryVehicle (94): unavailable (0), humanProblem (1), vehicleBreakdown (2), postCrash (3), publicTransportStop (4), carryingDangerousGoods (5), vehicleOnFire (6). emergencyVehicleApproaching (95): unavailable (0), emergencyVehicleApproaching (1), prioritizedVehicleApproaching (2). hazardousLocation-DangerousCurve (96): unavailable (0), dangerousLeftTurnCurve (1), dangerousRightTurnCurve (2), multipleCurvesStartingWithUnknownTurningDirection (3), multipleCurvesStartingWithLeftTurn (4), multipleCurvesStartingWithRightTurn (5). collisionRisk (97): unavailable (0), longitudinalCollisionRisk (1), crossingCollisionRisk (2), lateralCollisionRisk (3), vulnerableRoadUser (4), collisionRiskWithPedestrian (5), collisionRiskWithCyclist (6), collisionRiskWithMotorVehicle (7). signalViolation (98): unavailable (0), stopSignViolation (1), trafficLightViolation (2), turningRegulationViolation (3). dangerousSituation (99): unavailable (0), emergencyElectronicBrakeEngaged (1), preCrashSystemEngaged (2), espEngaged (3), absEngaged (4), aebEngaged (5), brakeWarningEngaged (6), collisionRiskWarningEngaged (7). railwayLevelCrossing (100): unavailable (0), doNotCrossAbnormalSituation (1), closed (2), unguarded (3), nominal (4), trainApproaching (5).",
"default": 0,
"minimum": 0,
"maximum": 255
}
}
}
}
}