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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a1022065ed55946e06f4b312bafbc205eeb9c4ab26aab7cd251e682127f1c57
4
- data.tar.gz: ee0364563ca3b85e39fda32fc6f2e769be26406aab01919c09da5f28da07d02f
3
+ metadata.gz: 7a7aa9df937cb7b5576fb663f49805e407ad171eb15e8984def184f417591092
4
+ data.tar.gz: 3e7331da7fa601171f970850fa10a2e923a6aaa4aabf860d1e18a5aad7d25ff0
5
5
  SHA512:
6
- metadata.gz: 2bc65697e462f74a43b3412d7248b36e69cb11c265dc0a66b486528d4f9f86f8a72461c21affc29f9ee7915e1934ca8764ae20c7f8108bec8f0c956d977a2634
7
- data.tar.gz: 0d886469084cc50a0b03343b9ad098d4a89a8f7e8ed20e9d91d96a194c180d693826c8b035555ec282621a84baa64fb59b6bbf37889e68aa426d3eec0792be8a
6
+ metadata.gz: 4b42f68a891ca93dfe38f7d643551c2a09a82b577f95b6dfe8b46bb7dd75f240b52b8373ab93f6d33e1c86719be3da9778b8e4e225da0e05e998e394c0c025ec
7
+ data.tar.gz: 303b2c7eca70376a291f04a145e7aa54c4b9666a2db73223e4d42b9cd41d2f6673a8c7ef5ac2af52b1ef9d1701a8f262d88b5b718bdc816707e0db7e894519d9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rsmp (0.48.3)
4
+ rsmp (0.48.4)
5
5
  async (~> 2.39)
6
6
  colorize (~> 1.1)
7
7
  io-endpoint (~> 0.17)
data/lib/rsmp/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RSMP
2
- VERSION = '0.48.3'.freeze
2
+ VERSION = '0.48.4'.freeze
3
3
  end
@@ -54,7 +54,7 @@
54
54
  "properties" : {
55
55
  "v" : {
56
56
  "description" : "Security code 2",
57
- "$ref" : "../defs/definitions.json#/string_list"
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#/integer_list"
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#/integer_list"
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: string_list
464
+ type: string
465
465
  description: Security code 2
466
466
  timeout:
467
- type: integer_list
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: integer_list
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" : "integer_list",
192
- "securityCode" : "string_list",
191
+ "intersection" : "integer_as_string",
192
+ "securityCode" : "string",
193
193
  "status" : "string",
194
- "timeout" : "integer_list"
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
- "$ref" : "../defs/definitions.json#/string_list"
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#/integer_list"
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#/integer_list"
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: string_list
593
+ type: string
594
594
  description: Security code 2
595
595
  timeout:
596
- type: integer_list
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: integer_list
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" : "integer_list",
239
- "securityCode" : "string_list",
238
+ "intersection" : "integer_as_string",
239
+ "securityCode" : "string",
240
240
  "status" : "string",
241
- "timeout" : "integer_list"
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
- "$ref" : "../defs/definitions.json#/string_list"
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#/integer_list"
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#/integer_list"
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: string_list
731
+ type: string
732
732
  description: Security code 2
733
733
  timeout:
734
- type: integer_list
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: integer_list
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" : "integer_list",
271
- "securityCode" : "string_list",
270
+ "intersection" : "integer_as_string",
271
+ "securityCode" : "string",
272
272
  "status" : "string",
273
- "timeout" : "integer_list"
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
- "$ref" : "../defs/definitions.json#/string_list"
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#/integer_list"
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#/integer_list"
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: string_list
828
+ type: string
829
829
  description: Security code 2
830
830
  timeout:
831
- type: integer_list
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: integer_list
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" : "integer_list",
294
- "securityCode" : "string_list",
293
+ "intersection" : "integer_as_string",
294
+ "securityCode" : "string",
295
295
  "status" : "string",
296
- "timeout" : "integer_list"
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
- "$ref" : "../defs/definitions.json#/string_list"
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#/integer_list"
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#/integer_list"
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: string_list
464
+ type: string
465
465
  description: Security code 2
466
466
  timeout:
467
- type: integer_list
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: integer_list
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" : "integer_list",
204
- "securityCode" : "string_list",
203
+ "intersection" : "integer_as_string",
204
+ "securityCode" : "string",
205
205
  "status" : "string",
206
- "timeout" : "integer_list"
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
- "$ref" : "../defs/definitions.json#/string_list"
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#/integer_list"
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#/integer_list"
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: string_list
464
+ type: string
465
465
  description: Security code 2
466
466
  timeout:
467
- type: integer_list
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: integer_list
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" : "integer_list",
192
- "securityCode" : "string_list",
191
+ "intersection" : "integer_as_string",
192
+ "securityCode" : "string",
193
193
  "status" : "string",
194
- "timeout" : "integer_list"
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
- "$ref" : "../defs/definitions.json#/string_list"
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#/integer_list"
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#/integer_list"
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: string_list
464
+ type: string
465
465
  description: Security code 2
466
466
  timeout:
467
- type: integer_list
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: integer_list
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" : "integer_list",
192
- "securityCode" : "string_list",
191
+ "intersection" : "integer_as_string",
192
+ "securityCode" : "string",
193
193
  "status" : "string",
194
- "timeout" : "integer_list"
194
+ "timeout" : "integer_as_string"
195
195
  }
196
196
  },
197
197
  "M0002" : {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsmp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.3
4
+ version: 0.48.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emil Tin