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,350 +7,332 @@
|
|
|
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
|
-
"extendedinputstatus",
|
|
25
|
-
"inputstatus"
|
|
26
|
-
|
|
23
|
+
"required" : {
|
|
24
|
+
"extendedinputstatus" : "string",
|
|
25
|
+
"inputstatus" : "string"
|
|
26
|
+
}
|
|
27
27
|
},
|
|
28
28
|
"S0004" : {
|
|
29
|
-
"
|
|
30
|
-
"extendedoutputstatus",
|
|
31
|
-
"outputstatus"
|
|
32
|
-
|
|
29
|
+
"required" : {
|
|
30
|
+
"extendedoutputstatus" : "string",
|
|
31
|
+
"outputstatus" : "string"
|
|
32
|
+
}
|
|
33
33
|
},
|
|
34
34
|
"S0005" : {
|
|
35
|
-
"
|
|
36
|
-
"status"
|
|
37
|
-
|
|
35
|
+
"required" : {
|
|
36
|
+
"status" : "boolean_as_string"
|
|
37
|
+
}
|
|
38
38
|
},
|
|
39
39
|
"S0006" : {
|
|
40
|
-
"
|
|
41
|
-
"emergencystage",
|
|
42
|
-
"status"
|
|
43
|
-
|
|
40
|
+
"required" : {
|
|
41
|
+
"emergencystage" : "integer_as_string",
|
|
42
|
+
"status" : "boolean_as_string"
|
|
43
|
+
}
|
|
44
44
|
},
|
|
45
45
|
"S0007" : {
|
|
46
|
-
"
|
|
47
|
-
"intersection",
|
|
48
|
-
"status"
|
|
49
|
-
|
|
46
|
+
"required" : {
|
|
47
|
+
"intersection" : "integer_list",
|
|
48
|
+
"status" : "boolean_list"
|
|
49
|
+
}
|
|
50
50
|
},
|
|
51
51
|
"S0008" : {
|
|
52
|
-
"
|
|
53
|
-
"intersection",
|
|
54
|
-
"status"
|
|
55
|
-
|
|
52
|
+
"required" : {
|
|
53
|
+
"intersection" : "integer_list",
|
|
54
|
+
"status" : "boolean_list"
|
|
55
|
+
}
|
|
56
56
|
},
|
|
57
57
|
"S0009" : {
|
|
58
|
-
"
|
|
59
|
-
"intersection",
|
|
60
|
-
"status"
|
|
61
|
-
|
|
58
|
+
"required" : {
|
|
59
|
+
"intersection" : "integer_list",
|
|
60
|
+
"status" : "boolean_list"
|
|
61
|
+
}
|
|
62
62
|
},
|
|
63
63
|
"S0010" : {
|
|
64
|
-
"
|
|
65
|
-
"intersection",
|
|
66
|
-
"status"
|
|
67
|
-
|
|
64
|
+
"required" : {
|
|
65
|
+
"intersection" : "integer_list",
|
|
66
|
+
"status" : "boolean_list"
|
|
67
|
+
}
|
|
68
68
|
},
|
|
69
69
|
"S0011" : {
|
|
70
|
-
"
|
|
71
|
-
"intersection",
|
|
72
|
-
"status"
|
|
73
|
-
|
|
70
|
+
"required" : {
|
|
71
|
+
"intersection" : "integer_list",
|
|
72
|
+
"status" : "boolean_list"
|
|
73
|
+
}
|
|
74
74
|
},
|
|
75
75
|
"S0012" : {
|
|
76
|
-
"
|
|
77
|
-
"intersection",
|
|
78
|
-
"status"
|
|
79
|
-
|
|
76
|
+
"required" : {
|
|
77
|
+
"intersection" : "integer_list",
|
|
78
|
+
"status" : "boolean_list"
|
|
79
|
+
}
|
|
80
80
|
},
|
|
81
81
|
"S0013" : {
|
|
82
|
-
"
|
|
83
|
-
"intersection",
|
|
84
|
-
"status"
|
|
85
|
-
|
|
82
|
+
"required" : {
|
|
83
|
+
"intersection" : "integer_list",
|
|
84
|
+
"status" : "integer_list"
|
|
85
|
+
}
|
|
86
86
|
},
|
|
87
87
|
"S0014" : {
|
|
88
|
-
"
|
|
89
|
-
"status"
|
|
90
|
-
|
|
88
|
+
"required" : {
|
|
89
|
+
"status" : "integer_as_string"
|
|
90
|
+
}
|
|
91
91
|
},
|
|
92
92
|
"S0015" : {
|
|
93
|
-
"
|
|
94
|
-
"status"
|
|
95
|
-
|
|
93
|
+
"required" : {
|
|
94
|
+
"status" : "integer_as_string"
|
|
95
|
+
}
|
|
96
96
|
},
|
|
97
97
|
"S0016" : {
|
|
98
|
-
"
|
|
99
|
-
"number"
|
|
100
|
-
|
|
98
|
+
"required" : {
|
|
99
|
+
"number" : "long_as_string"
|
|
100
|
+
}
|
|
101
101
|
},
|
|
102
102
|
"S0017" : {
|
|
103
|
-
"
|
|
104
|
-
"number"
|
|
105
|
-
|
|
103
|
+
"required" : {
|
|
104
|
+
"number" : "long_as_string"
|
|
105
|
+
}
|
|
106
106
|
},
|
|
107
107
|
"S0018" : {
|
|
108
|
-
"
|
|
109
|
-
"number"
|
|
110
|
-
|
|
108
|
+
"required" : {
|
|
109
|
+
"number" : "long_as_string"
|
|
110
|
+
}
|
|
111
111
|
},
|
|
112
112
|
"S0019" : {
|
|
113
|
-
"
|
|
114
|
-
"number"
|
|
115
|
-
|
|
113
|
+
"required" : {
|
|
114
|
+
"number" : "long_as_string"
|
|
115
|
+
}
|
|
116
116
|
},
|
|
117
117
|
"S0020" : {
|
|
118
|
-
"
|
|
119
|
-
"controlmode",
|
|
120
|
-
"intersection"
|
|
121
|
-
|
|
118
|
+
"required" : {
|
|
119
|
+
"controlmode" : "string_list",
|
|
120
|
+
"intersection" : "integer_list"
|
|
121
|
+
}
|
|
122
122
|
},
|
|
123
123
|
"S0021" : {
|
|
124
|
-
"
|
|
125
|
-
"detectorlogics"
|
|
126
|
-
|
|
124
|
+
"required" : {
|
|
125
|
+
"detectorlogics" : "string"
|
|
126
|
+
}
|
|
127
127
|
},
|
|
128
128
|
"S0091" : {
|
|
129
|
-
"
|
|
130
|
-
"status",
|
|
131
|
-
"user"
|
|
132
|
-
|
|
129
|
+
"required" : {
|
|
130
|
+
"status" : "string",
|
|
131
|
+
"user" : "string"
|
|
132
|
+
}
|
|
133
133
|
},
|
|
134
134
|
"S0092" : {
|
|
135
|
-
"
|
|
136
|
-
"status",
|
|
137
|
-
"user"
|
|
138
|
-
|
|
135
|
+
"required" : {
|
|
136
|
+
"status" : "string",
|
|
137
|
+
"user" : "string"
|
|
138
|
+
}
|
|
139
139
|
},
|
|
140
140
|
"S0095" : {
|
|
141
|
-
"
|
|
142
|
-
"status"
|
|
143
|
-
|
|
141
|
+
"required" : {
|
|
142
|
+
"status" : "string"
|
|
143
|
+
}
|
|
144
144
|
},
|
|
145
145
|
"S0096" : {
|
|
146
|
-
"
|
|
147
|
-
"day",
|
|
148
|
-
"hour",
|
|
149
|
-
"minute",
|
|
150
|
-
"month",
|
|
151
|
-
"second",
|
|
152
|
-
"year"
|
|
153
|
-
|
|
146
|
+
"required" : {
|
|
147
|
+
"day" : "integer_as_string",
|
|
148
|
+
"hour" : "integer_as_string",
|
|
149
|
+
"minute" : "integer_as_string",
|
|
150
|
+
"month" : "integer_as_string",
|
|
151
|
+
"second" : "integer_as_string",
|
|
152
|
+
"year" : "integer_as_string"
|
|
153
|
+
}
|
|
154
154
|
},
|
|
155
155
|
"S0201" : {
|
|
156
|
-
"
|
|
157
|
-
"starttime",
|
|
158
|
-
"vehicles"
|
|
159
|
-
|
|
156
|
+
"required" : {
|
|
157
|
+
"starttime" : "timestamp",
|
|
158
|
+
"vehicles" : "long_as_string"
|
|
159
|
+
}
|
|
160
160
|
},
|
|
161
161
|
"S0202" : {
|
|
162
|
-
"
|
|
163
|
-
"speed",
|
|
164
|
-
"starttime"
|
|
165
|
-
|
|
162
|
+
"required" : {
|
|
163
|
+
"speed" : "integer_as_string",
|
|
164
|
+
"starttime" : "timestamp"
|
|
165
|
+
}
|
|
166
166
|
},
|
|
167
167
|
"S0203" : {
|
|
168
|
-
"
|
|
169
|
-
"occupancy",
|
|
170
|
-
"starttime"
|
|
171
|
-
|
|
168
|
+
"required" : {
|
|
169
|
+
"occupancy" : "integer_as_string",
|
|
170
|
+
"starttime" : "timestamp"
|
|
171
|
+
}
|
|
172
172
|
},
|
|
173
173
|
"S0204" : {
|
|
174
|
-
"
|
|
175
|
-
"B",
|
|
176
|
-
"C",
|
|
177
|
-
"F",
|
|
178
|
-
"L",
|
|
179
|
-
"LS",
|
|
180
|
-
"MC",
|
|
181
|
-
"P",
|
|
182
|
-
"PS",
|
|
183
|
-
"SP",
|
|
184
|
-
"starttime"
|
|
185
|
-
|
|
174
|
+
"required" : {
|
|
175
|
+
"B" : "long_as_string",
|
|
176
|
+
"C" : "long_as_string",
|
|
177
|
+
"F" : "long_as_string",
|
|
178
|
+
"L" : "long_as_string",
|
|
179
|
+
"LS" : "long_as_string",
|
|
180
|
+
"MC" : "long_as_string",
|
|
181
|
+
"P" : "long_as_string",
|
|
182
|
+
"PS" : "long_as_string",
|
|
183
|
+
"SP" : "long_as_string",
|
|
184
|
+
"starttime" : "timestamp"
|
|
185
|
+
}
|
|
186
186
|
}
|
|
187
187
|
},
|
|
188
188
|
"commands" : {
|
|
189
189
|
"M0001" : {
|
|
190
|
-
"
|
|
191
|
-
"intersection",
|
|
192
|
-
"securityCode",
|
|
193
|
-
"status",
|
|
194
|
-
"timeout"
|
|
195
|
-
|
|
190
|
+
"required" : {
|
|
191
|
+
"intersection" : "integer_list",
|
|
192
|
+
"securityCode" : "string_list",
|
|
193
|
+
"status" : "string",
|
|
194
|
+
"timeout" : "integer_list"
|
|
195
|
+
}
|
|
196
196
|
},
|
|
197
197
|
"M0002" : {
|
|
198
|
-
"
|
|
199
|
-
"securityCode",
|
|
200
|
-
"status",
|
|
201
|
-
"timeplan"
|
|
202
|
-
|
|
198
|
+
"required" : {
|
|
199
|
+
"securityCode" : "string",
|
|
200
|
+
"status" : "boolean_as_string",
|
|
201
|
+
"timeplan" : "integer_as_string"
|
|
202
|
+
}
|
|
203
203
|
},
|
|
204
204
|
"M0003" : {
|
|
205
|
-
"
|
|
206
|
-
"securityCode",
|
|
207
|
-
"status",
|
|
208
|
-
"traficsituation"
|
|
209
|
-
|
|
205
|
+
"required" : {
|
|
206
|
+
"securityCode" : "string",
|
|
207
|
+
"status" : "boolean_as_string",
|
|
208
|
+
"traficsituation" : "integer_as_string"
|
|
209
|
+
}
|
|
210
210
|
},
|
|
211
211
|
"M0004" : {
|
|
212
|
-
"
|
|
213
|
-
"securityCode",
|
|
214
|
-
"status"
|
|
215
|
-
|
|
212
|
+
"required" : {
|
|
213
|
+
"securityCode" : "string",
|
|
214
|
+
"status" : "boolean_as_string"
|
|
215
|
+
}
|
|
216
216
|
},
|
|
217
217
|
"M0005" : {
|
|
218
|
-
"
|
|
219
|
-
"emergencyroute",
|
|
220
|
-
"securityCode",
|
|
221
|
-
"status"
|
|
222
|
-
|
|
218
|
+
"required" : {
|
|
219
|
+
"emergencyroute" : "integer_as_string",
|
|
220
|
+
"securityCode" : "string",
|
|
221
|
+
"status" : "boolean_as_string"
|
|
222
|
+
}
|
|
223
223
|
},
|
|
224
224
|
"M0006" : {
|
|
225
|
-
"
|
|
226
|
-
"input",
|
|
227
|
-
"securityCode",
|
|
228
|
-
"status"
|
|
229
|
-
|
|
225
|
+
"required" : {
|
|
226
|
+
"input" : "integer_as_string",
|
|
227
|
+
"securityCode" : "string",
|
|
228
|
+
"status" : "boolean_as_string"
|
|
229
|
+
}
|
|
230
230
|
},
|
|
231
231
|
"M0007" : {
|
|
232
|
-
"
|
|
233
|
-
"securityCode",
|
|
234
|
-
"status"
|
|
235
|
-
|
|
232
|
+
"required" : {
|
|
233
|
+
"securityCode" : "string",
|
|
234
|
+
"status" : "boolean_as_string"
|
|
235
|
+
}
|
|
236
236
|
},
|
|
237
237
|
"M0008" : {
|
|
238
|
-
"
|
|
239
|
-
"mode",
|
|
240
|
-
"securityCode",
|
|
241
|
-
"status"
|
|
242
|
-
|
|
238
|
+
"required" : {
|
|
239
|
+
"mode" : "boolean_as_string",
|
|
240
|
+
"securityCode" : "string",
|
|
241
|
+
"status" : "boolean_as_string"
|
|
242
|
+
}
|
|
243
243
|
},
|
|
244
244
|
"M0010" : {
|
|
245
|
-
"
|
|
246
|
-
"securityCode",
|
|
247
|
-
"status"
|
|
248
|
-
|
|
245
|
+
"required" : {
|
|
246
|
+
"securityCode" : "string",
|
|
247
|
+
"status" : "boolean_as_string"
|
|
248
|
+
}
|
|
249
249
|
},
|
|
250
250
|
"M0011" : {
|
|
251
|
-
"
|
|
252
|
-
"securityCode",
|
|
253
|
-
"status"
|
|
254
|
-
|
|
251
|
+
"required" : {
|
|
252
|
+
"securityCode" : "string",
|
|
253
|
+
"status" : "boolean_as_string"
|
|
254
|
+
}
|
|
255
255
|
},
|
|
256
256
|
"M0012" : {
|
|
257
|
-
"
|
|
258
|
-
"securityCode",
|
|
259
|
-
"status"
|
|
260
|
-
|
|
257
|
+
"required" : {
|
|
258
|
+
"securityCode" : "string",
|
|
259
|
+
"status" : "string"
|
|
260
|
+
}
|
|
261
261
|
},
|
|
262
262
|
"M0013" : {
|
|
263
|
-
"
|
|
264
|
-
"securityCode",
|
|
265
|
-
"status"
|
|
266
|
-
|
|
263
|
+
"required" : {
|
|
264
|
+
"securityCode" : "string",
|
|
265
|
+
"status" : "string"
|
|
266
|
+
}
|
|
267
267
|
},
|
|
268
268
|
"M0019" : {
|
|
269
|
-
"
|
|
270
|
-
"input",
|
|
271
|
-
"inputValue",
|
|
272
|
-
"securityCode",
|
|
273
|
-
"status"
|
|
274
|
-
|
|
269
|
+
"required" : {
|
|
270
|
+
"input" : "integer_as_string",
|
|
271
|
+
"inputValue" : "boolean_as_string",
|
|
272
|
+
"securityCode" : "string",
|
|
273
|
+
"status" : "boolean_as_string"
|
|
274
|
+
}
|
|
275
275
|
},
|
|
276
276
|
"M0103" : {
|
|
277
|
-
"
|
|
278
|
-
"newSecurityCode",
|
|
279
|
-
"oldSecurityCode",
|
|
280
|
-
"status"
|
|
281
|
-
|
|
277
|
+
"required" : {
|
|
278
|
+
"newSecurityCode" : "string",
|
|
279
|
+
"oldSecurityCode" : "string",
|
|
280
|
+
"status" : "string"
|
|
281
|
+
}
|
|
282
282
|
},
|
|
283
283
|
"M0104" : {
|
|
284
|
-
"
|
|
285
|
-
"day",
|
|
286
|
-
"hour",
|
|
287
|
-
"minute",
|
|
288
|
-
"month",
|
|
289
|
-
"second",
|
|
290
|
-
"securityCode",
|
|
291
|
-
"year"
|
|
292
|
-
|
|
284
|
+
"required" : {
|
|
285
|
+
"day" : "integer_as_string",
|
|
286
|
+
"hour" : "integer_as_string",
|
|
287
|
+
"minute" : "integer_as_string",
|
|
288
|
+
"month" : "integer_as_string",
|
|
289
|
+
"second" : "integer_as_string",
|
|
290
|
+
"securityCode" : "string",
|
|
291
|
+
"year" : "integer_as_string"
|
|
292
|
+
}
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
295
|
"alarms" : {
|
|
296
|
-
"A0001" : {
|
|
297
|
-
|
|
298
|
-
},
|
|
299
|
-
"
|
|
300
|
-
|
|
301
|
-
},
|
|
302
|
-
"
|
|
303
|
-
"arguments" : []
|
|
304
|
-
},
|
|
305
|
-
"A0004" : {
|
|
306
|
-
"arguments" : []
|
|
307
|
-
},
|
|
308
|
-
"A0005" : {
|
|
309
|
-
"arguments" : []
|
|
310
|
-
},
|
|
311
|
-
"A0006" : {
|
|
312
|
-
"arguments" : []
|
|
313
|
-
},
|
|
314
|
-
"A0007" : {
|
|
315
|
-
"arguments" : []
|
|
316
|
-
},
|
|
296
|
+
"A0001" : {},
|
|
297
|
+
"A0002" : {},
|
|
298
|
+
"A0003" : {},
|
|
299
|
+
"A0004" : {},
|
|
300
|
+
"A0005" : {},
|
|
301
|
+
"A0006" : {},
|
|
302
|
+
"A0007" : {},
|
|
317
303
|
"A0008" : {
|
|
318
|
-
"
|
|
319
|
-
"timeplan"
|
|
320
|
-
|
|
321
|
-
},
|
|
322
|
-
"A0009" : {
|
|
323
|
-
"arguments" : []
|
|
324
|
-
},
|
|
325
|
-
"A0101" : {
|
|
326
|
-
"arguments" : []
|
|
304
|
+
"required" : {
|
|
305
|
+
"timeplan" : "integer_as_string"
|
|
306
|
+
}
|
|
327
307
|
},
|
|
308
|
+
"A0009" : {},
|
|
309
|
+
"A0101" : {},
|
|
328
310
|
"A0201" : {
|
|
329
|
-
"
|
|
330
|
-
"color"
|
|
331
|
-
|
|
311
|
+
"required" : {
|
|
312
|
+
"color" : "string"
|
|
313
|
+
}
|
|
332
314
|
},
|
|
333
315
|
"A0202" : {
|
|
334
|
-
"
|
|
335
|
-
"color"
|
|
336
|
-
|
|
316
|
+
"required" : {
|
|
317
|
+
"color" : "string"
|
|
318
|
+
}
|
|
337
319
|
},
|
|
338
320
|
"A0301" : {
|
|
339
|
-
"
|
|
340
|
-
"detector",
|
|
341
|
-
"errormode",
|
|
342
|
-
"manual",
|
|
343
|
-
"type"
|
|
344
|
-
|
|
321
|
+
"required" : {
|
|
322
|
+
"detector" : "string",
|
|
323
|
+
"errormode" : "string",
|
|
324
|
+
"manual" : "boolean_as_string",
|
|
325
|
+
"type" : "string"
|
|
326
|
+
}
|
|
345
327
|
},
|
|
346
328
|
"A0302" : {
|
|
347
|
-
"
|
|
348
|
-
"detector",
|
|
349
|
-
"errormode",
|
|
350
|
-
"logicerror",
|
|
351
|
-
"manual",
|
|
352
|
-
"type"
|
|
353
|
-
|
|
329
|
+
"required" : {
|
|
330
|
+
"detector" : "string",
|
|
331
|
+
"errormode" : "string",
|
|
332
|
+
"logicerror" : "string",
|
|
333
|
+
"manual" : "boolean_as_string",
|
|
334
|
+
"type" : "string"
|
|
335
|
+
}
|
|
354
336
|
}
|
|
355
337
|
}
|
|
356
338
|
}
|
|
@@ -8,23 +8,29 @@
|
|
|
8
8
|
]
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
"if" : {
|
|
12
|
+
"$ref" : "../defs/guards.json#/$defs/age_unknown_or_undefined"
|
|
13
|
+
},
|
|
14
|
+
"then" : {},
|
|
15
|
+
"else" : {
|
|
16
|
+
"allOf" : [
|
|
17
|
+
{
|
|
18
|
+
"if" : {
|
|
19
|
+
"properties" : {
|
|
20
|
+
"n" : {
|
|
21
|
+
"const" : "timeplan"
|
|
22
|
+
}
|
|
17
23
|
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
},
|
|
25
|
+
"then" : {
|
|
26
|
+
"properties" : {
|
|
27
|
+
"v" : {
|
|
28
|
+
"description" : "Current time plan",
|
|
29
|
+
"$ref" : "../defs/definitions.json#/integer"
|
|
30
|
+
}
|
|
25
31
|
}
|
|
26
32
|
}
|
|
27
33
|
}
|
|
28
|
-
|
|
29
|
-
|
|
34
|
+
]
|
|
35
|
+
}
|
|
30
36
|
}
|
|
@@ -8,28 +8,34 @@
|
|
|
8
8
|
]
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
"if" : {
|
|
12
|
+
"$ref" : "../defs/guards.json#/$defs/age_unknown_or_undefined"
|
|
13
|
+
},
|
|
14
|
+
"then" : {},
|
|
15
|
+
"else" : {
|
|
16
|
+
"allOf" : [
|
|
17
|
+
{
|
|
18
|
+
"if" : {
|
|
19
|
+
"properties" : {
|
|
20
|
+
"n" : {
|
|
21
|
+
"const" : "color"
|
|
22
|
+
}
|
|
17
23
|
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
},
|
|
25
|
+
"then" : {
|
|
26
|
+
"properties" : {
|
|
27
|
+
"v" : {
|
|
28
|
+
"description" : "Color of lamp",
|
|
29
|
+
"type" : "string",
|
|
30
|
+
"enum" : [
|
|
31
|
+
"green",
|
|
32
|
+
"red",
|
|
33
|
+
"yellow"
|
|
34
|
+
]
|
|
35
|
+
}
|
|
30
36
|
}
|
|
31
37
|
}
|
|
32
38
|
}
|
|
33
|
-
|
|
34
|
-
|
|
39
|
+
]
|
|
40
|
+
}
|
|
35
41
|
}
|