rsmp 0.48.3 → 0.48.4
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/lib/rsmp/version.rb +1 -1
- data/schemas/tlc/1.0.10/commands/M0001.json +3 -3
- data/schemas/tlc/1.0.10/source/sxl.yaml +3 -3
- data/schemas/tlc/1.0.10/sxl_index.json +3 -3
- data/schemas/tlc/1.0.13/commands/M0001.json +3 -3
- data/schemas/tlc/1.0.13/source/sxl.yaml +3 -3
- data/schemas/tlc/1.0.13/sxl_index.json +3 -3
- data/schemas/tlc/1.0.14/commands/M0001.json +3 -3
- data/schemas/tlc/1.0.14/source/sxl.yaml +3 -3
- data/schemas/tlc/1.0.14/sxl_index.json +3 -3
- data/schemas/tlc/1.0.15/commands/M0001.json +3 -3
- data/schemas/tlc/1.0.15/source/sxl.yaml +3 -3
- data/schemas/tlc/1.0.15/sxl_index.json +3 -3
- data/schemas/tlc/1.0.7/commands/M0001.json +3 -3
- data/schemas/tlc/1.0.7/source/sxl.yaml +3 -3
- data/schemas/tlc/1.0.7/sxl_index.json +3 -3
- data/schemas/tlc/1.0.8/commands/M0001.json +3 -3
- data/schemas/tlc/1.0.8/source/sxl.yaml +3 -3
- data/schemas/tlc/1.0.8/sxl_index.json +3 -3
- data/schemas/tlc/1.0.9/commands/M0001.json +3 -3
- data/schemas/tlc/1.0.9/source/sxl.yaml +3 -3
- data/schemas/tlc/1.0.9/sxl_index.json +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a7aa9df937cb7b5576fb663f49805e407ad171eb15e8984def184f417591092
|
|
4
|
+
data.tar.gz: 3e7331da7fa601171f970850fa10a2e923a6aaa4aabf860d1e18a5aad7d25ff0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b42f68a891ca93dfe38f7d643551c2a09a82b577f95b6dfe8b46bb7dd75f240b52b8373ab93f6d33e1c86719be3da9778b8e4e225da0e05e998e394c0c025ec
|
|
7
|
+
data.tar.gz: 303b2c7eca70376a291f04a145e7aa54c4b9666a2db73223e4d42b9cd41d2f6673a8c7ef5ac2af52b1ef9d1701a8f262d88b5b718bdc816707e0db7e894519d9
|
data/Gemfile.lock
CHANGED
data/lib/rsmp/version.rb
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"properties" : {
|
|
55
55
|
"v" : {
|
|
56
56
|
"description" : "Security code 2",
|
|
57
|
-
"
|
|
57
|
+
"type" : "string"
|
|
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"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"properties" : {
|
|
89
89
|
"v" : {
|
|
90
90
|
"description" : "Intersection number",
|
|
91
|
-
"$ref" : "../defs/definitions.json#/
|
|
91
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -461,17 +461,17 @@ objects:
|
|
|
461
461
|
YellowFlash: Enables yellow flash
|
|
462
462
|
Dark: Enables dark mode
|
|
463
463
|
securityCode:
|
|
464
|
-
type:
|
|
464
|
+
type: string
|
|
465
465
|
description: Security code 2
|
|
466
466
|
timeout:
|
|
467
|
-
type:
|
|
467
|
+
type: integer
|
|
468
468
|
description: |-
|
|
469
469
|
Time in minutes until controller automatically reverts to previous functional position.
|
|
470
470
|
0=no automatic return
|
|
471
471
|
min: 0
|
|
472
472
|
max: 1440
|
|
473
473
|
intersection:
|
|
474
|
-
type:
|
|
474
|
+
type: integer
|
|
475
475
|
description: Intersection number
|
|
476
476
|
min: 0
|
|
477
477
|
max: 255
|
|
@@ -188,10 +188,10 @@
|
|
|
188
188
|
"commands" : {
|
|
189
189
|
"M0001" : {
|
|
190
190
|
"required" : {
|
|
191
|
-
"intersection" : "
|
|
192
|
-
"securityCode" : "
|
|
191
|
+
"intersection" : "integer_as_string",
|
|
192
|
+
"securityCode" : "string",
|
|
193
193
|
"status" : "string",
|
|
194
|
-
"timeout" : "
|
|
194
|
+
"timeout" : "integer_as_string"
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
"M0002" : {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"properties" : {
|
|
55
55
|
"v" : {
|
|
56
56
|
"description" : "Security code 2",
|
|
57
|
-
"
|
|
57
|
+
"type" : "string"
|
|
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"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"properties" : {
|
|
89
89
|
"v" : {
|
|
90
90
|
"description" : "Intersection number",
|
|
91
|
-
"$ref" : "../defs/definitions.json#/
|
|
91
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -590,17 +590,17 @@ objects:
|
|
|
590
590
|
YellowFlash: Enables yellow flash
|
|
591
591
|
Dark: Enables dark mode
|
|
592
592
|
securityCode:
|
|
593
|
-
type:
|
|
593
|
+
type: string
|
|
594
594
|
description: Security code 2
|
|
595
595
|
timeout:
|
|
596
|
-
type:
|
|
596
|
+
type: integer
|
|
597
597
|
description: |-
|
|
598
598
|
Time in minutes until controller automatically reverts to previous functional position.
|
|
599
599
|
0=no automatic return
|
|
600
600
|
min: 0
|
|
601
601
|
max: 1440
|
|
602
602
|
intersection:
|
|
603
|
-
type:
|
|
603
|
+
type: integer
|
|
604
604
|
description: Intersection number
|
|
605
605
|
min: 0
|
|
606
606
|
max: 255
|
|
@@ -235,10 +235,10 @@
|
|
|
235
235
|
"commands" : {
|
|
236
236
|
"M0001" : {
|
|
237
237
|
"required" : {
|
|
238
|
-
"intersection" : "
|
|
239
|
-
"securityCode" : "
|
|
238
|
+
"intersection" : "integer_as_string",
|
|
239
|
+
"securityCode" : "string",
|
|
240
240
|
"status" : "string",
|
|
241
|
-
"timeout" : "
|
|
241
|
+
"timeout" : "integer_as_string"
|
|
242
242
|
}
|
|
243
243
|
},
|
|
244
244
|
"M0002" : {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"properties" : {
|
|
55
55
|
"v" : {
|
|
56
56
|
"description" : "Security code 2",
|
|
57
|
-
"
|
|
57
|
+
"type" : "string"
|
|
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"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"properties" : {
|
|
89
89
|
"v" : {
|
|
90
90
|
"description" : "Intersection number",
|
|
91
|
-
"$ref" : "../defs/definitions.json#/
|
|
91
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -728,17 +728,17 @@ objects:
|
|
|
728
728
|
YellowFlash: Enables yellow flash
|
|
729
729
|
Dark: Enables dark mode
|
|
730
730
|
securityCode:
|
|
731
|
-
type:
|
|
731
|
+
type: string
|
|
732
732
|
description: Security code 2
|
|
733
733
|
timeout:
|
|
734
|
-
type:
|
|
734
|
+
type: integer
|
|
735
735
|
description: |-
|
|
736
736
|
Time in minutes until controller automatically reverts to previous functional position.
|
|
737
737
|
0=no automatic return
|
|
738
738
|
min: 0
|
|
739
739
|
max: 1440
|
|
740
740
|
intersection:
|
|
741
|
-
type:
|
|
741
|
+
type: integer
|
|
742
742
|
description: Intersection number
|
|
743
743
|
min: 0
|
|
744
744
|
max: 255
|
|
@@ -267,10 +267,10 @@
|
|
|
267
267
|
"commands" : {
|
|
268
268
|
"M0001" : {
|
|
269
269
|
"required" : {
|
|
270
|
-
"intersection" : "
|
|
271
|
-
"securityCode" : "
|
|
270
|
+
"intersection" : "integer_as_string",
|
|
271
|
+
"securityCode" : "string",
|
|
272
272
|
"status" : "string",
|
|
273
|
-
"timeout" : "
|
|
273
|
+
"timeout" : "integer_as_string"
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
"M0002" : {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"properties" : {
|
|
55
55
|
"v" : {
|
|
56
56
|
"description" : "Security code 2",
|
|
57
|
-
"
|
|
57
|
+
"type" : "string"
|
|
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"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"properties" : {
|
|
89
89
|
"v" : {
|
|
90
90
|
"description" : "Intersection number",
|
|
91
|
-
"$ref" : "../defs/definitions.json#/
|
|
91
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -825,17 +825,17 @@ objects:
|
|
|
825
825
|
YellowFlash: Enables yellow flash
|
|
826
826
|
Dark: Enables dark mode
|
|
827
827
|
securityCode:
|
|
828
|
-
type:
|
|
828
|
+
type: string
|
|
829
829
|
description: Security code 2
|
|
830
830
|
timeout:
|
|
831
|
-
type:
|
|
831
|
+
type: integer
|
|
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:
|
|
838
|
+
type: integer
|
|
839
839
|
description: Intersection number
|
|
840
840
|
min: 0
|
|
841
841
|
max: 255
|
|
@@ -290,10 +290,10 @@
|
|
|
290
290
|
"commands" : {
|
|
291
291
|
"M0001" : {
|
|
292
292
|
"required" : {
|
|
293
|
-
"intersection" : "
|
|
294
|
-
"securityCode" : "
|
|
293
|
+
"intersection" : "integer_as_string",
|
|
294
|
+
"securityCode" : "string",
|
|
295
295
|
"status" : "string",
|
|
296
|
-
"timeout" : "
|
|
296
|
+
"timeout" : "integer_as_string"
|
|
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
|
+
"type" : "string"
|
|
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"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"properties" : {
|
|
89
89
|
"v" : {
|
|
90
90
|
"description" : "Intersection number",
|
|
91
|
-
"$ref" : "../defs/definitions.json#/
|
|
91
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -461,17 +461,17 @@ objects:
|
|
|
461
461
|
YellowFlash: Enables yellow flash
|
|
462
462
|
Dark: Enables dark mode
|
|
463
463
|
securityCode:
|
|
464
|
-
type:
|
|
464
|
+
type: string
|
|
465
465
|
description: Security code 2
|
|
466
466
|
timeout:
|
|
467
|
-
type:
|
|
467
|
+
type: integer
|
|
468
468
|
description: |-
|
|
469
469
|
Time in minutes until controller automatically reverts to previous functional position.
|
|
470
470
|
0=no automatic return
|
|
471
471
|
min: 0
|
|
472
472
|
max: 1440
|
|
473
473
|
intersection:
|
|
474
|
-
type:
|
|
474
|
+
type: integer
|
|
475
475
|
description: Intersection number
|
|
476
476
|
min: 0
|
|
477
477
|
max: 255
|
|
@@ -200,10 +200,10 @@
|
|
|
200
200
|
"commands" : {
|
|
201
201
|
"M0001" : {
|
|
202
202
|
"required" : {
|
|
203
|
-
"intersection" : "
|
|
204
|
-
"securityCode" : "
|
|
203
|
+
"intersection" : "integer_as_string",
|
|
204
|
+
"securityCode" : "string",
|
|
205
205
|
"status" : "string",
|
|
206
|
-
"timeout" : "
|
|
206
|
+
"timeout" : "integer_as_string"
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
209
|
"M0002" : {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"properties" : {
|
|
55
55
|
"v" : {
|
|
56
56
|
"description" : "Security code 2",
|
|
57
|
-
"
|
|
57
|
+
"type" : "string"
|
|
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"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"properties" : {
|
|
89
89
|
"v" : {
|
|
90
90
|
"description" : "Intersection number",
|
|
91
|
-
"$ref" : "../defs/definitions.json#/
|
|
91
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -461,17 +461,17 @@ objects:
|
|
|
461
461
|
YellowFlash: Enables yellow flash
|
|
462
462
|
Dark: Enables dark mode
|
|
463
463
|
securityCode:
|
|
464
|
-
type:
|
|
464
|
+
type: string
|
|
465
465
|
description: Security code 2
|
|
466
466
|
timeout:
|
|
467
|
-
type:
|
|
467
|
+
type: integer
|
|
468
468
|
description: |-
|
|
469
469
|
Time in minutes until controller automatically reverts to previous functional position.
|
|
470
470
|
0=no automatic return
|
|
471
471
|
min: 0
|
|
472
472
|
max: 1440
|
|
473
473
|
intersection:
|
|
474
|
-
type:
|
|
474
|
+
type: integer
|
|
475
475
|
description: Intersection number
|
|
476
476
|
min: 0
|
|
477
477
|
max: 255
|
|
@@ -188,10 +188,10 @@
|
|
|
188
188
|
"commands" : {
|
|
189
189
|
"M0001" : {
|
|
190
190
|
"required" : {
|
|
191
|
-
"intersection" : "
|
|
192
|
-
"securityCode" : "
|
|
191
|
+
"intersection" : "integer_as_string",
|
|
192
|
+
"securityCode" : "string",
|
|
193
193
|
"status" : "string",
|
|
194
|
-
"timeout" : "
|
|
194
|
+
"timeout" : "integer_as_string"
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
"M0002" : {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"properties" : {
|
|
55
55
|
"v" : {
|
|
56
56
|
"description" : "Security code 2",
|
|
57
|
-
"
|
|
57
|
+
"type" : "string"
|
|
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"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"properties" : {
|
|
89
89
|
"v" : {
|
|
90
90
|
"description" : "Intersection number",
|
|
91
|
-
"$ref" : "../defs/definitions.json#/
|
|
91
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -461,17 +461,17 @@ objects:
|
|
|
461
461
|
YellowFlash: Enables yellow flash
|
|
462
462
|
Dark: Enables dark mode
|
|
463
463
|
securityCode:
|
|
464
|
-
type:
|
|
464
|
+
type: string
|
|
465
465
|
description: Security code 2
|
|
466
466
|
timeout:
|
|
467
|
-
type:
|
|
467
|
+
type: integer
|
|
468
468
|
description: |-
|
|
469
469
|
Time in minutes until controller automatically reverts to previous functional position.
|
|
470
470
|
0=no automatic return
|
|
471
471
|
min: 0
|
|
472
472
|
max: 1440
|
|
473
473
|
intersection:
|
|
474
|
-
type:
|
|
474
|
+
type: integer
|
|
475
475
|
description: Intersection number
|
|
476
476
|
min: 0
|
|
477
477
|
max: 255
|
|
@@ -188,10 +188,10 @@
|
|
|
188
188
|
"commands" : {
|
|
189
189
|
"M0001" : {
|
|
190
190
|
"required" : {
|
|
191
|
-
"intersection" : "
|
|
192
|
-
"securityCode" : "
|
|
191
|
+
"intersection" : "integer_as_string",
|
|
192
|
+
"securityCode" : "string",
|
|
193
193
|
"status" : "string",
|
|
194
|
-
"timeout" : "
|
|
194
|
+
"timeout" : "integer_as_string"
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
197
|
"M0002" : {
|