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.8/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:
|
|
@@ -421,29 +421,29 @@ objects:
|
|
|
421
421
|
Provides diagnostic information about the current date and time set in the controller.
|
|
422
422
|
arguments:
|
|
423
423
|
year:
|
|
424
|
-
type:
|
|
424
|
+
type: integer_as_string
|
|
425
425
|
description: 'Year according to format YYYY. NOTE: UTC is used'
|
|
426
426
|
range: YYYY
|
|
427
427
|
month:
|
|
428
|
-
type:
|
|
428
|
+
type: integer_as_string
|
|
429
429
|
description: 'Month (01-12) according to format MM. Note: UTC is used'
|
|
430
430
|
range: MM
|
|
431
431
|
day:
|
|
432
|
-
type:
|
|
432
|
+
type: integer_as_string
|
|
433
433
|
description: 'Day of month (01-31) according to format DD. Note: UTC
|
|
434
434
|
is used'
|
|
435
435
|
range: DD
|
|
436
436
|
hour:
|
|
437
|
-
type:
|
|
437
|
+
type: integer_as_string
|
|
438
438
|
description: 'Hour of day (00-23) according to format DD. Note: UTC is
|
|
439
439
|
used'
|
|
440
440
|
range: HH
|
|
441
441
|
minute:
|
|
442
|
-
type:
|
|
442
|
+
type: integer_as_string
|
|
443
443
|
description: 'Minute (00-59) according to format MM. Note: UTC is used'
|
|
444
444
|
range: MM
|
|
445
445
|
second:
|
|
446
|
-
type:
|
|
446
|
+
type: integer_as_string
|
|
447
447
|
description: 'Second (00-59) according to format SS. Note: UTC is used'
|
|
448
448
|
range: SS
|
|
449
449
|
commands:
|
|
@@ -485,7 +485,7 @@ objects:
|
|
|
485
485
|
Requires security code 2
|
|
486
486
|
arguments:
|
|
487
487
|
status:
|
|
488
|
-
type:
|
|
488
|
+
type: boolean_as_string
|
|
489
489
|
description: |-
|
|
490
490
|
False: Controller uses time plan according to programming
|
|
491
491
|
True: Controller uses time plan according to command
|
|
@@ -493,7 +493,7 @@ objects:
|
|
|
493
493
|
type: string
|
|
494
494
|
description: Security code 2
|
|
495
495
|
timeplan:
|
|
496
|
-
type:
|
|
496
|
+
type: integer_as_string
|
|
497
497
|
description: designation of time plan
|
|
498
498
|
range: "[1-255]"
|
|
499
499
|
command: setPlan
|
|
@@ -505,7 +505,7 @@ objects:
|
|
|
505
505
|
Requires security code 2
|
|
506
506
|
arguments:
|
|
507
507
|
status:
|
|
508
|
-
type:
|
|
508
|
+
type: boolean_as_string
|
|
509
509
|
description: |-
|
|
510
510
|
False: Controller uses traffic situation according to own programming
|
|
511
511
|
True: Controller uses traffic situation according to command
|
|
@@ -513,7 +513,7 @@ objects:
|
|
|
513
513
|
type: string
|
|
514
514
|
description: Security code 2
|
|
515
515
|
traficsituation:
|
|
516
|
-
type:
|
|
516
|
+
type: integer_as_string
|
|
517
517
|
description: designation of traficsituation
|
|
518
518
|
range: "[1-255]"
|
|
519
519
|
command: setTrafficSituation
|
|
@@ -524,7 +524,7 @@ objects:
|
|
|
524
524
|
Requires security code 2
|
|
525
525
|
arguments:
|
|
526
526
|
status:
|
|
527
|
-
type:
|
|
527
|
+
type: boolean_as_string
|
|
528
528
|
description: 'True: Restart controller'
|
|
529
529
|
securityCode:
|
|
530
530
|
type: string
|
|
@@ -538,7 +538,7 @@ objects:
|
|
|
538
538
|
Requires security code 2.
|
|
539
539
|
arguments:
|
|
540
540
|
status:
|
|
541
|
-
type:
|
|
541
|
+
type: boolean_as_string
|
|
542
542
|
description: |-
|
|
543
543
|
False: Activate emergency route
|
|
544
544
|
True: Deactivate emergency route
|
|
@@ -546,7 +546,7 @@ objects:
|
|
|
546
546
|
type: string
|
|
547
547
|
description: Security code 2
|
|
548
548
|
emergencyroute:
|
|
549
|
-
type:
|
|
549
|
+
type: integer_as_string
|
|
550
550
|
description: Number of emergency route
|
|
551
551
|
range: "[1-255]"
|
|
552
552
|
command: setEmergency
|
|
@@ -560,7 +560,7 @@ objects:
|
|
|
560
560
|
Requires security code 2.
|
|
561
561
|
arguments:
|
|
562
562
|
status:
|
|
563
|
-
type:
|
|
563
|
+
type: boolean_as_string
|
|
564
564
|
description: |-
|
|
565
565
|
False: Deactivate input
|
|
566
566
|
True: Activate input
|
|
@@ -568,7 +568,7 @@ objects:
|
|
|
568
568
|
type: string
|
|
569
569
|
description: Security code 2
|
|
570
570
|
input:
|
|
571
|
-
type:
|
|
571
|
+
type: integer_as_string
|
|
572
572
|
description: Number of Input
|
|
573
573
|
range: "[1-255]"
|
|
574
574
|
command: setInput
|
|
@@ -580,7 +580,7 @@ objects:
|
|
|
580
580
|
Requires security code 2.
|
|
581
581
|
arguments:
|
|
582
582
|
status:
|
|
583
|
-
type:
|
|
583
|
+
type: boolean_as_string
|
|
584
584
|
description: |-
|
|
585
585
|
False: Deactivate fixed time control
|
|
586
586
|
True: Activate fixed time control
|
|
@@ -668,7 +668,7 @@ objects:
|
|
|
668
668
|
Requires security code 2.
|
|
669
669
|
arguments:
|
|
670
670
|
status:
|
|
671
|
-
type:
|
|
671
|
+
type: boolean_as_string
|
|
672
672
|
description: |-
|
|
673
673
|
False: Force input
|
|
674
674
|
True: Release input
|
|
@@ -676,11 +676,11 @@ objects:
|
|
|
676
676
|
type: string
|
|
677
677
|
description: Security code 2
|
|
678
678
|
input:
|
|
679
|
-
type:
|
|
679
|
+
type: integer_as_string
|
|
680
680
|
description: Number of Input
|
|
681
681
|
range: "[1-255]"
|
|
682
682
|
inputValue:
|
|
683
|
-
type:
|
|
683
|
+
type: boolean_as_string
|
|
684
684
|
description: |-
|
|
685
685
|
False: input forced to False
|
|
686
686
|
True: input forced to True
|
|
@@ -713,37 +713,37 @@ objects:
|
|
|
713
713
|
type: string
|
|
714
714
|
description: Security code 1
|
|
715
715
|
year:
|
|
716
|
-
type:
|
|
716
|
+
type: integer_as_string
|
|
717
717
|
description: |-
|
|
718
718
|
Changes internal clock. Note: UTC is used
|
|
719
719
|
Year according to YYYY
|
|
720
720
|
range: "[YYYY]"
|
|
721
721
|
month:
|
|
722
|
-
type:
|
|
722
|
+
type: integer_as_string
|
|
723
723
|
description: |-
|
|
724
724
|
Changes internal clock. Note: UTC is used
|
|
725
725
|
Month according to MM (01-12)
|
|
726
726
|
range: "[MM]"
|
|
727
727
|
day:
|
|
728
|
-
type:
|
|
728
|
+
type: integer_as_string
|
|
729
729
|
description: |-
|
|
730
730
|
Changes internal clock. Note: UTC is used
|
|
731
731
|
Day in month according to DD (01-31)
|
|
732
732
|
range: "[DD]"
|
|
733
733
|
hour:
|
|
734
|
-
type:
|
|
734
|
+
type: integer_as_string
|
|
735
735
|
description: |-
|
|
736
736
|
Changes internal clock. Note: UTC is used
|
|
737
737
|
Hour according to HH (00-23)
|
|
738
738
|
range: "[HH]"
|
|
739
739
|
minute:
|
|
740
|
-
type:
|
|
740
|
+
type: integer_as_string
|
|
741
741
|
description: |-
|
|
742
742
|
Changes internal clock. Note: UTC is used
|
|
743
743
|
Minute according to MM (00-59)
|
|
744
744
|
range: "[MM]"
|
|
745
745
|
second:
|
|
746
|
-
type:
|
|
746
|
+
type: integer_as_string
|
|
747
747
|
description: |-
|
|
748
748
|
Changes internal clock. Note: UTC is used
|
|
749
749
|
Second according to SS (00-59)
|
|
@@ -762,7 +762,7 @@ objects:
|
|
|
762
762
|
category: D
|
|
763
763
|
arguments:
|
|
764
764
|
timeplan:
|
|
765
|
-
type:
|
|
765
|
+
type: integer_as_string
|
|
766
766
|
description: Current time plan
|
|
767
767
|
range: "[designation]"
|
|
768
768
|
A0101:
|
|
@@ -811,7 +811,7 @@ objects:
|
|
|
811
811
|
Requires security code 2
|
|
812
812
|
arguments:
|
|
813
813
|
status:
|
|
814
|
-
type:
|
|
814
|
+
type: boolean_as_string
|
|
815
815
|
description: |-
|
|
816
816
|
False: No command (default)
|
|
817
817
|
True: Order a signal group to green
|
|
@@ -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: No command (default)
|
|
833
833
|
True: Order a signal group to red
|
|
@@ -860,7 +860,7 @@ objects:
|
|
|
860
860
|
description: Detector forced on/off while detector error
|
|
861
861
|
values: ['on','off']
|
|
862
862
|
manual:
|
|
863
|
-
type:
|
|
863
|
+
type: boolean_as_string
|
|
864
864
|
description: Manually controlled detector logic (True/False)
|
|
865
865
|
A0302:
|
|
866
866
|
description: |-
|
|
@@ -885,7 +885,7 @@ objects:
|
|
|
885
885
|
description: Detector forced on/off while detector error
|
|
886
886
|
values: ['on','off']
|
|
887
887
|
manual:
|
|
888
|
-
type:
|
|
888
|
+
type: boolean_as_string
|
|
889
889
|
description: Manually controlled detector logic (True/False)
|
|
890
890
|
logicerror:
|
|
891
891
|
type: string
|
|
@@ -906,7 +906,7 @@ objects:
|
|
|
906
906
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
907
907
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
908
908
|
vehicles:
|
|
909
|
-
type:
|
|
909
|
+
type: long_as_string
|
|
910
910
|
description: Number of vehicles on a given detector logic (since last
|
|
911
911
|
update)
|
|
912
912
|
range: "[number]"
|
|
@@ -922,7 +922,7 @@ objects:
|
|
|
922
922
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
923
923
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
924
924
|
speed:
|
|
925
|
-
type:
|
|
925
|
+
type: integer_as_string
|
|
926
926
|
description: Average speed in km/h
|
|
927
927
|
range: "[speed]"
|
|
928
928
|
S0203:
|
|
@@ -937,7 +937,7 @@ objects:
|
|
|
937
937
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
938
938
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
939
939
|
occupancy:
|
|
940
|
-
type:
|
|
940
|
+
type: integer_as_string
|
|
941
941
|
description: Occupancy in percent (0-100%)
|
|
942
942
|
range: "[0-100]"
|
|
943
943
|
S0204:
|
|
@@ -952,39 +952,39 @@ objects:
|
|
|
952
952
|
XML dateTime with a resolution of 3 decimal places. All time stamps
|
|
953
953
|
in UTC. E.g. 2009-10-02T14:34:34.341Z
|
|
954
954
|
P:
|
|
955
|
-
type:
|
|
955
|
+
type: long_as_string
|
|
956
956
|
description: Number of cars
|
|
957
957
|
range: "[number]"
|
|
958
958
|
PS:
|
|
959
|
-
type:
|
|
959
|
+
type: long_as_string
|
|
960
960
|
description: Number of cars with trailers
|
|
961
961
|
range: "[number]"
|
|
962
962
|
L:
|
|
963
|
-
type:
|
|
963
|
+
type: long_as_string
|
|
964
964
|
description: Number of trucks
|
|
965
965
|
range: "[number]"
|
|
966
966
|
LS:
|
|
967
|
-
type:
|
|
967
|
+
type: long_as_string
|
|
968
968
|
description: Number of trucks with trailers
|
|
969
969
|
range: "[number]"
|
|
970
970
|
B:
|
|
971
|
-
type:
|
|
971
|
+
type: long_as_string
|
|
972
972
|
description: Number of busses
|
|
973
973
|
range: "[number]"
|
|
974
974
|
SP:
|
|
975
|
-
type:
|
|
975
|
+
type: long_as_string
|
|
976
976
|
description: Number of trams
|
|
977
977
|
range: "[number]"
|
|
978
978
|
MC:
|
|
979
|
-
type:
|
|
979
|
+
type: long_as_string
|
|
980
980
|
description: Number of motor cycles
|
|
981
981
|
range: "[number]"
|
|
982
982
|
C:
|
|
983
|
-
type:
|
|
983
|
+
type: long_as_string
|
|
984
984
|
description: Number of bicycles
|
|
985
985
|
range: "[number]"
|
|
986
986
|
F:
|
|
987
|
-
type:
|
|
987
|
+
type: long_as_string
|
|
988
988
|
description: Number of pedestrians
|
|
989
989
|
range: "[number]"
|
|
990
990
|
commands:
|
|
@@ -996,7 +996,7 @@ objects:
|
|
|
996
996
|
Requires security code 2
|
|
997
997
|
arguments:
|
|
998
998
|
status:
|
|
999
|
-
type:
|
|
999
|
+
type: boolean_as_string
|
|
1000
1000
|
description: |-
|
|
1001
1001
|
False: Deactivate manual control of detector logic
|
|
1002
1002
|
True: Activate manual control of detector logic
|
|
@@ -1004,7 +1004,7 @@ objects:
|
|
|
1004
1004
|
type: string
|
|
1005
1005
|
description: Security code 2
|
|
1006
1006
|
mode:
|
|
1007
|
-
type:
|
|
1007
|
+
type: boolean_as_string
|
|
1008
1008
|
description: |-
|
|
1009
1009
|
False: Deactivate detector logic
|
|
1010
1010
|
True: Activate detector logic
|