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
|
@@ -19,6 +19,25 @@
|
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
]
|
|
22
|
+
},
|
|
23
|
+
"age_unknown_or_undefined" : {
|
|
24
|
+
"allOf" : [
|
|
25
|
+
{
|
|
26
|
+
"required" : [
|
|
27
|
+
"age"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"properties" : {
|
|
32
|
+
"age" : {
|
|
33
|
+
"enum" : [
|
|
34
|
+
"undefined",
|
|
35
|
+
"unknown"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
]
|
|
22
41
|
}
|
|
23
42
|
}
|
|
24
43
|
}
|
data/schemas/tlc/1.0.14/sxl.yaml
CHANGED
|
@@ -100,15 +100,15 @@ objects:
|
|
|
100
100
|
description: Signal group status as text field
|
|
101
101
|
pattern: "^[a-hA-G0-9N-P]*$"
|
|
102
102
|
cyclecounter:
|
|
103
|
-
type:
|
|
103
|
+
type: integer_as_string
|
|
104
104
|
description: Cycle counter
|
|
105
105
|
range: "[0-999]"
|
|
106
106
|
basecyclecounter:
|
|
107
|
-
type:
|
|
107
|
+
type: integer_as_string
|
|
108
108
|
description: Base cycle counter
|
|
109
109
|
range: "[0-999]"
|
|
110
110
|
stage:
|
|
111
|
-
type:
|
|
111
|
+
type: integer_as_string
|
|
112
112
|
description: Current stage (isolated)
|
|
113
113
|
range: "[0-999]"
|
|
114
114
|
S0002:
|
|
@@ -151,7 +151,7 @@ objects:
|
|
|
151
151
|
During startup mode the traffic controller shows dark, red, yellow flash or using the predetermined start cycle (minimum times).
|
|
152
152
|
arguments:
|
|
153
153
|
status:
|
|
154
|
-
type:
|
|
154
|
+
type: boolean_as_string
|
|
155
155
|
description: |-
|
|
156
156
|
False: Controller is not in start up mode
|
|
157
157
|
True: Controller is currently in start up mode
|
|
@@ -162,12 +162,12 @@ objects:
|
|
|
162
162
|
Used in situations where full priority is given in the emergency vehicle program.
|
|
163
163
|
arguments:
|
|
164
164
|
status:
|
|
165
|
-
type:
|
|
165
|
+
type: boolean_as_string
|
|
166
166
|
description: |-
|
|
167
167
|
False: Emergency stage inactive
|
|
168
168
|
True: Emergency stage active
|
|
169
169
|
emergencystage:
|
|
170
|
-
type:
|
|
170
|
+
type: integer_as_string
|
|
171
171
|
description: Number of emergency stage
|
|
172
172
|
range: "[1-255]"
|
|
173
173
|
S0007:
|
|
@@ -298,7 +298,7 @@ objects:
|
|
|
298
298
|
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.
|
|
299
299
|
arguments:
|
|
300
300
|
status:
|
|
301
|
-
type:
|
|
301
|
+
type: integer_as_string
|
|
302
302
|
description: Current time plan
|
|
303
303
|
range: "[1-255]"
|
|
304
304
|
S0015:
|
|
@@ -309,7 +309,7 @@ objects:
|
|
|
309
309
|
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.
|
|
310
310
|
arguments:
|
|
311
311
|
status:
|
|
312
|
-
type:
|
|
312
|
+
type: integer_as_string
|
|
313
313
|
description: Current traffic situation
|
|
314
314
|
range: "[1-255]"
|
|
315
315
|
S0016:
|
|
@@ -318,7 +318,7 @@ objects:
|
|
|
318
318
|
Can be used by the management system to check the number of detector logics configured in the controller.
|
|
319
319
|
arguments:
|
|
320
320
|
number:
|
|
321
|
-
type:
|
|
321
|
+
type: long_as_string
|
|
322
322
|
description: Number of detector logics
|
|
323
323
|
range: "[1-65025]"
|
|
324
324
|
S0017:
|
|
@@ -327,7 +327,7 @@ objects:
|
|
|
327
327
|
Can be used for the management system to check the number of signal groups configured in the controller.
|
|
328
328
|
arguments:
|
|
329
329
|
number:
|
|
330
|
-
type:
|
|
330
|
+
type: long_as_string
|
|
331
331
|
description: Number of signal groups
|
|
332
332
|
range: "[1-65025]"
|
|
333
333
|
S0018:
|
|
@@ -336,7 +336,7 @@ objects:
|
|
|
336
336
|
Can be used for the management system to check the number of time plans configured in the controller.
|
|
337
337
|
arguments:
|
|
338
338
|
number:
|
|
339
|
-
type:
|
|
339
|
+
type: long_as_string
|
|
340
340
|
description: Number of time plans (depreciated)
|
|
341
341
|
range: "[1-65025]"
|
|
342
342
|
S0019:
|
|
@@ -345,7 +345,7 @@ objects:
|
|
|
345
345
|
Can be used for the management system to check the number of traffic situations configured in the controller.
|
|
346
346
|
arguments:
|
|
347
347
|
number:
|
|
348
|
-
type:
|
|
348
|
+
type: long_as_string
|
|
349
349
|
description: Number of traffic situations
|
|
350
350
|
range: "[1-65025]"
|
|
351
351
|
S0020:
|
|
@@ -550,29 +550,29 @@ objects:
|
|
|
550
550
|
Provides diagnostic information about the current date and time set in the controller.
|
|
551
551
|
arguments:
|
|
552
552
|
year:
|
|
553
|
-
type:
|
|
553
|
+
type: integer_as_string
|
|
554
554
|
description: 'Year according to format YYYY. NOTE: UTC is used'
|
|
555
555
|
range: YYYY
|
|
556
556
|
month:
|
|
557
|
-
type:
|
|
557
|
+
type: integer_as_string
|
|
558
558
|
description: 'Month (01-12) according to format MM. Note: UTC is used'
|
|
559
559
|
range: MM
|
|
560
560
|
day:
|
|
561
|
-
type:
|
|
561
|
+
type: integer_as_string
|
|
562
562
|
description: 'Day of month (01-31) according to format DD. Note: UTC
|
|
563
563
|
is used'
|
|
564
564
|
range: DD
|
|
565
565
|
hour:
|
|
566
|
-
type:
|
|
566
|
+
type: integer_as_string
|
|
567
567
|
description: 'Hour of day (00-23) according to format DD. Note: UTC is
|
|
568
568
|
used'
|
|
569
569
|
range: HH
|
|
570
570
|
minute:
|
|
571
|
-
type:
|
|
571
|
+
type: integer_as_string
|
|
572
572
|
description: 'Minute (00-59) according to format MM. Note: UTC is used'
|
|
573
573
|
range: MM
|
|
574
574
|
second:
|
|
575
|
-
type:
|
|
575
|
+
type: integer_as_string
|
|
576
576
|
description: 'Second (00-59) according to format SS. Note: UTC is used'
|
|
577
577
|
range: SS
|
|
578
578
|
S0205:
|
|
@@ -752,7 +752,7 @@ objects:
|
|
|
752
752
|
Requires security code 2
|
|
753
753
|
arguments:
|
|
754
754
|
status:
|
|
755
|
-
type:
|
|
755
|
+
type: boolean_as_string
|
|
756
756
|
description: |-
|
|
757
757
|
False: Controller uses time plan according to programming
|
|
758
758
|
True: Controller uses time plan according to command
|
|
@@ -760,7 +760,7 @@ objects:
|
|
|
760
760
|
type: string
|
|
761
761
|
description: Security code 2
|
|
762
762
|
timeplan:
|
|
763
|
-
type:
|
|
763
|
+
type: integer_as_string
|
|
764
764
|
description: designation of time plan
|
|
765
765
|
range: "[1-255]"
|
|
766
766
|
command: setPlan
|
|
@@ -772,7 +772,7 @@ objects:
|
|
|
772
772
|
Requires security code 2
|
|
773
773
|
arguments:
|
|
774
774
|
status:
|
|
775
|
-
type:
|
|
775
|
+
type: boolean_as_string
|
|
776
776
|
description: |-
|
|
777
777
|
False: Controller uses traffic situation according to own programming
|
|
778
778
|
True: Controller uses traffic situation according to command
|
|
@@ -780,7 +780,7 @@ objects:
|
|
|
780
780
|
type: string
|
|
781
781
|
description: Security code 2
|
|
782
782
|
traficsituation:
|
|
783
|
-
type:
|
|
783
|
+
type: integer_as_string
|
|
784
784
|
description: designation of traficsituation
|
|
785
785
|
range: "[1-255]"
|
|
786
786
|
command: setTrafficSituation
|
|
@@ -791,7 +791,7 @@ objects:
|
|
|
791
791
|
Requires security code 2
|
|
792
792
|
arguments:
|
|
793
793
|
status:
|
|
794
|
-
type:
|
|
794
|
+
type: boolean_as_string
|
|
795
795
|
description: 'True: Restart controller'
|
|
796
796
|
securityCode:
|
|
797
797
|
type: string
|
|
@@ -805,7 +805,7 @@ objects:
|
|
|
805
805
|
Requires security code 2.
|
|
806
806
|
arguments:
|
|
807
807
|
status:
|
|
808
|
-
type:
|
|
808
|
+
type: boolean_as_string
|
|
809
809
|
description: |-
|
|
810
810
|
False: Activate emergency route
|
|
811
811
|
True: Deactivate emergency route
|
|
@@ -813,7 +813,7 @@ objects:
|
|
|
813
813
|
type: string
|
|
814
814
|
description: Security code 2
|
|
815
815
|
emergencyroute:
|
|
816
|
-
type:
|
|
816
|
+
type: integer_as_string
|
|
817
817
|
description: Number of emergency route
|
|
818
818
|
range: "[1-255]"
|
|
819
819
|
command: setEmergency
|
|
@@ -827,7 +827,7 @@ objects:
|
|
|
827
827
|
Requires security code 2.
|
|
828
828
|
arguments:
|
|
829
829
|
status:
|
|
830
|
-
type:
|
|
830
|
+
type: boolean_as_string
|
|
831
831
|
description: |-
|
|
832
832
|
False: Deactivate input
|
|
833
833
|
True: Activate input
|
|
@@ -835,7 +835,7 @@ objects:
|
|
|
835
835
|
type: string
|
|
836
836
|
description: Security code 2
|
|
837
837
|
input:
|
|
838
|
-
type:
|
|
838
|
+
type: integer_as_string
|
|
839
839
|
description: Number of Input
|
|
840
840
|
range: "[1-255]"
|
|
841
841
|
command: setInput
|
|
@@ -847,7 +847,7 @@ objects:
|
|
|
847
847
|
Requires security code 2.
|
|
848
848
|
arguments:
|
|
849
849
|
status:
|
|
850
|
-
type:
|
|
850
|
+
type: boolean_as_string
|
|
851
851
|
description: |-
|
|
852
852
|
False: Deactivate fixed time control
|
|
853
853
|
True: Activate fixed time control
|
|
@@ -935,7 +935,7 @@ objects:
|
|
|
935
935
|
Requires security code 2
|
|
936
936
|
arguments:
|
|
937
937
|
plan:
|
|
938
|
-
type:
|
|
938
|
+
type: integer_as_string
|
|
939
939
|
description: Plan to be changed
|
|
940
940
|
range: "[0-255]"
|
|
941
941
|
status:
|
|
@@ -962,11 +962,11 @@ objects:
|
|
|
962
962
|
Requires security code 2.
|
|
963
963
|
arguments:
|
|
964
964
|
status:
|
|
965
|
-
type:
|
|
965
|
+
type: integer_as_string
|
|
966
966
|
description: Set offset time in seconds
|
|
967
967
|
range: "[0-255]"
|
|
968
968
|
plan:
|
|
969
|
-
type:
|
|
969
|
+
type: integer_as_string
|
|
970
970
|
description: Time plan nr
|
|
971
971
|
range: "[0-255]"
|
|
972
972
|
securityCode:
|
|
@@ -1046,11 +1046,11 @@ objects:
|
|
|
1046
1046
|
Requires security code 2.
|
|
1047
1047
|
arguments:
|
|
1048
1048
|
status:
|
|
1049
|
-
type:
|
|
1049
|
+
type: integer_as_string
|
|
1050
1050
|
description: Set cycle time in seconds
|
|
1051
1051
|
range: "[1-255]"
|
|
1052
1052
|
plan:
|
|
1053
|
-
type:
|
|
1053
|
+
type: integer_as_string
|
|
1054
1054
|
description: Time plan nr
|
|
1055
1055
|
range: "[0-255]"
|
|
1056
1056
|
securityCode:
|
|
@@ -1065,7 +1065,7 @@ objects:
|
|
|
1065
1065
|
Requires security code 2.
|
|
1066
1066
|
arguments:
|
|
1067
1067
|
status:
|
|
1068
|
-
type:
|
|
1068
|
+
type: boolean_as_string
|
|
1069
1069
|
description: |-
|
|
1070
1070
|
False: Force input
|
|
1071
1071
|
True: Release input
|
|
@@ -1073,11 +1073,11 @@ objects:
|
|
|
1073
1073
|
type: string
|
|
1074
1074
|
description: Security code 2
|
|
1075
1075
|
input:
|
|
1076
|
-
type:
|
|
1076
|
+
type: integer_as_string
|
|
1077
1077
|
description: Number of Input
|
|
1078
1078
|
range: "[1-255]"
|
|
1079
1079
|
inputValue:
|
|
1080
|
-
type:
|
|
1080
|
+
type: boolean_as_string
|
|
1081
1081
|
description: |-
|
|
1082
1082
|
False: input forced to False
|
|
1083
1083
|
True: input forced to True
|
|
@@ -1110,37 +1110,37 @@ objects:
|
|
|
1110
1110
|
type: string
|
|
1111
1111
|
description: Security code 1
|
|
1112
1112
|
year:
|
|
1113
|
-
type:
|
|
1113
|
+
type: integer_as_string
|
|
1114
1114
|
description: |-
|
|
1115
1115
|
Changes internal clock. Note: UTC is used
|
|
1116
1116
|
Year according to YYYY
|
|
1117
1117
|
range: "[YYYY]"
|
|
1118
1118
|
month:
|
|
1119
|
-
type:
|
|
1119
|
+
type: integer_as_string
|
|
1120
1120
|
description: |-
|
|
1121
1121
|
Changes internal clock. Note: UTC is used
|
|
1122
1122
|
Month according to MM (01-12)
|
|
1123
1123
|
range: "[MM]"
|
|
1124
1124
|
day:
|
|
1125
|
-
type:
|
|
1125
|
+
type: integer_as_string
|
|
1126
1126
|
description: |-
|
|
1127
1127
|
Changes internal clock. Note: UTC is used
|
|
1128
1128
|
Day in month according to DD (01-31)
|
|
1129
1129
|
range: "[DD]"
|
|
1130
1130
|
hour:
|
|
1131
|
-
type:
|
|
1131
|
+
type: integer_as_string
|
|
1132
1132
|
description: |-
|
|
1133
1133
|
Changes internal clock. Note: UTC is used
|
|
1134
1134
|
Hour according to HH (00-23)
|
|
1135
1135
|
range: "[HH]"
|
|
1136
1136
|
minute:
|
|
1137
|
-
type:
|
|
1137
|
+
type: integer_as_string
|
|
1138
1138
|
description: |-
|
|
1139
1139
|
Changes internal clock. Note: UTC is used
|
|
1140
1140
|
Minute according to MM (00-59)
|
|
1141
1141
|
range: "[MM]"
|
|
1142
1142
|
second:
|
|
1143
|
-
type:
|
|
1143
|
+
type: integer_as_string
|
|
1144
1144
|
description: |-
|
|
1145
1145
|
Changes internal clock. Note: UTC is used
|
|
1146
1146
|
Second according to SS (00-59)
|
|
@@ -1159,7 +1159,7 @@ objects:
|
|
|
1159
1159
|
category: D
|
|
1160
1160
|
arguments:
|
|
1161
1161
|
timeplan:
|
|
1162
|
-
type:
|
|
1162
|
+
type: integer_as_string
|
|
1163
1163
|
description: Current time plan
|
|
1164
1164
|
range: "[designation]"
|
|
1165
1165
|
A0101:
|
|
@@ -1220,7 +1220,7 @@ objects:
|
|
|
1220
1220
|
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.
|
|
1221
1221
|
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
|
|
1222
1222
|
ToGConfidence:
|
|
1223
|
-
type:
|
|
1223
|
+
type: integer_as_string
|
|
1224
1224
|
description: Confidence of the likelyToGEstimate. 0-100%
|
|
1225
1225
|
range: "[0-100]"
|
|
1226
1226
|
minToREstimate :
|
|
@@ -1239,7 +1239,7 @@ objects:
|
|
|
1239
1239
|
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.
|
|
1240
1240
|
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
|
|
1241
1241
|
ToRConfidence:
|
|
1242
|
-
type:
|
|
1242
|
+
type: integer_as_string
|
|
1243
1243
|
description: Confidence of the likelyToREstimate. 0-100%
|
|
1244
1244
|
range: "[0-100]"
|
|
1245
1245
|
commands:
|
|
@@ -1251,7 +1251,7 @@ objects:
|
|
|
1251
1251
|
Requires security code 2
|
|
1252
1252
|
arguments:
|
|
1253
1253
|
status:
|
|
1254
|
-
type:
|
|
1254
|
+
type: boolean_as_string
|
|
1255
1255
|
description: |-
|
|
1256
1256
|
False: No command (default)
|
|
1257
1257
|
True: Order a signal group to green
|
|
@@ -1267,7 +1267,7 @@ objects:
|
|
|
1267
1267
|
Requires security code 2
|
|
1268
1268
|
arguments:
|
|
1269
1269
|
status:
|
|
1270
|
-
type:
|
|
1270
|
+
type: boolean_as_string
|
|
1271
1271
|
description: |-
|
|
1272
1272
|
False: No command (default)
|
|
1273
1273
|
True: Order a signal group to red
|
|
@@ -1300,7 +1300,7 @@ objects:
|
|
|
1300
1300
|
description: Detector forced on/off while detector error
|
|
1301
1301
|
values: ['on','off']
|
|
1302
1302
|
manual:
|
|
1303
|
-
type:
|
|
1303
|
+
type: boolean_as_string
|
|
1304
1304
|
description: Manually controlled detector logic (True/False)
|
|
1305
1305
|
A0302:
|
|
1306
1306
|
description: |-
|
|
@@ -1325,7 +1325,7 @@ objects:
|
|
|
1325
1325
|
description: Detector forced on/off while detector error
|
|
1326
1326
|
values: ['on','off']
|
|
1327
1327
|
manual:
|
|
1328
|
-
type:
|
|
1328
|
+
type: boolean_as_string
|
|
1329
1329
|
description: Manually controlled detector logic (True/False)
|
|
1330
1330
|
logicerror:
|
|
1331
1331
|
type: string
|
|
@@ -1346,7 +1346,7 @@ objects:
|
|
|
1346
1346
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
1347
1347
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
1348
1348
|
vehicles:
|
|
1349
|
-
type:
|
|
1349
|
+
type: long_as_string
|
|
1350
1350
|
description: Number of vehicles on a given detector logic (since last
|
|
1351
1351
|
update)
|
|
1352
1352
|
range: "[number]"
|
|
@@ -1362,7 +1362,7 @@ objects:
|
|
|
1362
1362
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
1363
1363
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
1364
1364
|
speed:
|
|
1365
|
-
type:
|
|
1365
|
+
type: integer_as_string
|
|
1366
1366
|
description: Average speed in km/h
|
|
1367
1367
|
range: "[speed]"
|
|
1368
1368
|
S0203:
|
|
@@ -1377,7 +1377,7 @@ objects:
|
|
|
1377
1377
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
1378
1378
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
1379
1379
|
occupancy:
|
|
1380
|
-
type:
|
|
1380
|
+
type: integer_as_string
|
|
1381
1381
|
description: Occupancy in percent (0-100%)
|
|
1382
1382
|
range: "[0-100]"
|
|
1383
1383
|
S0204:
|
|
@@ -1392,39 +1392,39 @@ objects:
|
|
|
1392
1392
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
1393
1393
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
1394
1394
|
P:
|
|
1395
|
-
type:
|
|
1395
|
+
type: long_as_string
|
|
1396
1396
|
description: Number of cars
|
|
1397
1397
|
range: "[number]"
|
|
1398
1398
|
PS:
|
|
1399
|
-
type:
|
|
1399
|
+
type: long_as_string
|
|
1400
1400
|
description: Number of cars with trailers
|
|
1401
1401
|
range: "[number]"
|
|
1402
1402
|
L:
|
|
1403
|
-
type:
|
|
1403
|
+
type: long_as_string
|
|
1404
1404
|
description: Number of trucks
|
|
1405
1405
|
range: "[number]"
|
|
1406
1406
|
LS:
|
|
1407
|
-
type:
|
|
1407
|
+
type: long_as_string
|
|
1408
1408
|
description: Number of trucks with trailers
|
|
1409
1409
|
range: "[number]"
|
|
1410
1410
|
B:
|
|
1411
|
-
type:
|
|
1411
|
+
type: long_as_string
|
|
1412
1412
|
description: Number of busses
|
|
1413
1413
|
range: "[number]"
|
|
1414
1414
|
SP:
|
|
1415
|
-
type:
|
|
1415
|
+
type: long_as_string
|
|
1416
1416
|
description: Number of trams
|
|
1417
1417
|
range: "[number]"
|
|
1418
1418
|
MC:
|
|
1419
|
-
type:
|
|
1419
|
+
type: long_as_string
|
|
1420
1420
|
description: Number of motor cycles
|
|
1421
1421
|
range: "[number]"
|
|
1422
1422
|
C:
|
|
1423
|
-
type:
|
|
1423
|
+
type: long_as_string
|
|
1424
1424
|
description: Number of bicycles
|
|
1425
1425
|
range: "[number]"
|
|
1426
1426
|
F:
|
|
1427
|
-
type:
|
|
1427
|
+
type: long_as_string
|
|
1428
1428
|
description: Number of pedestrians
|
|
1429
1429
|
range: "[number]"
|
|
1430
1430
|
commands:
|
|
@@ -1436,7 +1436,7 @@ objects:
|
|
|
1436
1436
|
Requires security code 2
|
|
1437
1437
|
arguments:
|
|
1438
1438
|
status:
|
|
1439
|
-
type:
|
|
1439
|
+
type: boolean_as_string
|
|
1440
1440
|
description: |-
|
|
1441
1441
|
False: Deactivate manual control of detector logic
|
|
1442
1442
|
True: Activate manual control of detector logic
|
|
@@ -1444,7 +1444,7 @@ objects:
|
|
|
1444
1444
|
type: string
|
|
1445
1445
|
description: Security code 2
|
|
1446
1446
|
mode:
|
|
1447
|
-
type:
|
|
1447
|
+
type: boolean_as_string
|
|
1448
1448
|
description: |-
|
|
1449
1449
|
False: Deactivate detector logic
|
|
1450
1450
|
True: Activate detector logic
|