rsmp 0.47.0 → 0.48.0
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/.github/workflows/copilot-setup-steps.yml +1 -1
- data/.github/workflows/rubocop.yaml +1 -1
- data/.github/workflows/sus.yaml +1 -1
- data/CHANGELOG.md +10 -0
- data/Gemfile.lock +5 -5
- data/README.md +3 -1
- data/documentation/cli.md +225 -0
- data/documentation/configuration.md +57 -0
- data/lib/rsmp/cli/configuration.rb +30 -0
- data/lib/rsmp/cli.rb +18 -45
- data/lib/rsmp/collect/command_matcher.rb +13 -4
- data/lib/rsmp/collect/status_matcher.rb +14 -4
- data/lib/rsmp/command_list.rb +1 -1
- data/lib/rsmp/convert/export/json_schema/index.rb +64 -0
- data/lib/rsmp/convert/export/json_schema/items.rb +9 -1
- data/lib/rsmp/convert/export/json_schema/outputs.rb +65 -25
- data/lib/rsmp/convert/export/json_schema/values.rb +40 -11
- data/lib/rsmp/convert/export/json_schema.rb +3 -1
- data/lib/rsmp/message/sxl_codec.rb +194 -0
- data/lib/rsmp/message.rb +2 -0
- data/lib/rsmp/node/site/connections.rb +80 -0
- data/lib/rsmp/node/site/site.rb +21 -35
- data/lib/rsmp/node/supervisor/supervisor.rb +42 -0
- data/lib/rsmp/options/schemas/site.json +3 -0
- data/lib/rsmp/options/schemas/supervisor.json +1 -0
- data/lib/rsmp/options/site_options.rb +30 -21
- data/lib/rsmp/options/supervisor_options.rb +1 -0
- data/lib/rsmp/proxy/modules/receive.rb +3 -1
- data/lib/rsmp/proxy/modules/send.rb +26 -14
- data/lib/rsmp/proxy/proxy.rb +17 -0
- data/lib/rsmp/proxy/site/connection.rb +79 -0
- data/lib/rsmp/proxy/site/modules/commands.rb +24 -1
- data/lib/rsmp/proxy/site/site_proxy.rb +6 -15
- data/lib/rsmp/proxy/supervisor/modules/commands.rb +55 -0
- data/lib/rsmp/proxy/supervisor/modules/status.rb +13 -104
- data/lib/rsmp/proxy/supervisor/modules/status_updates.rb +148 -0
- data/lib/rsmp/proxy/supervisor/supervisor_proxy.rb +19 -0
- data/lib/rsmp/schema.rb +38 -1
- data/lib/rsmp/tlc/detector_logic.rb +2 -2
- data/lib/rsmp/tlc/modules/helpers.rb +0 -22
- data/lib/rsmp/tlc/modules/inputs.rb +4 -3
- data/lib/rsmp/tlc/modules/modes.rb +2 -2
- data/lib/rsmp/tlc/modules/plans.rb +7 -3
- data/lib/rsmp/tlc/modules/system.rb +1 -1
- data/lib/rsmp/tlc/proxy/control.rb +19 -19
- data/lib/rsmp/tlc/proxy/detectors.rb +3 -3
- data/lib/rsmp/tlc/proxy/io.rb +15 -12
- data/lib/rsmp/tlc/proxy/plans.rb +14 -14
- data/lib/rsmp/tlc/proxy/status.rb +9 -5
- data/lib/rsmp/tlc/proxy/system.rb +12 -6
- data/lib/rsmp/tlc/signal_group.rb +2 -2
- data/lib/rsmp/tlc/supervisor_interface.rb +42 -0
- data/lib/rsmp/tlc/traffic_controller_site.rb +1 -18
- data/lib/rsmp/version.rb +1 -1
- data/lib/rsmp.rb +4 -0
- data/schemas/core/3.1.4/command_response.json +11 -0
- data/schemas/core/3.1.5/command_response.json +11 -0
- data/schemas/core/3.2.0/command_response.json +11 -0
- data/schemas/core/3.2.1/command_response.json +11 -0
- data/schemas/core/3.2.2/command_response.json +11 -0
- data/schemas/core/3.3.0/command_response.json +11 -0
- data/schemas/tlc/1.0.10/alarms/A0008.json +21 -15
- data/schemas/tlc/1.0.10/alarms/A0201.json +26 -20
- data/schemas/tlc/1.0.10/alarms/A0202.json +26 -20
- data/schemas/tlc/1.0.10/alarms/A0301.json +69 -63
- data/schemas/tlc/1.0.10/alarms/A0302.json +87 -81
- data/schemas/tlc/1.0.10/commands/M0001.json +66 -60
- data/schemas/tlc/1.0.10/commands/M0002.json +48 -42
- data/schemas/tlc/1.0.10/commands/M0003.json +48 -42
- data/schemas/tlc/1.0.10/commands/M0004.json +35 -29
- data/schemas/tlc/1.0.10/commands/M0005.json +48 -42
- data/schemas/tlc/1.0.10/commands/M0006.json +48 -42
- data/schemas/tlc/1.0.10/commands/M0007.json +35 -29
- data/schemas/tlc/1.0.10/commands/M0008.json +48 -42
- data/schemas/tlc/1.0.10/commands/M0010.json +35 -29
- data/schemas/tlc/1.0.10/commands/M0011.json +35 -29
- data/schemas/tlc/1.0.10/commands/M0012.json +35 -29
- data/schemas/tlc/1.0.10/commands/M0013.json +35 -29
- data/schemas/tlc/1.0.10/commands/M0019.json +61 -55
- data/schemas/tlc/1.0.10/commands/M0103.json +51 -45
- data/schemas/tlc/1.0.10/commands/M0104.json +100 -94
- data/schemas/tlc/1.0.10/commands/command_requests.json +995 -1
- data/schemas/tlc/1.0.10/defs/guards.json +19 -0
- data/schemas/tlc/1.0.10/sxl.yaml +56 -56
- data/schemas/tlc/1.0.10/sxl_index.json +226 -244
- data/schemas/tlc/1.0.13/alarms/A0008.json +21 -15
- data/schemas/tlc/1.0.13/alarms/A0201.json +26 -20
- data/schemas/tlc/1.0.13/alarms/A0202.json +26 -20
- data/schemas/tlc/1.0.13/alarms/A0301.json +69 -63
- data/schemas/tlc/1.0.13/alarms/A0302.json +87 -81
- data/schemas/tlc/1.0.13/commands/M0001.json +66 -60
- data/schemas/tlc/1.0.13/commands/M0002.json +48 -42
- data/schemas/tlc/1.0.13/commands/M0003.json +48 -42
- data/schemas/tlc/1.0.13/commands/M0004.json +35 -29
- data/schemas/tlc/1.0.13/commands/M0005.json +48 -42
- data/schemas/tlc/1.0.13/commands/M0006.json +48 -42
- data/schemas/tlc/1.0.13/commands/M0007.json +35 -29
- data/schemas/tlc/1.0.13/commands/M0008.json +48 -42
- data/schemas/tlc/1.0.13/commands/M0010.json +35 -29
- data/schemas/tlc/1.0.13/commands/M0011.json +35 -29
- data/schemas/tlc/1.0.13/commands/M0012.json +35 -29
- data/schemas/tlc/1.0.13/commands/M0013.json +35 -29
- data/schemas/tlc/1.0.13/commands/M0014.json +48 -42
- data/schemas/tlc/1.0.13/commands/M0015.json +48 -42
- data/schemas/tlc/1.0.13/commands/M0016.json +35 -29
- data/schemas/tlc/1.0.13/commands/M0017.json +35 -29
- data/schemas/tlc/1.0.13/commands/M0018.json +48 -42
- data/schemas/tlc/1.0.13/commands/M0019.json +61 -55
- data/schemas/tlc/1.0.13/commands/M0103.json +51 -45
- data/schemas/tlc/1.0.13/commands/M0104.json +100 -94
- data/schemas/tlc/1.0.13/commands/command_requests.json +1293 -1
- data/schemas/tlc/1.0.13/defs/guards.json +19 -0
- data/schemas/tlc/1.0.13/sxl.yaml +63 -63
- data/schemas/tlc/1.0.13/sxl_index.json +280 -298
- data/schemas/tlc/1.0.14/alarms/A0008.json +21 -15
- data/schemas/tlc/1.0.14/alarms/A0201.json +26 -20
- data/schemas/tlc/1.0.14/alarms/A0202.json +26 -20
- data/schemas/tlc/1.0.14/alarms/A0301.json +69 -63
- data/schemas/tlc/1.0.14/alarms/A0302.json +87 -81
- data/schemas/tlc/1.0.14/commands/M0001.json +66 -60
- data/schemas/tlc/1.0.14/commands/M0002.json +48 -42
- data/schemas/tlc/1.0.14/commands/M0003.json +48 -42
- data/schemas/tlc/1.0.14/commands/M0004.json +35 -29
- data/schemas/tlc/1.0.14/commands/M0005.json +48 -42
- data/schemas/tlc/1.0.14/commands/M0006.json +48 -42
- data/schemas/tlc/1.0.14/commands/M0007.json +35 -29
- data/schemas/tlc/1.0.14/commands/M0008.json +48 -42
- data/schemas/tlc/1.0.14/commands/M0010.json +35 -29
- data/schemas/tlc/1.0.14/commands/M0011.json +35 -29
- data/schemas/tlc/1.0.14/commands/M0012.json +35 -29
- data/schemas/tlc/1.0.14/commands/M0013.json +35 -29
- data/schemas/tlc/1.0.14/commands/M0014.json +48 -42
- data/schemas/tlc/1.0.14/commands/M0015.json +48 -42
- data/schemas/tlc/1.0.14/commands/M0016.json +35 -29
- data/schemas/tlc/1.0.14/commands/M0017.json +35 -29
- data/schemas/tlc/1.0.14/commands/M0018.json +48 -42
- data/schemas/tlc/1.0.14/commands/M0019.json +61 -55
- data/schemas/tlc/1.0.14/commands/M0103.json +51 -45
- data/schemas/tlc/1.0.14/commands/M0104.json +100 -94
- data/schemas/tlc/1.0.14/commands/command_requests.json +1293 -1
- data/schemas/tlc/1.0.14/defs/guards.json +19 -0
- data/schemas/tlc/1.0.14/sxl.yaml +63 -63
- data/schemas/tlc/1.0.14/sxl_index.json +304 -322
- data/schemas/tlc/1.0.15/alarms/A0008.json +21 -15
- data/schemas/tlc/1.0.15/alarms/A0201.json +26 -20
- data/schemas/tlc/1.0.15/alarms/A0202.json +26 -20
- data/schemas/tlc/1.0.15/alarms/A0301.json +69 -63
- data/schemas/tlc/1.0.15/alarms/A0302.json +87 -81
- data/schemas/tlc/1.0.15/commands/M0001.json +66 -60
- data/schemas/tlc/1.0.15/commands/M0002.json +48 -42
- data/schemas/tlc/1.0.15/commands/M0003.json +48 -42
- data/schemas/tlc/1.0.15/commands/M0004.json +35 -29
- data/schemas/tlc/1.0.15/commands/M0005.json +48 -42
- data/schemas/tlc/1.0.15/commands/M0006.json +48 -42
- data/schemas/tlc/1.0.15/commands/M0007.json +35 -29
- data/schemas/tlc/1.0.15/commands/M0008.json +48 -42
- data/schemas/tlc/1.0.15/commands/M0010.json +35 -29
- data/schemas/tlc/1.0.15/commands/M0011.json +35 -29
- data/schemas/tlc/1.0.15/commands/M0012.json +35 -29
- data/schemas/tlc/1.0.15/commands/M0013.json +35 -29
- data/schemas/tlc/1.0.15/commands/M0014.json +48 -42
- data/schemas/tlc/1.0.15/commands/M0015.json +48 -42
- data/schemas/tlc/1.0.15/commands/M0016.json +35 -29
- data/schemas/tlc/1.0.15/commands/M0017.json +35 -29
- data/schemas/tlc/1.0.15/commands/M0018.json +48 -42
- data/schemas/tlc/1.0.15/commands/M0019.json +61 -55
- data/schemas/tlc/1.0.15/commands/M0020.json +61 -55
- data/schemas/tlc/1.0.15/commands/M0021.json +35 -29
- data/schemas/tlc/1.0.15/commands/M0103.json +51 -45
- data/schemas/tlc/1.0.15/commands/M0104.json +100 -94
- data/schemas/tlc/1.0.15/commands/command_requests.json +1425 -1
- data/schemas/tlc/1.0.15/defs/guards.json +19 -0
- data/schemas/tlc/1.0.15/sxl.yaml +66 -66
- data/schemas/tlc/1.0.15/sxl_index.json +330 -350
- data/schemas/tlc/1.0.7/alarms/A0008.json +21 -15
- data/schemas/tlc/1.0.7/alarms/A0201.json +26 -20
- data/schemas/tlc/1.0.7/alarms/A0202.json +26 -20
- data/schemas/tlc/1.0.7/alarms/A0301.json +69 -63
- data/schemas/tlc/1.0.7/alarms/A0302.json +87 -81
- data/schemas/tlc/1.0.7/commands/M0001.json +66 -60
- data/schemas/tlc/1.0.7/commands/M0002.json +48 -42
- data/schemas/tlc/1.0.7/commands/M0003.json +48 -42
- data/schemas/tlc/1.0.7/commands/M0004.json +35 -29
- data/schemas/tlc/1.0.7/commands/M0005.json +48 -42
- data/schemas/tlc/1.0.7/commands/M0006.json +48 -42
- data/schemas/tlc/1.0.7/commands/M0007.json +35 -29
- data/schemas/tlc/1.0.7/commands/M0008.json +48 -42
- data/schemas/tlc/1.0.7/commands/M0010.json +35 -29
- data/schemas/tlc/1.0.7/commands/M0011.json +35 -29
- data/schemas/tlc/1.0.7/commands/M0019.json +61 -55
- data/schemas/tlc/1.0.7/commands/M0103.json +51 -45
- data/schemas/tlc/1.0.7/commands/M0104.json +100 -94
- data/schemas/tlc/1.0.7/commands/command_requests.json +895 -1
- data/schemas/tlc/1.0.7/defs/guards.json +19 -0
- data/schemas/tlc/1.0.7/sxl.yaml +58 -58
- data/schemas/tlc/1.0.7/sxl_index.json +228 -246
- data/schemas/tlc/1.0.8/alarms/A0008.json +21 -15
- data/schemas/tlc/1.0.8/alarms/A0201.json +26 -20
- data/schemas/tlc/1.0.8/alarms/A0202.json +26 -20
- data/schemas/tlc/1.0.8/alarms/A0301.json +69 -63
- data/schemas/tlc/1.0.8/alarms/A0302.json +87 -81
- data/schemas/tlc/1.0.8/commands/M0001.json +66 -60
- data/schemas/tlc/1.0.8/commands/M0002.json +48 -42
- data/schemas/tlc/1.0.8/commands/M0003.json +48 -42
- data/schemas/tlc/1.0.8/commands/M0004.json +35 -29
- data/schemas/tlc/1.0.8/commands/M0005.json +48 -42
- data/schemas/tlc/1.0.8/commands/M0006.json +48 -42
- data/schemas/tlc/1.0.8/commands/M0007.json +35 -29
- data/schemas/tlc/1.0.8/commands/M0008.json +48 -42
- data/schemas/tlc/1.0.8/commands/M0010.json +35 -29
- data/schemas/tlc/1.0.8/commands/M0011.json +35 -29
- data/schemas/tlc/1.0.8/commands/M0012.json +35 -29
- data/schemas/tlc/1.0.8/commands/M0013.json +35 -29
- data/schemas/tlc/1.0.8/commands/M0019.json +61 -55
- data/schemas/tlc/1.0.8/commands/M0103.json +51 -45
- data/schemas/tlc/1.0.8/commands/M0104.json +100 -94
- data/schemas/tlc/1.0.8/commands/command_requests.json +995 -1
- data/schemas/tlc/1.0.8/defs/guards.json +19 -0
- data/schemas/tlc/1.0.8/sxl.yaml +56 -56
- data/schemas/tlc/1.0.8/sxl_index.json +226 -244
- data/schemas/tlc/1.0.9/alarms/A0008.json +21 -15
- data/schemas/tlc/1.0.9/alarms/A0201.json +26 -20
- data/schemas/tlc/1.0.9/alarms/A0202.json +26 -20
- data/schemas/tlc/1.0.9/alarms/A0301.json +69 -63
- data/schemas/tlc/1.0.9/alarms/A0302.json +87 -81
- data/schemas/tlc/1.0.9/commands/M0001.json +66 -60
- data/schemas/tlc/1.0.9/commands/M0002.json +48 -42
- data/schemas/tlc/1.0.9/commands/M0003.json +48 -42
- data/schemas/tlc/1.0.9/commands/M0004.json +35 -29
- data/schemas/tlc/1.0.9/commands/M0005.json +48 -42
- data/schemas/tlc/1.0.9/commands/M0006.json +48 -42
- data/schemas/tlc/1.0.9/commands/M0007.json +35 -29
- data/schemas/tlc/1.0.9/commands/M0008.json +48 -42
- data/schemas/tlc/1.0.9/commands/M0010.json +35 -29
- data/schemas/tlc/1.0.9/commands/M0011.json +35 -29
- data/schemas/tlc/1.0.9/commands/M0012.json +35 -29
- data/schemas/tlc/1.0.9/commands/M0013.json +35 -29
- data/schemas/tlc/1.0.9/commands/M0019.json +61 -55
- data/schemas/tlc/1.0.9/commands/M0103.json +51 -45
- data/schemas/tlc/1.0.9/commands/M0104.json +100 -94
- data/schemas/tlc/1.0.9/commands/command_requests.json +995 -1
- data/schemas/tlc/1.0.9/defs/guards.json +19 -0
- data/schemas/tlc/1.0.9/sxl.yaml +56 -56
- data/schemas/tlc/1.0.9/sxl_index.json +226 -244
- data/schemas/tlc/1.1.0/alarms/A0007.json +25 -19
- data/schemas/tlc/1.1.0/alarms/A0008.json +21 -15
- data/schemas/tlc/1.1.0/alarms/A0201.json +26 -20
- data/schemas/tlc/1.1.0/alarms/A0202.json +26 -20
- data/schemas/tlc/1.1.0/alarms/A0301.json +69 -63
- data/schemas/tlc/1.1.0/alarms/A0302.json +87 -81
- data/schemas/tlc/1.1.0/alarms/A0303.json +69 -63
- data/schemas/tlc/1.1.0/alarms/A0304.json +87 -81
- data/schemas/tlc/1.1.0/commands/M0001.json +66 -60
- data/schemas/tlc/1.1.0/commands/M0002.json +48 -42
- data/schemas/tlc/1.1.0/commands/M0003.json +48 -42
- data/schemas/tlc/1.1.0/commands/M0004.json +35 -29
- data/schemas/tlc/1.1.0/commands/M0005.json +48 -42
- data/schemas/tlc/1.1.0/commands/M0006.json +48 -42
- data/schemas/tlc/1.1.0/commands/M0007.json +35 -29
- data/schemas/tlc/1.1.0/commands/M0008.json +48 -42
- data/schemas/tlc/1.1.0/commands/M0010.json +35 -29
- data/schemas/tlc/1.1.0/commands/M0011.json +35 -29
- data/schemas/tlc/1.1.0/commands/M0012.json +35 -29
- data/schemas/tlc/1.1.0/commands/M0013.json +35 -29
- data/schemas/tlc/1.1.0/commands/M0014.json +48 -42
- data/schemas/tlc/1.1.0/commands/M0015.json +48 -42
- data/schemas/tlc/1.1.0/commands/M0016.json +35 -29
- data/schemas/tlc/1.1.0/commands/M0017.json +35 -29
- data/schemas/tlc/1.1.0/commands/M0018.json +48 -42
- data/schemas/tlc/1.1.0/commands/M0019.json +61 -55
- data/schemas/tlc/1.1.0/commands/M0020.json +61 -55
- data/schemas/tlc/1.1.0/commands/M0021.json +35 -29
- data/schemas/tlc/1.1.0/commands/M0022.json +194 -188
- data/schemas/tlc/1.1.0/commands/M0023.json +35 -29
- data/schemas/tlc/1.1.0/commands/M0103.json +51 -45
- data/schemas/tlc/1.1.0/commands/M0104.json +100 -94
- data/schemas/tlc/1.1.0/commands/command_requests.json +1525 -1
- data/schemas/tlc/1.1.0/defs/guards.json +19 -0
- data/schemas/tlc/1.1.0/statuses/S0033.json +2 -2
- data/schemas/tlc/1.1.0/sxl.yaml +75 -74
- data/schemas/tlc/1.1.0/sxl_index.json +391 -398
- data/schemas/tlc/1.2.0/alarms/A0007.json +25 -19
- data/schemas/tlc/1.2.0/alarms/A0008.json +21 -15
- data/schemas/tlc/1.2.0/alarms/A0201.json +26 -20
- data/schemas/tlc/1.2.0/alarms/A0202.json +26 -20
- data/schemas/tlc/1.2.0/alarms/A0301.json +69 -63
- data/schemas/tlc/1.2.0/alarms/A0302.json +87 -81
- data/schemas/tlc/1.2.0/alarms/A0303.json +69 -63
- data/schemas/tlc/1.2.0/alarms/A0304.json +87 -81
- data/schemas/tlc/1.2.0/commands/M0001.json +66 -60
- data/schemas/tlc/1.2.0/commands/M0002.json +48 -42
- data/schemas/tlc/1.2.0/commands/M0003.json +48 -42
- data/schemas/tlc/1.2.0/commands/M0004.json +35 -29
- data/schemas/tlc/1.2.0/commands/M0005.json +48 -42
- data/schemas/tlc/1.2.0/commands/M0006.json +48 -42
- data/schemas/tlc/1.2.0/commands/M0007.json +35 -29
- data/schemas/tlc/1.2.0/commands/M0008.json +48 -42
- data/schemas/tlc/1.2.0/commands/M0010.json +35 -29
- data/schemas/tlc/1.2.0/commands/M0011.json +35 -29
- data/schemas/tlc/1.2.0/commands/M0012.json +35 -29
- data/schemas/tlc/1.2.0/commands/M0013.json +35 -29
- data/schemas/tlc/1.2.0/commands/M0014.json +48 -42
- data/schemas/tlc/1.2.0/commands/M0015.json +48 -42
- data/schemas/tlc/1.2.0/commands/M0016.json +35 -29
- data/schemas/tlc/1.2.0/commands/M0017.json +35 -29
- data/schemas/tlc/1.2.0/commands/M0018.json +48 -42
- data/schemas/tlc/1.2.0/commands/M0019.json +61 -55
- data/schemas/tlc/1.2.0/commands/M0020.json +61 -55
- data/schemas/tlc/1.2.0/commands/M0021.json +35 -29
- data/schemas/tlc/1.2.0/commands/M0022.json +194 -188
- data/schemas/tlc/1.2.0/commands/M0023.json +35 -29
- data/schemas/tlc/1.2.0/commands/M0103.json +51 -45
- data/schemas/tlc/1.2.0/commands/M0104.json +100 -94
- data/schemas/tlc/1.2.0/commands/command_requests.json +1525 -1
- data/schemas/tlc/1.2.0/defs/guards.json +19 -0
- data/schemas/tlc/1.2.0/statuses/S0033.json +2 -2
- data/schemas/tlc/1.2.0/sxl.yaml +77 -76
- data/schemas/tlc/1.2.0/sxl_index.json +401 -397
- data/schemas/tlc/1.2.1/alarms/A0007.json +25 -19
- data/schemas/tlc/1.2.1/alarms/A0008.json +21 -15
- data/schemas/tlc/1.2.1/alarms/A0201.json +26 -20
- data/schemas/tlc/1.2.1/alarms/A0202.json +26 -20
- data/schemas/tlc/1.2.1/alarms/A0301.json +69 -63
- data/schemas/tlc/1.2.1/alarms/A0302.json +87 -81
- data/schemas/tlc/1.2.1/alarms/A0303.json +69 -63
- data/schemas/tlc/1.2.1/alarms/A0304.json +87 -81
- data/schemas/tlc/1.2.1/commands/M0001.json +66 -60
- data/schemas/tlc/1.2.1/commands/M0002.json +48 -42
- data/schemas/tlc/1.2.1/commands/M0003.json +48 -42
- data/schemas/tlc/1.2.1/commands/M0004.json +35 -29
- data/schemas/tlc/1.2.1/commands/M0005.json +48 -42
- data/schemas/tlc/1.2.1/commands/M0006.json +48 -42
- data/schemas/tlc/1.2.1/commands/M0007.json +35 -29
- data/schemas/tlc/1.2.1/commands/M0008.json +48 -42
- data/schemas/tlc/1.2.1/commands/M0010.json +35 -29
- data/schemas/tlc/1.2.1/commands/M0011.json +35 -29
- data/schemas/tlc/1.2.1/commands/M0012.json +35 -29
- data/schemas/tlc/1.2.1/commands/M0013.json +35 -29
- data/schemas/tlc/1.2.1/commands/M0014.json +48 -42
- data/schemas/tlc/1.2.1/commands/M0015.json +48 -42
- data/schemas/tlc/1.2.1/commands/M0016.json +35 -29
- data/schemas/tlc/1.2.1/commands/M0017.json +35 -29
- data/schemas/tlc/1.2.1/commands/M0018.json +48 -42
- data/schemas/tlc/1.2.1/commands/M0019.json +61 -55
- data/schemas/tlc/1.2.1/commands/M0020.json +61 -55
- data/schemas/tlc/1.2.1/commands/M0021.json +35 -29
- data/schemas/tlc/1.2.1/commands/M0022.json +194 -188
- data/schemas/tlc/1.2.1/commands/M0023.json +35 -29
- data/schemas/tlc/1.2.1/commands/M0103.json +51 -45
- data/schemas/tlc/1.2.1/commands/M0104.json +100 -94
- data/schemas/tlc/1.2.1/commands/command_requests.json +1525 -1
- data/schemas/tlc/1.2.1/defs/guards.json +19 -0
- data/schemas/tlc/1.2.1/statuses/S0033.json +2 -2
- data/schemas/tlc/1.2.1/sxl.yaml +77 -76
- data/schemas/tlc/1.2.1/sxl_index.json +401 -397
- data/schemas/tlc/1.3.0/alarms/A0007.json +25 -19
- data/schemas/tlc/1.3.0/alarms/A0008.json +21 -15
- data/schemas/tlc/1.3.0/alarms/A0201.json +26 -20
- data/schemas/tlc/1.3.0/alarms/A0202.json +26 -20
- data/schemas/tlc/1.3.0/alarms/A0301.json +69 -63
- data/schemas/tlc/1.3.0/alarms/A0302.json +87 -81
- data/schemas/tlc/1.3.0/alarms/A0303.json +70 -64
- data/schemas/tlc/1.3.0/alarms/A0304.json +88 -82
- data/schemas/tlc/1.3.0/commands/M0001.json +66 -60
- data/schemas/tlc/1.3.0/commands/M0002.json +48 -42
- data/schemas/tlc/1.3.0/commands/M0003.json +48 -42
- data/schemas/tlc/1.3.0/commands/M0004.json +35 -29
- data/schemas/tlc/1.3.0/commands/M0005.json +48 -42
- data/schemas/tlc/1.3.0/commands/M0006.json +48 -42
- data/schemas/tlc/1.3.0/commands/M0007.json +35 -29
- data/schemas/tlc/1.3.0/commands/M0008.json +61 -55
- data/schemas/tlc/1.3.0/commands/M0010.json +35 -29
- data/schemas/tlc/1.3.0/commands/M0011.json +35 -29
- data/schemas/tlc/1.3.0/commands/M0012.json +35 -29
- data/schemas/tlc/1.3.0/commands/M0013.json +36 -30
- data/schemas/tlc/1.3.0/commands/M0014.json +48 -42
- data/schemas/tlc/1.3.0/commands/M0015.json +48 -42
- data/schemas/tlc/1.3.0/commands/M0016.json +35 -29
- data/schemas/tlc/1.3.0/commands/M0017.json +35 -29
- data/schemas/tlc/1.3.0/commands/M0018.json +48 -42
- data/schemas/tlc/1.3.0/commands/M0019.json +61 -55
- data/schemas/tlc/1.3.0/commands/M0020.json +61 -55
- data/schemas/tlc/1.3.0/commands/M0021.json +35 -29
- data/schemas/tlc/1.3.0/commands/M0022.json +195 -189
- data/schemas/tlc/1.3.0/commands/M0023.json +35 -29
- data/schemas/tlc/1.3.0/commands/M0024.json +21 -15
- data/schemas/tlc/1.3.0/commands/M0103.json +51 -45
- data/schemas/tlc/1.3.0/commands/M0104.json +100 -94
- data/schemas/tlc/1.3.0/commands/command_requests.json +1559 -1
- data/schemas/tlc/1.3.0/defs/guards.json +19 -0
- data/schemas/tlc/1.3.0/statuses/S0001.json +4 -4
- data/schemas/tlc/1.3.0/statuses/S0005.json +3 -3
- data/schemas/tlc/1.3.0/statuses/S0006.json +2 -2
- data/schemas/tlc/1.3.0/statuses/S0007.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0008.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0009.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0010.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0011.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0012.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0013.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0014.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0015.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0016.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0017.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0019.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0020.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0025.json +2 -2
- data/schemas/tlc/1.3.0/statuses/S0027.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0032.json +2 -2
- data/schemas/tlc/1.3.0/statuses/S0033.json +5 -5
- data/schemas/tlc/1.3.0/statuses/S0034.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0035.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0091.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0092.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0096.json +6 -6
- data/schemas/tlc/1.3.0/statuses/S0201.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0202.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0203.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0204.json +9 -9
- data/schemas/tlc/1.3.0/statuses/S0205.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0206.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0207.json +1 -1
- data/schemas/tlc/1.3.0/statuses/S0208.json +9 -9
- data/schemas/tlc/1.3.0/sxl_index.json +408 -402
- metadata +8 -1
|
@@ -7,565 +7,569 @@
|
|
|
7
7
|
},
|
|
8
8
|
"statuses" : {
|
|
9
9
|
"S0001" : {
|
|
10
|
-
"
|
|
11
|
-
"basecyclecounter",
|
|
12
|
-
"cyclecounter",
|
|
13
|
-
"signalgroupstatus",
|
|
14
|
-
"stage"
|
|
15
|
-
|
|
10
|
+
"required" : {
|
|
11
|
+
"basecyclecounter" : "integer_as_string",
|
|
12
|
+
"cyclecounter" : "integer_as_string",
|
|
13
|
+
"signalgroupstatus" : "string",
|
|
14
|
+
"stage" : "integer_as_string"
|
|
15
|
+
}
|
|
16
16
|
},
|
|
17
17
|
"S0002" : {
|
|
18
|
-
"
|
|
19
|
-
"detectorlogicstatus"
|
|
20
|
-
|
|
18
|
+
"required" : {
|
|
19
|
+
"detectorlogicstatus" : "string"
|
|
20
|
+
}
|
|
21
21
|
},
|
|
22
22
|
"S0003" : {
|
|
23
|
-
"
|
|
24
|
-
"inputstatus"
|
|
25
|
-
|
|
23
|
+
"required" : {
|
|
24
|
+
"inputstatus" : "string"
|
|
25
|
+
}
|
|
26
26
|
},
|
|
27
27
|
"S0004" : {
|
|
28
|
-
"
|
|
29
|
-
"outputstatus"
|
|
30
|
-
|
|
28
|
+
"required" : {
|
|
29
|
+
"outputstatus" : "string"
|
|
30
|
+
}
|
|
31
31
|
},
|
|
32
32
|
"S0005" : {
|
|
33
|
-
"
|
|
34
|
-
"status",
|
|
35
|
-
"statusByIntersection"
|
|
36
|
-
|
|
33
|
+
"required" : {
|
|
34
|
+
"status" : "boolean_as_string",
|
|
35
|
+
"statusByIntersection" : {
|
|
36
|
+
"type" : "array",
|
|
37
|
+
"items" : {
|
|
38
|
+
"intersection" : "integer_as_string",
|
|
39
|
+
"startup" : "boolean_as_string"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
37
43
|
},
|
|
38
44
|
"S0006" : {
|
|
39
|
-
"
|
|
40
|
-
"emergencystage",
|
|
41
|
-
"status"
|
|
42
|
-
|
|
45
|
+
"required" : {
|
|
46
|
+
"emergencystage" : "integer_as_string",
|
|
47
|
+
"status" : "boolean_as_string"
|
|
48
|
+
}
|
|
43
49
|
},
|
|
44
50
|
"S0007" : {
|
|
45
|
-
"
|
|
46
|
-
"intersection",
|
|
47
|
-
"source",
|
|
48
|
-
"status"
|
|
49
|
-
|
|
51
|
+
"required" : {
|
|
52
|
+
"intersection" : "integer_list",
|
|
53
|
+
"source" : "string_list",
|
|
54
|
+
"status" : "boolean_list"
|
|
55
|
+
}
|
|
50
56
|
},
|
|
51
57
|
"S0008" : {
|
|
52
|
-
"
|
|
53
|
-
"intersection",
|
|
54
|
-
"source",
|
|
55
|
-
"status"
|
|
56
|
-
|
|
58
|
+
"required" : {
|
|
59
|
+
"intersection" : "integer_list",
|
|
60
|
+
"source" : "string_list",
|
|
61
|
+
"status" : "boolean_list"
|
|
62
|
+
}
|
|
57
63
|
},
|
|
58
64
|
"S0009" : {
|
|
59
|
-
"
|
|
60
|
-
"intersection",
|
|
61
|
-
"source",
|
|
62
|
-
"status"
|
|
63
|
-
|
|
65
|
+
"required" : {
|
|
66
|
+
"intersection" : "integer_list",
|
|
67
|
+
"source" : "string_list",
|
|
68
|
+
"status" : "boolean_list"
|
|
69
|
+
}
|
|
64
70
|
},
|
|
65
71
|
"S0010" : {
|
|
66
|
-
"
|
|
67
|
-
"intersection",
|
|
68
|
-
"source",
|
|
69
|
-
"status"
|
|
70
|
-
|
|
72
|
+
"required" : {
|
|
73
|
+
"intersection" : "integer_list",
|
|
74
|
+
"source" : "string_list",
|
|
75
|
+
"status" : "boolean_list"
|
|
76
|
+
}
|
|
71
77
|
},
|
|
72
78
|
"S0011" : {
|
|
73
|
-
"
|
|
74
|
-
"intersection",
|
|
75
|
-
"source",
|
|
76
|
-
"status"
|
|
77
|
-
|
|
79
|
+
"required" : {
|
|
80
|
+
"intersection" : "integer_list",
|
|
81
|
+
"source" : "string_list",
|
|
82
|
+
"status" : "boolean_list"
|
|
83
|
+
}
|
|
78
84
|
},
|
|
79
85
|
"S0012" : {
|
|
80
|
-
"
|
|
81
|
-
"intersection",
|
|
82
|
-
"source",
|
|
83
|
-
"status"
|
|
84
|
-
|
|
86
|
+
"required" : {
|
|
87
|
+
"intersection" : "integer_list",
|
|
88
|
+
"source" : "string_list",
|
|
89
|
+
"status" : "boolean_list"
|
|
90
|
+
}
|
|
85
91
|
},
|
|
86
92
|
"S0013" : {
|
|
87
|
-
"
|
|
88
|
-
"intersection",
|
|
89
|
-
"status"
|
|
90
|
-
|
|
93
|
+
"required" : {
|
|
94
|
+
"intersection" : "integer_list",
|
|
95
|
+
"status" : "integer_list"
|
|
96
|
+
}
|
|
91
97
|
},
|
|
92
98
|
"S0014" : {
|
|
93
|
-
"
|
|
94
|
-
"source",
|
|
95
|
-
"status"
|
|
96
|
-
|
|
99
|
+
"required" : {
|
|
100
|
+
"source" : "string",
|
|
101
|
+
"status" : "integer_as_string"
|
|
102
|
+
}
|
|
97
103
|
},
|
|
98
104
|
"S0015" : {
|
|
99
|
-
"
|
|
100
|
-
"source",
|
|
101
|
-
"status"
|
|
102
|
-
|
|
105
|
+
"required" : {
|
|
106
|
+
"source" : "string",
|
|
107
|
+
"status" : "integer_as_string"
|
|
108
|
+
}
|
|
103
109
|
},
|
|
104
110
|
"S0016" : {
|
|
105
|
-
"
|
|
106
|
-
"number"
|
|
107
|
-
|
|
111
|
+
"required" : {
|
|
112
|
+
"number" : "integer_as_string"
|
|
113
|
+
}
|
|
108
114
|
},
|
|
109
115
|
"S0017" : {
|
|
110
|
-
"
|
|
111
|
-
"number"
|
|
112
|
-
|
|
116
|
+
"required" : {
|
|
117
|
+
"number" : "integer_as_string"
|
|
118
|
+
}
|
|
113
119
|
},
|
|
114
120
|
"S0019" : {
|
|
115
|
-
"
|
|
116
|
-
"number"
|
|
117
|
-
|
|
121
|
+
"required" : {
|
|
122
|
+
"number" : "integer_as_string"
|
|
123
|
+
}
|
|
118
124
|
},
|
|
119
125
|
"S0020" : {
|
|
120
|
-
"
|
|
121
|
-
"controlmode",
|
|
122
|
-
"intersection"
|
|
123
|
-
|
|
126
|
+
"required" : {
|
|
127
|
+
"controlmode" : "string_list",
|
|
128
|
+
"intersection" : "integer_list"
|
|
129
|
+
}
|
|
124
130
|
},
|
|
125
131
|
"S0021" : {
|
|
126
|
-
"
|
|
127
|
-
"detectorlogics"
|
|
128
|
-
|
|
132
|
+
"required" : {
|
|
133
|
+
"detectorlogics" : "string"
|
|
134
|
+
}
|
|
129
135
|
},
|
|
130
136
|
"S0022" : {
|
|
131
|
-
"
|
|
132
|
-
"status"
|
|
133
|
-
|
|
137
|
+
"required" : {
|
|
138
|
+
"status" : "string"
|
|
139
|
+
}
|
|
134
140
|
},
|
|
135
141
|
"S0023" : {
|
|
136
|
-
"
|
|
137
|
-
"status"
|
|
138
|
-
|
|
142
|
+
"required" : {
|
|
143
|
+
"status" : "string"
|
|
144
|
+
}
|
|
139
145
|
},
|
|
140
146
|
"S0024" : {
|
|
141
|
-
"
|
|
142
|
-
"status"
|
|
143
|
-
|
|
147
|
+
"required" : {
|
|
148
|
+
"status" : "string"
|
|
149
|
+
}
|
|
144
150
|
},
|
|
145
151
|
"S0025" : {
|
|
146
|
-
"
|
|
147
|
-
"ToGConfidence",
|
|
148
|
-
"ToRConfidence",
|
|
149
|
-
"likelyToGEstimate",
|
|
150
|
-
"likelyToREstimate",
|
|
151
|
-
"maxToGEstimate",
|
|
152
|
-
"maxToREstimate",
|
|
153
|
-
"minToGEstimate",
|
|
154
|
-
"minToREstimate"
|
|
155
|
-
|
|
152
|
+
"required" : {
|
|
153
|
+
"ToGConfidence" : "integer_as_string",
|
|
154
|
+
"ToRConfidence" : "integer_as_string",
|
|
155
|
+
"likelyToGEstimate" : "timestamp",
|
|
156
|
+
"likelyToREstimate" : "timestamp",
|
|
157
|
+
"maxToGEstimate" : "timestamp",
|
|
158
|
+
"maxToREstimate" : "timestamp",
|
|
159
|
+
"minToGEstimate" : "timestamp",
|
|
160
|
+
"minToREstimate" : "timestamp"
|
|
161
|
+
}
|
|
156
162
|
},
|
|
157
163
|
"S0026" : {
|
|
158
|
-
"
|
|
159
|
-
"status"
|
|
160
|
-
|
|
164
|
+
"required" : {
|
|
165
|
+
"status" : "string"
|
|
166
|
+
}
|
|
161
167
|
},
|
|
162
168
|
"S0027" : {
|
|
163
|
-
"
|
|
164
|
-
"status"
|
|
165
|
-
|
|
169
|
+
"required" : {
|
|
170
|
+
"status" : "string"
|
|
171
|
+
}
|
|
166
172
|
},
|
|
167
173
|
"S0028" : {
|
|
168
|
-
"
|
|
169
|
-
"status"
|
|
170
|
-
|
|
174
|
+
"required" : {
|
|
175
|
+
"status" : "string"
|
|
176
|
+
}
|
|
171
177
|
},
|
|
172
178
|
"S0029" : {
|
|
173
|
-
"
|
|
174
|
-
"status"
|
|
175
|
-
|
|
179
|
+
"required" : {
|
|
180
|
+
"status" : "string"
|
|
181
|
+
}
|
|
176
182
|
},
|
|
177
183
|
"S0030" : {
|
|
178
|
-
"
|
|
179
|
-
"status"
|
|
180
|
-
|
|
184
|
+
"required" : {
|
|
185
|
+
"status" : "string"
|
|
186
|
+
}
|
|
181
187
|
},
|
|
182
188
|
"S0031" : {
|
|
183
|
-
"
|
|
184
|
-
"status"
|
|
185
|
-
|
|
189
|
+
"required" : {
|
|
190
|
+
"status" : "string"
|
|
191
|
+
}
|
|
186
192
|
},
|
|
187
193
|
"S0032" : {
|
|
188
|
-
"
|
|
189
|
-
"intersection",
|
|
190
|
-
"source",
|
|
191
|
-
"status"
|
|
192
|
-
|
|
194
|
+
"required" : {
|
|
195
|
+
"intersection" : "integer_list",
|
|
196
|
+
"source" : "string_list",
|
|
197
|
+
"status" : "string_list"
|
|
198
|
+
}
|
|
193
199
|
},
|
|
194
200
|
"S0033" : {
|
|
195
|
-
"
|
|
196
|
-
"status"
|
|
197
|
-
|
|
201
|
+
"required" : {
|
|
202
|
+
"status" : {
|
|
203
|
+
"type" : "array",
|
|
204
|
+
"items" : {
|
|
205
|
+
"d" : "integer",
|
|
206
|
+
"e" : "integer",
|
|
207
|
+
"r" : "string",
|
|
208
|
+
"s" : "string",
|
|
209
|
+
"t" : "timestamp"
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
198
213
|
},
|
|
199
214
|
"S0034" : {
|
|
200
|
-
"
|
|
201
|
-
"status"
|
|
202
|
-
|
|
215
|
+
"required" : {
|
|
216
|
+
"status" : "integer_as_string"
|
|
217
|
+
}
|
|
203
218
|
},
|
|
204
219
|
"S0035" : {
|
|
205
|
-
"
|
|
206
|
-
"emergencyroutes"
|
|
207
|
-
|
|
220
|
+
"required" : {
|
|
221
|
+
"emergencyroutes" : {
|
|
222
|
+
"type" : "array",
|
|
223
|
+
"items" : {
|
|
224
|
+
"id" : "integer_as_string"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
208
228
|
},
|
|
209
229
|
"S0091" : {
|
|
210
|
-
"
|
|
211
|
-
"user"
|
|
212
|
-
|
|
230
|
+
"required" : {
|
|
231
|
+
"user" : "integer_as_string"
|
|
232
|
+
}
|
|
213
233
|
},
|
|
214
234
|
"S0092" : {
|
|
215
|
-
"
|
|
216
|
-
"user"
|
|
217
|
-
|
|
235
|
+
"required" : {
|
|
236
|
+
"user" : "integer_as_string"
|
|
237
|
+
}
|
|
218
238
|
},
|
|
219
239
|
"S0095" : {
|
|
220
|
-
"
|
|
221
|
-
"status"
|
|
222
|
-
|
|
240
|
+
"required" : {
|
|
241
|
+
"status" : "string"
|
|
242
|
+
}
|
|
223
243
|
},
|
|
224
244
|
"S0096" : {
|
|
225
|
-
"
|
|
226
|
-
"day",
|
|
227
|
-
"hour",
|
|
228
|
-
"minute",
|
|
229
|
-
"month",
|
|
230
|
-
"second",
|
|
231
|
-
"year"
|
|
232
|
-
|
|
245
|
+
"required" : {
|
|
246
|
+
"day" : "integer_as_string",
|
|
247
|
+
"hour" : "integer_as_string",
|
|
248
|
+
"minute" : "integer_as_string",
|
|
249
|
+
"month" : "integer_as_string",
|
|
250
|
+
"second" : "integer_as_string",
|
|
251
|
+
"year" : "integer_as_string"
|
|
252
|
+
}
|
|
233
253
|
},
|
|
234
254
|
"S0097" : {
|
|
235
|
-
"
|
|
236
|
-
"checksum",
|
|
237
|
-
"timestamp"
|
|
238
|
-
|
|
255
|
+
"required" : {
|
|
256
|
+
"checksum" : "string",
|
|
257
|
+
"timestamp" : "timestamp"
|
|
258
|
+
}
|
|
239
259
|
},
|
|
240
260
|
"S0098" : {
|
|
241
|
-
"
|
|
242
|
-
"config",
|
|
243
|
-
"timestamp",
|
|
244
|
-
"version"
|
|
245
|
-
|
|
261
|
+
"required" : {
|
|
262
|
+
"config" : "base64",
|
|
263
|
+
"timestamp" : "timestamp",
|
|
264
|
+
"version" : "string"
|
|
265
|
+
}
|
|
246
266
|
},
|
|
247
267
|
"S0201" : {
|
|
248
|
-
"
|
|
249
|
-
"starttime",
|
|
250
|
-
"vehicles"
|
|
251
|
-
|
|
268
|
+
"required" : {
|
|
269
|
+
"starttime" : "timestamp",
|
|
270
|
+
"vehicles" : "integer_as_string"
|
|
271
|
+
}
|
|
252
272
|
},
|
|
253
273
|
"S0202" : {
|
|
254
|
-
"
|
|
255
|
-
"speed",
|
|
256
|
-
"starttime"
|
|
257
|
-
|
|
274
|
+
"required" : {
|
|
275
|
+
"speed" : "integer_as_string",
|
|
276
|
+
"starttime" : "timestamp"
|
|
277
|
+
}
|
|
258
278
|
},
|
|
259
279
|
"S0203" : {
|
|
260
|
-
"
|
|
261
|
-
"occupancy",
|
|
262
|
-
"starttime"
|
|
263
|
-
|
|
280
|
+
"required" : {
|
|
281
|
+
"occupancy" : "integer_as_string",
|
|
282
|
+
"starttime" : "timestamp"
|
|
283
|
+
}
|
|
264
284
|
},
|
|
265
285
|
"S0204" : {
|
|
266
|
-
"
|
|
267
|
-
"B",
|
|
268
|
-
"C",
|
|
269
|
-
"F",
|
|
270
|
-
"L",
|
|
271
|
-
"LS",
|
|
272
|
-
"MC",
|
|
273
|
-
"P",
|
|
274
|
-
"PS",
|
|
275
|
-
"SP",
|
|
276
|
-
"starttime"
|
|
277
|
-
|
|
286
|
+
"required" : {
|
|
287
|
+
"B" : "integer_as_string",
|
|
288
|
+
"C" : "integer_as_string",
|
|
289
|
+
"F" : "integer_as_string",
|
|
290
|
+
"L" : "integer_as_string",
|
|
291
|
+
"LS" : "integer_as_string",
|
|
292
|
+
"MC" : "integer_as_string",
|
|
293
|
+
"P" : "integer_as_string",
|
|
294
|
+
"PS" : "integer_as_string",
|
|
295
|
+
"SP" : "integer_as_string",
|
|
296
|
+
"starttime" : "timestamp"
|
|
297
|
+
}
|
|
278
298
|
},
|
|
279
299
|
"S0205" : {
|
|
280
|
-
"
|
|
281
|
-
"start",
|
|
282
|
-
"vehicles"
|
|
283
|
-
|
|
300
|
+
"required" : {
|
|
301
|
+
"start" : "timestamp",
|
|
302
|
+
"vehicles" : "integer_list"
|
|
303
|
+
}
|
|
284
304
|
},
|
|
285
305
|
"S0206" : {
|
|
286
|
-
"
|
|
287
|
-
"speed",
|
|
288
|
-
"start"
|
|
289
|
-
|
|
306
|
+
"required" : {
|
|
307
|
+
"speed" : "integer_list",
|
|
308
|
+
"start" : "timestamp"
|
|
309
|
+
}
|
|
290
310
|
},
|
|
291
311
|
"S0207" : {
|
|
292
|
-
"
|
|
293
|
-
"occupancy",
|
|
294
|
-
"start"
|
|
295
|
-
|
|
312
|
+
"required" : {
|
|
313
|
+
"occupancy" : "integer_list",
|
|
314
|
+
"start" : "timestamp"
|
|
315
|
+
}
|
|
296
316
|
},
|
|
297
317
|
"S0208" : {
|
|
298
|
-
"
|
|
299
|
-
"B",
|
|
300
|
-
"C",
|
|
301
|
-
"F",
|
|
302
|
-
"L",
|
|
303
|
-
"LS",
|
|
304
|
-
"MC",
|
|
305
|
-
"P",
|
|
306
|
-
"PS",
|
|
307
|
-
"SP",
|
|
308
|
-
"start"
|
|
309
|
-
|
|
318
|
+
"required" : {
|
|
319
|
+
"B" : "integer_list",
|
|
320
|
+
"C" : "integer_list",
|
|
321
|
+
"F" : "integer_list",
|
|
322
|
+
"L" : "integer_list",
|
|
323
|
+
"LS" : "integer_list",
|
|
324
|
+
"MC" : "integer_list",
|
|
325
|
+
"P" : "integer_list",
|
|
326
|
+
"PS" : "integer_list",
|
|
327
|
+
"SP" : "integer_list",
|
|
328
|
+
"start" : "timestamp"
|
|
329
|
+
}
|
|
310
330
|
}
|
|
311
331
|
},
|
|
312
332
|
"commands" : {
|
|
313
333
|
"M0001" : {
|
|
314
|
-
"
|
|
315
|
-
"intersection",
|
|
316
|
-
"securityCode",
|
|
317
|
-
"status",
|
|
318
|
-
"timeout"
|
|
319
|
-
|
|
334
|
+
"required" : {
|
|
335
|
+
"intersection" : "integer_as_string",
|
|
336
|
+
"securityCode" : "string",
|
|
337
|
+
"status" : "string",
|
|
338
|
+
"timeout" : "integer_as_string"
|
|
339
|
+
}
|
|
320
340
|
},
|
|
321
341
|
"M0002" : {
|
|
322
|
-
"
|
|
323
|
-
"securityCode",
|
|
324
|
-
"status",
|
|
325
|
-
"timeplan"
|
|
326
|
-
|
|
342
|
+
"required" : {
|
|
343
|
+
"securityCode" : "string",
|
|
344
|
+
"status" : "boolean_as_string",
|
|
345
|
+
"timeplan" : "integer_as_string"
|
|
346
|
+
}
|
|
327
347
|
},
|
|
328
348
|
"M0003" : {
|
|
329
|
-
"
|
|
330
|
-
"securityCode",
|
|
331
|
-
"status",
|
|
332
|
-
"traficsituation"
|
|
333
|
-
|
|
349
|
+
"required" : {
|
|
350
|
+
"securityCode" : "string",
|
|
351
|
+
"status" : "boolean_as_string",
|
|
352
|
+
"traficsituation" : "integer_as_string"
|
|
353
|
+
}
|
|
334
354
|
},
|
|
335
355
|
"M0004" : {
|
|
336
|
-
"
|
|
337
|
-
"securityCode",
|
|
338
|
-
"status"
|
|
339
|
-
|
|
356
|
+
"required" : {
|
|
357
|
+
"securityCode" : "string",
|
|
358
|
+
"status" : "boolean_as_string"
|
|
359
|
+
}
|
|
340
360
|
},
|
|
341
361
|
"M0005" : {
|
|
342
|
-
"
|
|
343
|
-
"emergencyroute",
|
|
344
|
-
"securityCode",
|
|
345
|
-
"status"
|
|
346
|
-
|
|
362
|
+
"required" : {
|
|
363
|
+
"emergencyroute" : "integer_as_string",
|
|
364
|
+
"securityCode" : "string",
|
|
365
|
+
"status" : "boolean_as_string"
|
|
366
|
+
}
|
|
347
367
|
},
|
|
348
368
|
"M0006" : {
|
|
349
|
-
"
|
|
350
|
-
"input",
|
|
351
|
-
"securityCode",
|
|
352
|
-
"status"
|
|
353
|
-
|
|
369
|
+
"required" : {
|
|
370
|
+
"input" : "integer_as_string",
|
|
371
|
+
"securityCode" : "string",
|
|
372
|
+
"status" : "boolean_as_string"
|
|
373
|
+
}
|
|
354
374
|
},
|
|
355
375
|
"M0007" : {
|
|
356
|
-
"
|
|
357
|
-
"securityCode",
|
|
358
|
-
"status"
|
|
359
|
-
|
|
376
|
+
"required" : {
|
|
377
|
+
"securityCode" : "string",
|
|
378
|
+
"status" : "boolean_as_string"
|
|
379
|
+
}
|
|
360
380
|
},
|
|
361
381
|
"M0008" : {
|
|
362
|
-
"
|
|
363
|
-
"mode",
|
|
364
|
-
"securityCode",
|
|
365
|
-
"status"
|
|
366
|
-
|
|
382
|
+
"required" : {
|
|
383
|
+
"mode" : "boolean_as_string",
|
|
384
|
+
"securityCode" : "string",
|
|
385
|
+
"status" : "boolean_as_string"
|
|
386
|
+
}
|
|
367
387
|
},
|
|
368
388
|
"M0010" : {
|
|
369
|
-
"
|
|
370
|
-
"securityCode",
|
|
371
|
-
"status"
|
|
372
|
-
|
|
389
|
+
"required" : {
|
|
390
|
+
"securityCode" : "string",
|
|
391
|
+
"status" : "boolean_as_string"
|
|
392
|
+
}
|
|
373
393
|
},
|
|
374
394
|
"M0011" : {
|
|
375
|
-
"
|
|
376
|
-
"securityCode",
|
|
377
|
-
"status"
|
|
378
|
-
|
|
395
|
+
"required" : {
|
|
396
|
+
"securityCode" : "string",
|
|
397
|
+
"status" : "boolean_as_string"
|
|
398
|
+
}
|
|
379
399
|
},
|
|
380
400
|
"M0012" : {
|
|
381
|
-
"
|
|
382
|
-
"securityCode",
|
|
383
|
-
"status"
|
|
384
|
-
|
|
401
|
+
"required" : {
|
|
402
|
+
"securityCode" : "string",
|
|
403
|
+
"status" : "string"
|
|
404
|
+
}
|
|
385
405
|
},
|
|
386
406
|
"M0013" : {
|
|
387
|
-
"
|
|
388
|
-
"securityCode",
|
|
389
|
-
"status"
|
|
390
|
-
|
|
407
|
+
"required" : {
|
|
408
|
+
"securityCode" : "string",
|
|
409
|
+
"status" : "string"
|
|
410
|
+
}
|
|
391
411
|
},
|
|
392
412
|
"M0014" : {
|
|
393
|
-
"
|
|
394
|
-
"plan",
|
|
395
|
-
"securityCode",
|
|
396
|
-
"status"
|
|
397
|
-
|
|
413
|
+
"required" : {
|
|
414
|
+
"plan" : "integer_as_string",
|
|
415
|
+
"securityCode" : "string",
|
|
416
|
+
"status" : "string"
|
|
417
|
+
}
|
|
398
418
|
},
|
|
399
419
|
"M0015" : {
|
|
400
|
-
"
|
|
401
|
-
"plan",
|
|
402
|
-
"securityCode",
|
|
403
|
-
"status"
|
|
404
|
-
|
|
420
|
+
"required" : {
|
|
421
|
+
"plan" : "integer_as_string",
|
|
422
|
+
"securityCode" : "string",
|
|
423
|
+
"status" : "integer_as_string"
|
|
424
|
+
}
|
|
405
425
|
},
|
|
406
426
|
"M0016" : {
|
|
407
|
-
"
|
|
408
|
-
"securityCode",
|
|
409
|
-
"status"
|
|
410
|
-
|
|
427
|
+
"required" : {
|
|
428
|
+
"securityCode" : "string",
|
|
429
|
+
"status" : "string"
|
|
430
|
+
}
|
|
411
431
|
},
|
|
412
432
|
"M0017" : {
|
|
413
|
-
"
|
|
414
|
-
"securityCode",
|
|
415
|
-
"status"
|
|
416
|
-
|
|
433
|
+
"required" : {
|
|
434
|
+
"securityCode" : "string",
|
|
435
|
+
"status" : "string"
|
|
436
|
+
}
|
|
417
437
|
},
|
|
418
438
|
"M0018" : {
|
|
419
|
-
"
|
|
420
|
-
"plan",
|
|
421
|
-
"securityCode",
|
|
422
|
-
"status"
|
|
423
|
-
|
|
439
|
+
"required" : {
|
|
440
|
+
"plan" : "integer_as_string",
|
|
441
|
+
"securityCode" : "string",
|
|
442
|
+
"status" : "integer_as_string"
|
|
443
|
+
}
|
|
424
444
|
},
|
|
425
445
|
"M0019" : {
|
|
426
|
-
"
|
|
427
|
-
"input",
|
|
428
|
-
"inputValue",
|
|
429
|
-
"securityCode",
|
|
430
|
-
"status"
|
|
431
|
-
|
|
446
|
+
"required" : {
|
|
447
|
+
"input" : "integer_as_string",
|
|
448
|
+
"inputValue" : "boolean_as_string",
|
|
449
|
+
"securityCode" : "string",
|
|
450
|
+
"status" : "boolean_as_string"
|
|
451
|
+
}
|
|
432
452
|
},
|
|
433
453
|
"M0020" : {
|
|
434
|
-
"
|
|
435
|
-
"output",
|
|
436
|
-
"outputValue",
|
|
437
|
-
"securityCode",
|
|
438
|
-
"status"
|
|
439
|
-
|
|
454
|
+
"required" : {
|
|
455
|
+
"output" : "integer_as_string",
|
|
456
|
+
"outputValue" : "boolean_as_string",
|
|
457
|
+
"securityCode" : "string",
|
|
458
|
+
"status" : "boolean_as_string"
|
|
459
|
+
}
|
|
440
460
|
},
|
|
441
461
|
"M0021" : {
|
|
442
|
-
"
|
|
443
|
-
"securityCode",
|
|
444
|
-
"status"
|
|
445
|
-
|
|
462
|
+
"required" : {
|
|
463
|
+
"securityCode" : "string",
|
|
464
|
+
"status" : "string"
|
|
465
|
+
}
|
|
446
466
|
},
|
|
447
467
|
"M0022" : {
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"
|
|
459
|
-
"
|
|
460
|
-
"
|
|
461
|
-
|
|
468
|
+
"required" : {
|
|
469
|
+
"requestId" : "string",
|
|
470
|
+
"type" : "string"
|
|
471
|
+
},
|
|
472
|
+
"optional" : {
|
|
473
|
+
"approachId" : "integer",
|
|
474
|
+
"connectionId" : "integer",
|
|
475
|
+
"eta" : "integer",
|
|
476
|
+
"inputId" : "integer",
|
|
477
|
+
"laneInId" : "integer",
|
|
478
|
+
"laneOutId" : "integer",
|
|
479
|
+
"level" : "integer",
|
|
480
|
+
"priorityId" : "integer",
|
|
481
|
+
"signalGroupId" : "string",
|
|
482
|
+
"vehicleType" : "string"
|
|
483
|
+
}
|
|
462
484
|
},
|
|
463
485
|
"M0023" : {
|
|
464
|
-
"
|
|
465
|
-
"securityCode",
|
|
466
|
-
"status"
|
|
467
|
-
|
|
486
|
+
"required" : {
|
|
487
|
+
"securityCode" : "string",
|
|
488
|
+
"status" : "integer_as_string"
|
|
489
|
+
}
|
|
468
490
|
},
|
|
469
491
|
"M0103" : {
|
|
470
|
-
"
|
|
471
|
-
"newSecurityCode",
|
|
472
|
-
"oldSecurityCode",
|
|
473
|
-
"status"
|
|
474
|
-
|
|
492
|
+
"required" : {
|
|
493
|
+
"newSecurityCode" : "string",
|
|
494
|
+
"oldSecurityCode" : "string",
|
|
495
|
+
"status" : "string"
|
|
496
|
+
}
|
|
475
497
|
},
|
|
476
498
|
"M0104" : {
|
|
477
|
-
"
|
|
478
|
-
"day",
|
|
479
|
-
"hour",
|
|
480
|
-
"minute",
|
|
481
|
-
"month",
|
|
482
|
-
"second",
|
|
483
|
-
"securityCode",
|
|
484
|
-
"year"
|
|
485
|
-
|
|
499
|
+
"required" : {
|
|
500
|
+
"day" : "integer_as_string",
|
|
501
|
+
"hour" : "integer_as_string",
|
|
502
|
+
"minute" : "integer_as_string",
|
|
503
|
+
"month" : "integer_as_string",
|
|
504
|
+
"second" : "integer_as_string",
|
|
505
|
+
"securityCode" : "string",
|
|
506
|
+
"year" : "integer_as_string"
|
|
507
|
+
}
|
|
486
508
|
}
|
|
487
509
|
},
|
|
488
510
|
"alarms" : {
|
|
489
|
-
"A0001" : {
|
|
490
|
-
|
|
491
|
-
},
|
|
492
|
-
"
|
|
493
|
-
|
|
494
|
-
},
|
|
495
|
-
"A0003" : {
|
|
496
|
-
"arguments" : []
|
|
497
|
-
},
|
|
498
|
-
"A0004" : {
|
|
499
|
-
"arguments" : []
|
|
500
|
-
},
|
|
501
|
-
"A0005" : {
|
|
502
|
-
"arguments" : []
|
|
503
|
-
},
|
|
504
|
-
"A0006" : {
|
|
505
|
-
"arguments" : []
|
|
506
|
-
},
|
|
511
|
+
"A0001" : {},
|
|
512
|
+
"A0002" : {},
|
|
513
|
+
"A0003" : {},
|
|
514
|
+
"A0004" : {},
|
|
515
|
+
"A0005" : {},
|
|
516
|
+
"A0006" : {},
|
|
507
517
|
"A0007" : {
|
|
508
|
-
"
|
|
509
|
-
"protocol"
|
|
510
|
-
|
|
518
|
+
"required" : {
|
|
519
|
+
"protocol" : "string"
|
|
520
|
+
}
|
|
511
521
|
},
|
|
512
522
|
"A0008" : {
|
|
513
|
-
"
|
|
514
|
-
"timeplan"
|
|
515
|
-
|
|
516
|
-
},
|
|
517
|
-
"A0009" : {
|
|
518
|
-
"arguments" : []
|
|
519
|
-
},
|
|
520
|
-
"A0010" : {
|
|
521
|
-
"arguments" : []
|
|
522
|
-
},
|
|
523
|
-
"A0101" : {
|
|
524
|
-
"arguments" : []
|
|
523
|
+
"required" : {
|
|
524
|
+
"timeplan" : "integer_as_string"
|
|
525
|
+
}
|
|
525
526
|
},
|
|
527
|
+
"A0009" : {},
|
|
528
|
+
"A0010" : {},
|
|
529
|
+
"A0101" : {},
|
|
526
530
|
"A0201" : {
|
|
527
|
-
"
|
|
528
|
-
"color"
|
|
529
|
-
|
|
531
|
+
"required" : {
|
|
532
|
+
"color" : "string"
|
|
533
|
+
}
|
|
530
534
|
},
|
|
531
535
|
"A0202" : {
|
|
532
|
-
"
|
|
533
|
-
"color"
|
|
534
|
-
|
|
536
|
+
"required" : {
|
|
537
|
+
"color" : "string"
|
|
538
|
+
}
|
|
535
539
|
},
|
|
536
540
|
"A0301" : {
|
|
537
|
-
"
|
|
538
|
-
"detector",
|
|
539
|
-
"errormode",
|
|
540
|
-
"manual",
|
|
541
|
-
"type"
|
|
542
|
-
|
|
541
|
+
"required" : {
|
|
542
|
+
"detector" : "string",
|
|
543
|
+
"errormode" : "string",
|
|
544
|
+
"manual" : "boolean_as_string",
|
|
545
|
+
"type" : "string"
|
|
546
|
+
}
|
|
543
547
|
},
|
|
544
548
|
"A0302" : {
|
|
545
|
-
"
|
|
546
|
-
"detector",
|
|
547
|
-
"errormode",
|
|
548
|
-
"logicerror",
|
|
549
|
-
"manual",
|
|
550
|
-
"type"
|
|
551
|
-
|
|
549
|
+
"required" : {
|
|
550
|
+
"detector" : "string",
|
|
551
|
+
"errormode" : "string",
|
|
552
|
+
"logicerror" : "string",
|
|
553
|
+
"manual" : "boolean_as_string",
|
|
554
|
+
"type" : "string"
|
|
555
|
+
}
|
|
552
556
|
},
|
|
553
557
|
"A0303" : {
|
|
554
|
-
"
|
|
555
|
-
"detector",
|
|
556
|
-
"errormode",
|
|
557
|
-
"manual",
|
|
558
|
-
"type"
|
|
559
|
-
|
|
558
|
+
"required" : {
|
|
559
|
+
"detector" : "string",
|
|
560
|
+
"errormode" : "string",
|
|
561
|
+
"manual" : "boolean_as_string",
|
|
562
|
+
"type" : "string"
|
|
563
|
+
}
|
|
560
564
|
},
|
|
561
565
|
"A0304" : {
|
|
562
|
-
"
|
|
563
|
-
"detector",
|
|
564
|
-
"errormode",
|
|
565
|
-
"logicerror",
|
|
566
|
-
"manual",
|
|
567
|
-
"type"
|
|
568
|
-
|
|
566
|
+
"required" : {
|
|
567
|
+
"detector" : "string",
|
|
568
|
+
"errormode" : "string",
|
|
569
|
+
"logicerror" : "string",
|
|
570
|
+
"manual" : "boolean_as_string",
|
|
571
|
+
"type" : "string"
|
|
572
|
+
}
|
|
569
573
|
}
|
|
570
574
|
}
|
|
571
575
|
}
|