rsmp 0.48.2 → 0.48.3
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/Rakefile +25 -2
- data/lib/rsmp/convert/export/json_schema/index.rb +38 -17
- data/lib/rsmp/convert/export/json_schema.rb +29 -0
- data/lib/rsmp/version.rb +1 -1
- data/schemas/tlc/1.0.10/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.10/{sxl.yaml → source/sxl.yaml} +60 -63
- data/schemas/tlc/1.0.10/sxl_index.json +3 -3
- data/schemas/tlc/1.0.13/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.13/{sxl.yaml → source/sxl.yaml} +67 -70
- data/schemas/tlc/1.0.13/sxl_index.json +3 -3
- data/schemas/tlc/1.0.14/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.14/{sxl.yaml → source/sxl.yaml} +67 -70
- data/schemas/tlc/1.0.14/sxl_index.json +3 -3
- data/schemas/tlc/1.0.15/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.15/{sxl.yaml → source/sxl.yaml} +70 -73
- data/schemas/tlc/1.0.15/sxl_index.json +3 -3
- data/schemas/tlc/1.0.7/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.7/{sxl.yaml → source/sxl.yaml} +62 -65
- data/schemas/tlc/1.0.7/sxl_index.json +3 -3
- data/schemas/tlc/1.0.8/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.8/{sxl.yaml → source/sxl.yaml} +60 -63
- data/schemas/tlc/1.0.8/sxl_index.json +3 -3
- data/schemas/tlc/1.0.9/commands/M0001.json +4 -4
- data/schemas/tlc/1.0.9/{sxl.yaml → source/sxl.yaml} +60 -63
- data/schemas/tlc/1.0.9/sxl_index.json +3 -3
- data/schemas/tlc/1.1.0/commands/M0022.json +8 -8
- data/schemas/tlc/1.1.0/{sxl.yaml → source/sxl.yaml} +74 -74
- data/schemas/tlc/1.1.0/statuses/S0033.json +2 -2
- data/schemas/tlc/1.1.0/sxl_index.json +10 -10
- data/schemas/tlc/1.2.0/commands/M0022.json +8 -8
- data/schemas/tlc/1.2.0/{sxl.yaml → source/sxl.yaml} +76 -76
- data/schemas/tlc/1.2.0/statuses/S0033.json +2 -2
- data/schemas/tlc/1.2.0/sxl_index.json +10 -10
- data/schemas/tlc/1.2.1/commands/M0022.json +8 -8
- data/schemas/tlc/1.2.1/{sxl.yaml → source/sxl.yaml} +76 -76
- data/schemas/tlc/1.2.1/statuses/S0033.json +2 -2
- data/schemas/tlc/1.2.1/sxl_index.json +10 -10
- data/schemas/tlc/1.3.0/commands/command_requests.json +0 -16
- data/schemas/tlc/1.3.0/{sxl.yaml → source/sxl.yaml} +1 -0
- data/schemas/tlc/1.3.0/sxl_index.json +1 -1
- metadata +12 -17
- data/schemas/tlc/1.0.8/statuses/S0025.json +0 -181
- data/schemas/tlc/1.0.9/statuses/S0025.json +0 -181
- data/schemas/tlc/1.2.0/statuses/S0018.json +0 -61
- data/schemas/tlc/1.2.1/statuses/S0018.json +0 -61
- data/schemas/tlc/1.3.0/statuses/S0018.json +0 -61
|
@@ -106,15 +106,15 @@ objects:
|
|
|
106
106
|
description: Signal group status as text field
|
|
107
107
|
pattern: "^[a-hA-G0-9N-P]*$"
|
|
108
108
|
cyclecounter:
|
|
109
|
-
type:
|
|
109
|
+
type: integer
|
|
110
110
|
description: Cycle counter
|
|
111
111
|
range: "[0-999]"
|
|
112
112
|
basecyclecounter:
|
|
113
|
-
type:
|
|
113
|
+
type: integer
|
|
114
114
|
description: Base cycle counter
|
|
115
115
|
range: "[0-999]"
|
|
116
116
|
stage:
|
|
117
|
-
type:
|
|
117
|
+
type: integer
|
|
118
118
|
description: Current stage (isolated)
|
|
119
119
|
range: "[0-999]"
|
|
120
120
|
S0002:
|
|
@@ -157,7 +157,7 @@ objects:
|
|
|
157
157
|
During startup mode the traffic controller shows dark, red, yellow flash or using the predetermined start cycle (minimum times).
|
|
158
158
|
arguments:
|
|
159
159
|
status:
|
|
160
|
-
type:
|
|
160
|
+
type: boolean
|
|
161
161
|
description: |-
|
|
162
162
|
False: Controller is not in start up mode
|
|
163
163
|
True: Controller is currently in start up mode
|
|
@@ -168,12 +168,12 @@ objects:
|
|
|
168
168
|
Used in situations where full priority is given in the emergency vehicle program.
|
|
169
169
|
arguments:
|
|
170
170
|
status:
|
|
171
|
-
type:
|
|
171
|
+
type: boolean
|
|
172
172
|
description: |-
|
|
173
173
|
False: Emergency stage inactive
|
|
174
174
|
True: Emergency stage active
|
|
175
175
|
emergencystage:
|
|
176
|
-
type:
|
|
176
|
+
type: integer
|
|
177
177
|
description: Number of emergency stage
|
|
178
178
|
range: "[1-255]"
|
|
179
179
|
S0007:
|
|
@@ -304,7 +304,7 @@ objects:
|
|
|
304
304
|
The time plan (signal program) may change signal timings, cycle time, control strategy and much more. Typical usage is is scenario based control where change of program is used to change priority etc.
|
|
305
305
|
arguments:
|
|
306
306
|
status:
|
|
307
|
-
type:
|
|
307
|
+
type: integer
|
|
308
308
|
description: Current time plan
|
|
309
309
|
range: "[1-255]"
|
|
310
310
|
S0015:
|
|
@@ -315,7 +315,7 @@ objects:
|
|
|
315
315
|
Traffic situation is a concept used to divide multiple TLC's into areas and sub-areas. The traffic situation gives the possibility to change the TLC sub-area dynamically depending on the time of day and the traffic flow. Depending on the traffic situation each TLC selects the time plan dynamically.
|
|
316
316
|
arguments:
|
|
317
317
|
status:
|
|
318
|
-
type:
|
|
318
|
+
type: integer
|
|
319
319
|
description: Current traffic situation
|
|
320
320
|
range: "[1-255]"
|
|
321
321
|
S0016:
|
|
@@ -324,7 +324,7 @@ objects:
|
|
|
324
324
|
Can be used by the management system to check the number of detector logics configured in the controller.
|
|
325
325
|
arguments:
|
|
326
326
|
number:
|
|
327
|
-
type:
|
|
327
|
+
type: long
|
|
328
328
|
description: Number of detector logics
|
|
329
329
|
range: "[1-65025]"
|
|
330
330
|
S0017:
|
|
@@ -333,7 +333,7 @@ objects:
|
|
|
333
333
|
Can be used for the management system to check the number of signal groups configured in the controller.
|
|
334
334
|
arguments:
|
|
335
335
|
number:
|
|
336
|
-
type:
|
|
336
|
+
type: long
|
|
337
337
|
description: Number of signal groups
|
|
338
338
|
range: "[1-65025]"
|
|
339
339
|
S0018:
|
|
@@ -342,7 +342,7 @@ objects:
|
|
|
342
342
|
Can be used for the management system to check the number of time plans configured in the controller.
|
|
343
343
|
arguments:
|
|
344
344
|
number:
|
|
345
|
-
type:
|
|
345
|
+
type: long
|
|
346
346
|
description: Number of time plans (depreciated)
|
|
347
347
|
range: "[1-65025]"
|
|
348
348
|
S0019:
|
|
@@ -351,7 +351,7 @@ objects:
|
|
|
351
351
|
Can be used for the management system to check the number of traffic situations configured in the controller.
|
|
352
352
|
arguments:
|
|
353
353
|
number:
|
|
354
|
-
type:
|
|
354
|
+
type: long
|
|
355
355
|
description: Number of traffic situations
|
|
356
356
|
range: "[1-65025]"
|
|
357
357
|
S0020:
|
|
@@ -578,29 +578,29 @@ objects:
|
|
|
578
578
|
Provides diagnostic information about the current date and time set in the controller.
|
|
579
579
|
arguments:
|
|
580
580
|
year:
|
|
581
|
-
type:
|
|
581
|
+
type: integer
|
|
582
582
|
description: 'Year according to format YYYY. NOTE: UTC is used'
|
|
583
583
|
range: YYYY
|
|
584
584
|
month:
|
|
585
|
-
type:
|
|
585
|
+
type: integer
|
|
586
586
|
description: 'Month (01-12) according to format MM. Note: UTC is used'
|
|
587
587
|
range: MM
|
|
588
588
|
day:
|
|
589
|
-
type:
|
|
589
|
+
type: integer
|
|
590
590
|
description: 'Day of month (01-31) according to format DD. Note: UTC
|
|
591
591
|
is used'
|
|
592
592
|
range: DD
|
|
593
593
|
hour:
|
|
594
|
-
type:
|
|
594
|
+
type: integer
|
|
595
595
|
description: 'Hour of day (00-23) according to format DD. Note: UTC is
|
|
596
596
|
used'
|
|
597
597
|
range: HH
|
|
598
598
|
minute:
|
|
599
|
-
type:
|
|
599
|
+
type: integer
|
|
600
600
|
description: 'Minute (00-59) according to format MM. Note: UTC is used'
|
|
601
601
|
range: MM
|
|
602
602
|
second:
|
|
603
|
-
type:
|
|
603
|
+
type: integer
|
|
604
604
|
description: 'Second (00-59) according to format SS. Note: UTC is used'
|
|
605
605
|
range: SS
|
|
606
606
|
S0097:
|
|
@@ -825,21 +825,18 @@ objects:
|
|
|
825
825
|
YellowFlash: Enables yellow flash
|
|
826
826
|
Dark: Enables dark mode
|
|
827
827
|
securityCode:
|
|
828
|
-
type:
|
|
828
|
+
type: string_list
|
|
829
829
|
description: Security code 2
|
|
830
830
|
timeout:
|
|
831
|
-
type:
|
|
831
|
+
type: integer_list
|
|
832
832
|
description: |-
|
|
833
833
|
Time in minutes until controller automatically reverts to previous functional position.
|
|
834
834
|
0=no automatic return
|
|
835
835
|
min: 0
|
|
836
836
|
max: 1440
|
|
837
837
|
intersection:
|
|
838
|
-
type:
|
|
839
|
-
description:
|
|
840
|
-
Intersection number.
|
|
841
|
-
Command only applies to specified intersection. Other intersections remains in their respective operating mode(s).
|
|
842
|
-
0: All intersections
|
|
838
|
+
type: integer_list
|
|
839
|
+
description: Intersection number
|
|
843
840
|
min: 0
|
|
844
841
|
max: 255
|
|
845
842
|
command: setValue
|
|
@@ -852,7 +849,7 @@ objects:
|
|
|
852
849
|
Requires security code 2
|
|
853
850
|
arguments:
|
|
854
851
|
status:
|
|
855
|
-
type:
|
|
852
|
+
type: boolean
|
|
856
853
|
description: |-
|
|
857
854
|
False: Controller uses time plan according to programming
|
|
858
855
|
True: Controller uses time plan according to command
|
|
@@ -860,7 +857,7 @@ objects:
|
|
|
860
857
|
type: string
|
|
861
858
|
description: Security code 2
|
|
862
859
|
timeplan:
|
|
863
|
-
type:
|
|
860
|
+
type: integer
|
|
864
861
|
description: designation of time plan
|
|
865
862
|
range: "[1-255]"
|
|
866
863
|
command: setPlan
|
|
@@ -872,7 +869,7 @@ objects:
|
|
|
872
869
|
Requires security code 2
|
|
873
870
|
arguments:
|
|
874
871
|
status:
|
|
875
|
-
type:
|
|
872
|
+
type: boolean
|
|
876
873
|
description: |-
|
|
877
874
|
False: Controller uses traffic situation according to own programming
|
|
878
875
|
True: Controller uses traffic situation according to command
|
|
@@ -880,7 +877,7 @@ objects:
|
|
|
880
877
|
type: string
|
|
881
878
|
description: Security code 2
|
|
882
879
|
traficsituation:
|
|
883
|
-
type:
|
|
880
|
+
type: integer
|
|
884
881
|
description: designation of traficsituation
|
|
885
882
|
range: "[1-255]"
|
|
886
883
|
command: setTrafficSituation
|
|
@@ -891,7 +888,7 @@ objects:
|
|
|
891
888
|
Requires security code 2
|
|
892
889
|
arguments:
|
|
893
890
|
status:
|
|
894
|
-
type:
|
|
891
|
+
type: boolean
|
|
895
892
|
description: 'True: Restart controller'
|
|
896
893
|
securityCode:
|
|
897
894
|
type: string
|
|
@@ -905,7 +902,7 @@ objects:
|
|
|
905
902
|
Requires security code 2.
|
|
906
903
|
arguments:
|
|
907
904
|
status:
|
|
908
|
-
type:
|
|
905
|
+
type: boolean
|
|
909
906
|
description: |-
|
|
910
907
|
False: Activate emergency route
|
|
911
908
|
True: Deactivate emergency route
|
|
@@ -913,7 +910,7 @@ objects:
|
|
|
913
910
|
type: string
|
|
914
911
|
description: Security code 2
|
|
915
912
|
emergencyroute:
|
|
916
|
-
type:
|
|
913
|
+
type: integer
|
|
917
914
|
description: Number of emergency route
|
|
918
915
|
range: "[1-255]"
|
|
919
916
|
command: setEmergency
|
|
@@ -927,7 +924,7 @@ objects:
|
|
|
927
924
|
Requires security code 2.
|
|
928
925
|
arguments:
|
|
929
926
|
status:
|
|
930
|
-
type:
|
|
927
|
+
type: boolean
|
|
931
928
|
description: |-
|
|
932
929
|
False: Deactivate input
|
|
933
930
|
True: Activate input
|
|
@@ -935,7 +932,7 @@ objects:
|
|
|
935
932
|
type: string
|
|
936
933
|
description: Security code 2
|
|
937
934
|
input:
|
|
938
|
-
type:
|
|
935
|
+
type: integer
|
|
939
936
|
description: Number of Input
|
|
940
937
|
range: "[1-255]"
|
|
941
938
|
command: setInput
|
|
@@ -947,7 +944,7 @@ objects:
|
|
|
947
944
|
Requires security code 2.
|
|
948
945
|
arguments:
|
|
949
946
|
status:
|
|
950
|
-
type:
|
|
947
|
+
type: boolean
|
|
951
948
|
description: |-
|
|
952
949
|
False: Deactivate fixed time control
|
|
953
950
|
True: Activate fixed time control
|
|
@@ -1035,7 +1032,7 @@ objects:
|
|
|
1035
1032
|
Requires security code 2
|
|
1036
1033
|
arguments:
|
|
1037
1034
|
plan:
|
|
1038
|
-
type:
|
|
1035
|
+
type: integer
|
|
1039
1036
|
description: Plan to be changed
|
|
1040
1037
|
range: "[0-255]"
|
|
1041
1038
|
status:
|
|
@@ -1062,11 +1059,11 @@ objects:
|
|
|
1062
1059
|
Requires security code 2.
|
|
1063
1060
|
arguments:
|
|
1064
1061
|
status:
|
|
1065
|
-
type:
|
|
1062
|
+
type: integer
|
|
1066
1063
|
description: Set offset time in seconds
|
|
1067
1064
|
range: "[0-255]"
|
|
1068
1065
|
plan:
|
|
1069
|
-
type:
|
|
1066
|
+
type: integer
|
|
1070
1067
|
description: Time plan nr
|
|
1071
1068
|
range: "[0-255]"
|
|
1072
1069
|
securityCode:
|
|
@@ -1146,11 +1143,11 @@ objects:
|
|
|
1146
1143
|
Requires security code 2.
|
|
1147
1144
|
arguments:
|
|
1148
1145
|
status:
|
|
1149
|
-
type:
|
|
1146
|
+
type: integer
|
|
1150
1147
|
description: Set cycle time in seconds
|
|
1151
1148
|
range: "[1-255]"
|
|
1152
1149
|
plan:
|
|
1153
|
-
type:
|
|
1150
|
+
type: integer
|
|
1154
1151
|
description: Time plan nr
|
|
1155
1152
|
range: "[0-255]"
|
|
1156
1153
|
securityCode:
|
|
@@ -1165,7 +1162,7 @@ objects:
|
|
|
1165
1162
|
Requires security code 2.
|
|
1166
1163
|
arguments:
|
|
1167
1164
|
status:
|
|
1168
|
-
type:
|
|
1165
|
+
type: boolean
|
|
1169
1166
|
description: |-
|
|
1170
1167
|
False: Force input
|
|
1171
1168
|
True: Release input
|
|
@@ -1173,11 +1170,11 @@ objects:
|
|
|
1173
1170
|
type: string
|
|
1174
1171
|
description: Security code 2
|
|
1175
1172
|
input:
|
|
1176
|
-
type:
|
|
1173
|
+
type: integer
|
|
1177
1174
|
description: Number of Input
|
|
1178
1175
|
range: "[1-255]"
|
|
1179
1176
|
inputValue:
|
|
1180
|
-
type:
|
|
1177
|
+
type: boolean
|
|
1181
1178
|
description: |-
|
|
1182
1179
|
False: input forced to False
|
|
1183
1180
|
True: input forced to True
|
|
@@ -1190,7 +1187,7 @@ objects:
|
|
|
1190
1187
|
Requires security code 2.
|
|
1191
1188
|
arguments:
|
|
1192
1189
|
status:
|
|
1193
|
-
type:
|
|
1190
|
+
type: boolean
|
|
1194
1191
|
description: |-
|
|
1195
1192
|
False: Force output
|
|
1196
1193
|
True: Release output
|
|
@@ -1198,11 +1195,11 @@ objects:
|
|
|
1198
1195
|
type: string
|
|
1199
1196
|
description: Security code 2
|
|
1200
1197
|
output:
|
|
1201
|
-
type:
|
|
1198
|
+
type: integer
|
|
1202
1199
|
description: Number of Output
|
|
1203
1200
|
range: "[1-255]"
|
|
1204
1201
|
outputValue:
|
|
1205
|
-
type:
|
|
1202
|
+
type: boolean
|
|
1206
1203
|
description: |-
|
|
1207
1204
|
False: output forced to False
|
|
1208
1205
|
True: output forced to True
|
|
@@ -1252,37 +1249,37 @@ objects:
|
|
|
1252
1249
|
type: string
|
|
1253
1250
|
description: Security code 1
|
|
1254
1251
|
year:
|
|
1255
|
-
type:
|
|
1252
|
+
type: integer
|
|
1256
1253
|
description: |-
|
|
1257
1254
|
Changes internal clock. Note: UTC is used
|
|
1258
1255
|
Year according to YYYY
|
|
1259
1256
|
range: "[YYYY]"
|
|
1260
1257
|
month:
|
|
1261
|
-
type:
|
|
1258
|
+
type: integer
|
|
1262
1259
|
description: |-
|
|
1263
1260
|
Changes internal clock. Note: UTC is used
|
|
1264
1261
|
Month according to MM (01-12)
|
|
1265
1262
|
range: "[MM]"
|
|
1266
1263
|
day:
|
|
1267
|
-
type:
|
|
1264
|
+
type: integer
|
|
1268
1265
|
description: |-
|
|
1269
1266
|
Changes internal clock. Note: UTC is used
|
|
1270
1267
|
Day in month according to DD (01-31)
|
|
1271
1268
|
range: "[DD]"
|
|
1272
1269
|
hour:
|
|
1273
|
-
type:
|
|
1270
|
+
type: integer
|
|
1274
1271
|
description: |-
|
|
1275
1272
|
Changes internal clock. Note: UTC is used
|
|
1276
1273
|
Hour according to HH (00-23)
|
|
1277
1274
|
range: "[HH]"
|
|
1278
1275
|
minute:
|
|
1279
|
-
type:
|
|
1276
|
+
type: integer
|
|
1280
1277
|
description: |-
|
|
1281
1278
|
Changes internal clock. Note: UTC is used
|
|
1282
1279
|
Minute according to MM (00-59)
|
|
1283
1280
|
range: "[MM]"
|
|
1284
1281
|
second:
|
|
1285
|
-
type:
|
|
1282
|
+
type: integer
|
|
1286
1283
|
description: |-
|
|
1287
1284
|
Changes internal clock. Note: UTC is used
|
|
1288
1285
|
Second according to SS (00-59)
|
|
@@ -1301,7 +1298,7 @@ objects:
|
|
|
1301
1298
|
category: D
|
|
1302
1299
|
arguments:
|
|
1303
1300
|
timeplan:
|
|
1304
|
-
type:
|
|
1301
|
+
type: integer
|
|
1305
1302
|
description: Current time plan
|
|
1306
1303
|
range: "[designation]"
|
|
1307
1304
|
A0101:
|
|
@@ -1362,7 +1359,7 @@ objects:
|
|
|
1362
1359
|
Time stamp for the most likely time for the signal group to go to green. If the signal group is green, it is the most likely time for the next green.
|
|
1363
1360
|
Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
1364
1361
|
ToGConfidence:
|
|
1365
|
-
type:
|
|
1362
|
+
type: integer
|
|
1366
1363
|
description: Confidence of the likelyToGEstimate. 0-100%
|
|
1367
1364
|
range: "[0-100]"
|
|
1368
1365
|
minToREstimate :
|
|
@@ -1381,7 +1378,7 @@ objects:
|
|
|
1381
1378
|
Time stamp for the most likely time for the signal group to go to red. If the signal group is red, it is the most likely time for the next red.
|
|
1382
1379
|
Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
1383
1380
|
ToRConfidence:
|
|
1384
|
-
type:
|
|
1381
|
+
type: integer
|
|
1385
1382
|
description: Confidence of the likelyToREstimate. 0-100%
|
|
1386
1383
|
range: "[0-100]"
|
|
1387
1384
|
commands:
|
|
@@ -1393,7 +1390,7 @@ objects:
|
|
|
1393
1390
|
Requires security code 2
|
|
1394
1391
|
arguments:
|
|
1395
1392
|
status:
|
|
1396
|
-
type:
|
|
1393
|
+
type: boolean
|
|
1397
1394
|
description: |-
|
|
1398
1395
|
False: No command (default)
|
|
1399
1396
|
True: Order a signal group to green
|
|
@@ -1409,7 +1406,7 @@ objects:
|
|
|
1409
1406
|
Requires security code 2
|
|
1410
1407
|
arguments:
|
|
1411
1408
|
status:
|
|
1412
|
-
type:
|
|
1409
|
+
type: boolean
|
|
1413
1410
|
description: |-
|
|
1414
1411
|
False: No command (default)
|
|
1415
1412
|
True: Order a signal group to red
|
|
@@ -1442,7 +1439,7 @@ objects:
|
|
|
1442
1439
|
description: Detector forced on/off while detector error
|
|
1443
1440
|
values: ['on','off']
|
|
1444
1441
|
manual:
|
|
1445
|
-
type:
|
|
1442
|
+
type: boolean
|
|
1446
1443
|
description: Manually controlled detector logic (True/False)
|
|
1447
1444
|
A0302:
|
|
1448
1445
|
description: |-
|
|
@@ -1467,7 +1464,7 @@ objects:
|
|
|
1467
1464
|
description: Detector forced on/off while detector error
|
|
1468
1465
|
values: ['on','off']
|
|
1469
1466
|
manual:
|
|
1470
|
-
type:
|
|
1467
|
+
type: boolean
|
|
1471
1468
|
description: Manually controlled detector logic (True/False)
|
|
1472
1469
|
logicerror:
|
|
1473
1470
|
type: string
|
|
@@ -1488,7 +1485,7 @@ objects:
|
|
|
1488
1485
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
1489
1486
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
1490
1487
|
vehicles:
|
|
1491
|
-
type:
|
|
1488
|
+
type: long
|
|
1492
1489
|
description: Number of vehicles on a given detector logic (since last
|
|
1493
1490
|
update)
|
|
1494
1491
|
range: "[number]"
|
|
@@ -1504,7 +1501,7 @@ objects:
|
|
|
1504
1501
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
1505
1502
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
1506
1503
|
speed:
|
|
1507
|
-
type:
|
|
1504
|
+
type: integer
|
|
1508
1505
|
description: Average speed in km/h
|
|
1509
1506
|
range: "[speed]"
|
|
1510
1507
|
S0203:
|
|
@@ -1519,7 +1516,7 @@ objects:
|
|
|
1519
1516
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
1520
1517
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
1521
1518
|
occupancy:
|
|
1522
|
-
type:
|
|
1519
|
+
type: integer
|
|
1523
1520
|
description: Occupancy in percent (0-100%)
|
|
1524
1521
|
range: "[0-100]"
|
|
1525
1522
|
S0204:
|
|
@@ -1534,39 +1531,39 @@ objects:
|
|
|
1534
1531
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
1535
1532
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
1536
1533
|
P:
|
|
1537
|
-
type:
|
|
1534
|
+
type: long
|
|
1538
1535
|
description: Number of cars
|
|
1539
1536
|
range: "[number]"
|
|
1540
1537
|
PS:
|
|
1541
|
-
type:
|
|
1538
|
+
type: long
|
|
1542
1539
|
description: Number of cars with trailers
|
|
1543
1540
|
range: "[number]"
|
|
1544
1541
|
L:
|
|
1545
|
-
type:
|
|
1542
|
+
type: long
|
|
1546
1543
|
description: Number of trucks
|
|
1547
1544
|
range: "[number]"
|
|
1548
1545
|
LS:
|
|
1549
|
-
type:
|
|
1546
|
+
type: long
|
|
1550
1547
|
description: Number of trucks with trailers
|
|
1551
1548
|
range: "[number]"
|
|
1552
1549
|
B:
|
|
1553
|
-
type:
|
|
1550
|
+
type: long
|
|
1554
1551
|
description: Number of busses
|
|
1555
1552
|
range: "[number]"
|
|
1556
1553
|
SP:
|
|
1557
|
-
type:
|
|
1554
|
+
type: long
|
|
1558
1555
|
description: Number of trams
|
|
1559
1556
|
range: "[number]"
|
|
1560
1557
|
MC:
|
|
1561
|
-
type:
|
|
1558
|
+
type: long
|
|
1562
1559
|
description: Number of motor cycles
|
|
1563
1560
|
range: "[number]"
|
|
1564
1561
|
C:
|
|
1565
|
-
type:
|
|
1562
|
+
type: long
|
|
1566
1563
|
description: Number of bicycles
|
|
1567
1564
|
range: "[number]"
|
|
1568
1565
|
F:
|
|
1569
|
-
type:
|
|
1566
|
+
type: long
|
|
1570
1567
|
description: Number of pedestrians
|
|
1571
1568
|
range: "[number]"
|
|
1572
1569
|
commands:
|
|
@@ -1578,7 +1575,7 @@ objects:
|
|
|
1578
1575
|
Requires security code 2
|
|
1579
1576
|
arguments:
|
|
1580
1577
|
status:
|
|
1581
|
-
type:
|
|
1578
|
+
type: boolean
|
|
1582
1579
|
description: |-
|
|
1583
1580
|
False: Deactivate manual control of detector logic
|
|
1584
1581
|
True: Activate manual control of detector logic
|
|
@@ -1586,7 +1583,7 @@ objects:
|
|
|
1586
1583
|
type: string
|
|
1587
1584
|
description: Security code 2
|
|
1588
1585
|
mode:
|
|
1589
|
-
type:
|
|
1586
|
+
type: boolean
|
|
1590
1587
|
description: |-
|
|
1591
1588
|
False: Deactivate detector logic
|
|
1592
1589
|
True: Activate detector logic
|
|
@@ -290,10 +290,10 @@
|
|
|
290
290
|
"commands" : {
|
|
291
291
|
"M0001" : {
|
|
292
292
|
"required" : {
|
|
293
|
-
"intersection" : "
|
|
294
|
-
"securityCode" : "
|
|
293
|
+
"intersection" : "integer_list",
|
|
294
|
+
"securityCode" : "string_list",
|
|
295
295
|
"status" : "string",
|
|
296
|
-
"timeout" : "
|
|
296
|
+
"timeout" : "integer_list"
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
"M0002" : {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"properties" : {
|
|
55
55
|
"v" : {
|
|
56
56
|
"description" : "Security code 2",
|
|
57
|
-
"
|
|
57
|
+
"$ref" : "../defs/definitions.json#/string_list"
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"properties" : {
|
|
72
72
|
"v" : {
|
|
73
73
|
"description" : "Time in minutes until controller automatically reverts to previous functional position.\n0=no automatic return",
|
|
74
|
-
"$ref" : "../defs/definitions.json#/
|
|
74
|
+
"$ref" : "../defs/definitions.json#/integer_list"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"then" : {
|
|
88
88
|
"properties" : {
|
|
89
89
|
"v" : {
|
|
90
|
-
"description" : "Intersection number
|
|
91
|
-
"$ref" : "../defs/definitions.json#/
|
|
90
|
+
"description" : "Intersection number",
|
|
91
|
+
"$ref" : "../defs/definitions.json#/integer_list"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|