rsmp_schemer 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitmodules +2 -43
- data/Gemfile.lock +18 -18
- data/lib/rsmp_schemer/schemer.rb +13 -12
- data/lib/rsmp_schemer/version.rb +3 -3
- data/rsmp_schemer.gemspec +3 -3
- data/schemas/{core_3.1.2/.rspec → .rspec} +0 -0
- data/schemas/{core_3.1.2/Gemfile → Gemfile} +0 -0
- data/schemas/Gemfile.lock +37 -0
- data/schemas/{core_3.1.2/LICENSE → LICENSE} +0 -0
- data/schemas/README.md +73 -0
- data/schemas/{core_3.1.3/examples → examples}/validate.rb +0 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/aggregated_status.json +0 -0
- data/schemas/schemas/core/3.1.1/alarm.json +58 -0
- data/schemas/schemas/core/3.1.1/alarm_issue.json +47 -0
- data/schemas/{core_3.1.5/schema/core → schemas/core/3.1.1}/alarm_suspend_resume.json +0 -0
- data/schemas/schemas/core/3.1.1/alarm_suspended_resumed.json +47 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/command_request.json +0 -0
- data/schemas/schemas/core/3.1.1/command_response.json +34 -0
- data/schemas/schemas/core/3.1.1/core.json +38 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/definitions.json +0 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/message_ack.json +0 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/message_not_ack.json +0 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/rsmp.json +0 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status.json +0 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_request.json +0 -0
- data/schemas/schemas/core/3.1.1/status_response.json +30 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_subscribe.json +0 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_unsubscribe.json +0 -0
- data/schemas/schemas/core/3.1.1/status_update.json +30 -0
- data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/version.json +0 -0
- data/schemas/schemas/core/3.1.1/watchdog.json +9 -0
- data/schemas/schemas/core/3.1.2/rsmp.json +3 -0
- data/schemas/schemas/core/3.1.3/rsmp.json +124 -0
- data/schemas/schemas/core/3.1.3/status_response.json +30 -0
- data/schemas/schemas/core/3.1.3/status_update.json +30 -0
- data/schemas/schemas/core/3.1.4/rsmp.json +3 -0
- data/schemas/schemas/core/3.1.5/aggregated_status_request.json +9 -0
- data/schemas/schemas/core/3.1.5/alarm.json +68 -0
- data/schemas/schemas/core/3.1.5/alarm_request.json +3 -0
- data/schemas/schemas/core/3.1.5/core.json +39 -0
- data/schemas/schemas/core/3.1.5/rsmp.json +133 -0
- data/schemas/schemas/core/3.1.5/status.json +21 -0
- data/schemas/schemas/core/3.1.5/status_subscribe.json +31 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0001.json +7 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0002.json +7 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0003.json +7 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0004.json +7 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0005.json +7 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0006.json +7 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0007.json +7 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0008.json +34 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0009.json +7 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0101.json +7 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0201.json +39 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0202.json +39 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0301.json +105 -0
- data/schemas/schemas/tlc/1.0.10/alarms/A0302.json +131 -0
- data/schemas/schemas/tlc/1.0.10/alarms/alarms.json +238 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0001.json +105 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0002.json +79 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0003.json +79 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0004.json +58 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0005.json +79 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0006.json +79 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0007.json +58 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0008.json +79 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0010.json +58 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0011.json +58 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0012.json +58 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0013.json +58 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0019.json +100 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0103.json +82 -0
- data/schemas/schemas/tlc/1.0.10/commands/M0104.json +163 -0
- data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/commands/command_requests.json +0 -0
- data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/commands/command_responses.json +0 -0
- data/schemas/schemas/tlc/1.0.10/commands/commands.json +254 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0001.json +98 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0002.json +34 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0003.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0004.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0005.json +34 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0006.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0007.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0008.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0009.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0010.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0011.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0012.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0013.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0014.json +34 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0015.json +34 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0016.json +34 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0017.json +34 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0018.json +34 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0019.json +34 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0020.json +61 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0021.json +35 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0091.json +58 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0092.json +58 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0095.json +34 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0096.json +139 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0201.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0202.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0203.json +55 -0
- data/schemas/schemas/tlc/1.0.10/statuses/S0204.json +223 -0
- data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/statuses/statuses.json +0 -0
- data/schemas/schemas/tlc/1.0.10/sxl.json +73 -0
- data/schemas/schemas/tlc/1.0.10/sxl.yaml +1053 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0001.json +7 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0002.json +7 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0003.json +7 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0004.json +7 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0005.json +7 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0006.json +7 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0007.json +7 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0008.json +34 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0009.json +7 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0101.json +7 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0201.json +39 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0202.json +39 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0301.json +105 -0
- data/schemas/schemas/tlc/1.0.13/alarms/A0302.json +131 -0
- data/schemas/schemas/tlc/1.0.13/alarms/alarms.json +238 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0001.json +105 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0002.json +79 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0003.json +79 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0004.json +58 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0005.json +79 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0006.json +79 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0007.json +58 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0008.json +79 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0010.json +58 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0011.json +58 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0012.json +58 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0013.json +58 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0014.json +79 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0015.json +79 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0016.json +58 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0017.json +58 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0018.json +79 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0019.json +100 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0103.json +82 -0
- data/schemas/schemas/tlc/1.0.13/commands/M0104.json +163 -0
- data/schemas/{tlc_1.0.13/schema/tlc → schemas/tlc/1.0.13}/commands/command_requests.json +0 -0
- data/schemas/{tlc_1.0.13/schema/tlc → schemas/tlc/1.0.13}/commands/command_responses.json +0 -0
- data/schemas/schemas/tlc/1.0.13/commands/commands.json +334 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0001.json +98 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0002.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0003.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0004.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0005.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0006.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0007.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0008.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0009.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0010.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0011.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0012.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0013.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0014.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0015.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0016.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0017.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0018.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0019.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0020.json +61 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0021.json +35 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0022.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0023.json +35 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0024.json +35 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0025.json +181 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0026.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0027.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0028.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0029.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0091.json +58 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0092.json +58 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0095.json +34 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0096.json +139 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0201.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0202.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0203.json +55 -0
- data/schemas/schemas/tlc/1.0.13/statuses/S0204.json +223 -0
- data/schemas/schemas/tlc/1.0.13/statuses/statuses.json +610 -0
- data/schemas/schemas/tlc/1.0.13/sxl.json +73 -0
- data/schemas/schemas/tlc/1.0.13/sxl.yaml +1370 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0001.json +7 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0002.json +7 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0003.json +7 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0004.json +7 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0005.json +7 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0006.json +7 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0007.json +7 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0008.json +34 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0009.json +7 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0101.json +7 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0201.json +39 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0202.json +39 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0301.json +105 -0
- data/schemas/schemas/tlc/1.0.14/alarms/A0302.json +131 -0
- data/schemas/schemas/tlc/1.0.14/alarms/alarms.json +238 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0001.json +105 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0002.json +79 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0003.json +79 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0004.json +58 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0005.json +79 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0006.json +79 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0007.json +58 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0008.json +79 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0010.json +58 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0011.json +58 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0012.json +58 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0013.json +58 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0014.json +79 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0015.json +79 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0016.json +58 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0017.json +58 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0018.json +79 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0019.json +100 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0103.json +82 -0
- data/schemas/schemas/tlc/1.0.14/commands/M0104.json +163 -0
- data/schemas/{tlc_1.0.14/schema/tlc → schemas/tlc/1.0.14}/commands/command_requests.json +0 -0
- data/schemas/{tlc_1.0.14/schema/tlc → schemas/tlc/1.0.14}/commands/command_responses.json +0 -0
- data/schemas/schemas/tlc/1.0.14/commands/commands.json +334 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0001.json +98 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0002.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0003.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0004.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0005.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0006.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0007.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0008.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0009.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0010.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0011.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0012.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0013.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0014.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0015.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0016.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0017.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0018.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0019.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0020.json +61 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0021.json +35 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0022.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0023.json +35 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0024.json +35 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0025.json +181 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0026.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0027.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0028.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0029.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0091.json +58 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0092.json +58 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0095.json +34 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0096.json +139 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0201.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0202.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0203.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0204.json +223 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0205.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0206.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0207.json +55 -0
- data/schemas/schemas/tlc/1.0.14/statuses/S0208.json +223 -0
- data/schemas/schemas/tlc/1.0.14/statuses/statuses.json +674 -0
- data/schemas/schemas/tlc/1.0.14/sxl.json +73 -0
- data/schemas/schemas/tlc/1.0.14/sxl.yaml +1508 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0001.json +7 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0002.json +7 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0003.json +7 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0004.json +7 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0005.json +7 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0006.json +7 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0007.json +7 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0008.json +34 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0009.json +7 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0010.json +7 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0101.json +7 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0201.json +39 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0202.json +39 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0301.json +105 -0
- data/schemas/schemas/tlc/1.0.15/alarms/A0302.json +131 -0
- data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.15}/alarms/alarms.json +0 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0001.json +105 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0002.json +79 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0003.json +79 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0004.json +58 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0005.json +79 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0006.json +79 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0007.json +58 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0008.json +79 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0010.json +58 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0011.json +58 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0012.json +58 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0013.json +58 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0014.json +79 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0015.json +79 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0016.json +58 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0017.json +58 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0018.json +79 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0019.json +100 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0020.json +100 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0021.json +58 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0103.json +82 -0
- data/schemas/schemas/tlc/1.0.15/commands/M0104.json +163 -0
- data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/commands/command_requests.json +0 -0
- data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/commands/command_responses.json +0 -0
- data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.15}/commands/commands.json +0 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0001.json +98 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0002.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0003.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0004.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0005.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0006.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0007.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0008.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0009.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0010.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0011.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0012.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0013.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0014.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0015.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0016.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0017.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0018.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0019.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0020.json +61 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0021.json +35 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0022.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0023.json +35 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0024.json +35 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0025.json +181 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0026.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0027.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0028.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0029.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0030.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0031.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0091.json +58 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0092.json +58 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0095.json +34 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0096.json +139 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0097.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0098.json +76 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0201.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0202.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0203.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0204.json +223 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0205.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0206.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0207.json +55 -0
- data/schemas/schemas/tlc/1.0.15/statuses/S0208.json +223 -0
- data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/statuses/statuses.json +0 -0
- data/schemas/schemas/tlc/1.0.15/sxl.json +73 -0
- data/schemas/schemas/tlc/1.0.15/sxl.yaml +1654 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0001.json +7 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0002.json +7 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0003.json +7 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0004.json +7 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0005.json +7 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0006.json +7 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0007.json +7 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0008.json +34 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0009.json +7 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0101.json +7 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0201.json +39 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0202.json +39 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0301.json +105 -0
- data/schemas/schemas/tlc/1.0.7/alarms/A0302.json +131 -0
- data/schemas/schemas/tlc/1.0.7/alarms/alarms.json +238 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0001.json +105 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0002.json +79 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0003.json +79 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0004.json +58 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0005.json +79 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0006.json +79 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0007.json +58 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0008.json +79 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0010.json +58 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0011.json +58 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0019.json +100 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0103.json +82 -0
- data/schemas/schemas/tlc/1.0.7/commands/M0104.json +163 -0
- data/schemas/{tlc_1.0.7/schema/tlc → schemas/tlc/1.0.7}/commands/command_requests.json +0 -0
- data/schemas/{tlc_1.0.7/schema/tlc → schemas/tlc/1.0.7}/commands/command_responses.json +0 -0
- data/schemas/schemas/tlc/1.0.7/commands/commands.json +222 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0001.json +98 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0002.json +34 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0003.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0004.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0005.json +34 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0006.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0007.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0008.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0009.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0010.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0011.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0012.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0013.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0014.json +34 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0015.json +34 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0016.json +34 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0017.json +34 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0018.json +34 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0019.json +34 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0020.json +61 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0021.json +35 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0025.json +181 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0091.json +58 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0092.json +58 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0095.json +34 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0096.json +139 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0201.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0202.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0203.json +55 -0
- data/schemas/schemas/tlc/1.0.7/statuses/S0204.json +223 -0
- data/schemas/schemas/tlc/1.0.7/statuses/statuses.json +498 -0
- data/schemas/schemas/tlc/1.0.7/sxl.json +73 -0
- data/schemas/schemas/tlc/1.0.7/sxl.yaml +1020 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0001.json +7 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0002.json +7 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0003.json +7 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0004.json +7 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0005.json +7 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0006.json +7 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0007.json +7 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0008.json +34 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0009.json +7 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0101.json +7 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0201.json +39 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0202.json +39 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0301.json +105 -0
- data/schemas/schemas/tlc/1.0.8/alarms/A0302.json +131 -0
- data/schemas/schemas/tlc/1.0.8/alarms/alarms.json +238 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0001.json +105 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0002.json +79 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0003.json +79 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0004.json +58 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0005.json +79 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0006.json +79 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0007.json +58 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0008.json +79 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0010.json +58 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0011.json +58 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0012.json +58 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0013.json +58 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0019.json +100 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0103.json +82 -0
- data/schemas/schemas/tlc/1.0.8/commands/M0104.json +163 -0
- data/schemas/{tlc_1.0.8/schema/tlc → schemas/tlc/1.0.8}/commands/command_requests.json +0 -0
- data/schemas/{tlc_1.0.8/schema/tlc → schemas/tlc/1.0.8}/commands/command_responses.json +0 -0
- data/schemas/schemas/tlc/1.0.8/commands/commands.json +254 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0001.json +98 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0002.json +34 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0003.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0004.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0005.json +34 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0006.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0007.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0008.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0009.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0010.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0011.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0012.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0013.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0014.json +34 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0015.json +34 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0016.json +34 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0017.json +34 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0018.json +34 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0019.json +34 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0020.json +61 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0021.json +35 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0025.json +181 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0091.json +58 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0092.json +58 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0095.json +34 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0096.json +139 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0201.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0202.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0203.json +55 -0
- data/schemas/schemas/tlc/1.0.8/statuses/S0204.json +223 -0
- data/schemas/schemas/tlc/1.0.8/statuses/statuses.json +482 -0
- data/schemas/schemas/tlc/1.0.8/sxl.json +73 -0
- data/schemas/schemas/tlc/1.0.8/sxl.yaml +1053 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0001.json +7 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0002.json +7 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0003.json +7 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0004.json +7 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0005.json +7 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0006.json +7 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0007.json +7 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0008.json +34 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0009.json +7 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0101.json +7 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0201.json +39 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0202.json +39 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0301.json +105 -0
- data/schemas/schemas/tlc/1.0.9/alarms/A0302.json +131 -0
- data/schemas/schemas/tlc/1.0.9/alarms/alarms.json +238 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0001.json +105 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0002.json +79 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0003.json +79 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0004.json +58 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0005.json +79 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0006.json +79 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0007.json +58 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0008.json +79 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0010.json +58 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0011.json +58 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0012.json +58 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0013.json +58 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0019.json +100 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0103.json +82 -0
- data/schemas/schemas/tlc/1.0.9/commands/M0104.json +163 -0
- data/schemas/{tlc_1.0.9/schema/tlc → schemas/tlc/1.0.9}/commands/command_requests.json +0 -0
- data/schemas/{tlc_1.0.9/schema/tlc → schemas/tlc/1.0.9}/commands/command_responses.json +0 -0
- data/schemas/schemas/tlc/1.0.9/commands/commands.json +254 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0001.json +98 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0002.json +34 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0003.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0004.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0005.json +34 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0006.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0007.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0008.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0009.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0010.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0011.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0012.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0013.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0014.json +34 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0015.json +34 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0016.json +34 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0017.json +34 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0018.json +34 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0019.json +34 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0020.json +61 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0021.json +35 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0025.json +181 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0091.json +58 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0092.json +58 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0095.json +34 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0096.json +139 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0201.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0202.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0203.json +55 -0
- data/schemas/schemas/tlc/1.0.9/statuses/S0204.json +223 -0
- data/schemas/schemas/tlc/1.0.9/statuses/statuses.json +498 -0
- data/schemas/schemas/tlc/1.0.9/sxl.json +73 -0
- data/schemas/schemas/tlc/1.0.9/sxl.yaml +1053 -0
- data/schemas/spec/core/aggregated_status_request_spec.rb +27 -0
- data/schemas/spec/core/aggregated_status_spec.rb +72 -0
- data/schemas/spec/core/alarm_request_spec.rb +69 -0
- data/schemas/spec/core/alarm_spec.rb +274 -0
- data/schemas/spec/core/command_request_spec.rb +96 -0
- data/schemas/spec/core/command_response_spec.rb +91 -0
- data/schemas/spec/core/core_spec.rb +66 -0
- data/schemas/spec/core/message_ack.rb +26 -0
- data/schemas/spec/core/message_not_ack_spec.rb +50 -0
- data/schemas/spec/core/status_request_spec.rb +84 -0
- data/schemas/spec/core/status_response_spec.rb +135 -0
- data/schemas/spec/core/status_subscribe_spec.rb +154 -0
- data/schemas/spec/core/status_unsubscribe_spec.rb +91 -0
- data/schemas/spec/core/status_update_spec.rb +143 -0
- data/schemas/spec/core/version_spec.rb +133 -0
- data/schemas/spec/core/watchdog_spec.rb +34 -0
- data/schemas/spec/schemer_helper.rb +83 -0
- data/schemas/{core_3.1.2/spec → spec}/spec_helper.rb +0 -0
- data/schemas/spec/tlc/M0001_spec.rb +62 -0
- data/schemas/spec/tlc/S0007_intersections_spec.rb +104 -0
- data/schemas/spec/tlc/S0007_spec.rb +18 -0
- metadata +578 -843
- data/schemas/core_3.1.2/Gemfile.lock +0 -37
- data/schemas/core_3.1.2/README.md +0 -70
- data/schemas/core_3.1.2/examples/validate.rb +0 -35
- data/schemas/core_3.1.2/schema/core/alarm.json +0 -55
- data/schemas/core_3.1.2/schema/core/command_response.json +0 -34
- data/schemas/core_3.1.2/schema/core/core.json +0 -35
- data/schemas/core_3.1.2/schema/core/status_response.json +0 -30
- data/schemas/core_3.1.2/schema/core/status_update.json +0 -30
- data/schemas/core_3.1.2/schema/core/watchdog.json +0 -9
- data/schemas/core_3.1.2/spec/core/aggregated_status_spec.rb +0 -80
- data/schemas/core_3.1.2/spec/core/alarm_spec.rb +0 -298
- data/schemas/core_3.1.2/spec/core/command_request_spec.rb +0 -106
- data/schemas/core_3.1.2/spec/core/command_response_spec.rb +0 -102
- data/schemas/core_3.1.2/spec/core/core_spec.rb +0 -72
- data/schemas/core_3.1.2/spec/core/message_ack.rb +0 -28
- data/schemas/core_3.1.2/spec/core/message_not_ack_spec.rb +0 -55
- data/schemas/core_3.1.2/spec/core/status_request_spec.rb +0 -93
- data/schemas/core_3.1.2/spec/core/status_response_spec.rb +0 -126
- data/schemas/core_3.1.2/spec/core/status_subscribe_spec.rb +0 -122
- data/schemas/core_3.1.2/spec/core/status_unsubscribe_spec.rb +0 -101
- data/schemas/core_3.1.2/spec/core/status_update_spec.rb +0 -117
- data/schemas/core_3.1.2/spec/core/version_spec.rb +0 -149
- data/schemas/core_3.1.2/spec/core/watchdog_spec.rb +0 -37
- data/schemas/core_3.1.2/spec/schemer_helper.rb +0 -23
- data/schemas/core_3.1.3/.rspec +0 -1
- data/schemas/core_3.1.3/Gemfile +0 -5
- data/schemas/core_3.1.3/Gemfile.lock +0 -37
- data/schemas/core_3.1.3/LICENSE +0 -7
- data/schemas/core_3.1.3/README.md +0 -70
- data/schemas/core_3.1.3/schema/core/aggregated_status.json +0 -25
- data/schemas/core_3.1.3/schema/core/aggregated_status_request.json +0 -9
- data/schemas/core_3.1.3/schema/core/alarm.json +0 -55
- data/schemas/core_3.1.3/schema/core/command_request.json +0 -24
- data/schemas/core_3.1.3/schema/core/command_response.json +0 -34
- data/schemas/core_3.1.3/schema/core/core.json +0 -36
- data/schemas/core_3.1.3/schema/core/definitions.json +0 -63
- data/schemas/core_3.1.3/schema/core/message_ack.json +0 -11
- data/schemas/core_3.1.3/schema/core/message_not_ack.json +0 -15
- data/schemas/core_3.1.3/schema/core/rsmp.json +0 -133
- data/schemas/core_3.1.3/schema/core/status.json +0 -21
- data/schemas/core_3.1.3/schema/core/status_request.json +0 -5
- data/schemas/core_3.1.3/schema/core/status_response.json +0 -30
- data/schemas/core_3.1.3/schema/core/status_subscribe.json +0 -27
- data/schemas/core_3.1.3/schema/core/status_unsubscribe.json +0 -5
- data/schemas/core_3.1.3/schema/core/status_update.json +0 -30
- data/schemas/core_3.1.3/schema/core/version.json +0 -47
- data/schemas/core_3.1.3/schema/core/watchdog.json +0 -9
- data/schemas/core_3.1.3/schema/tlc/alarms/A0001.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/alarms/A0002.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/alarms/A0003.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/alarms/A0004.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/alarms/A0005.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/alarms/A0006.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/alarms/A0007.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/alarms/A0008.json +0 -19
- data/schemas/core_3.1.3/schema/tlc/alarms/A0009.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/alarms/A0101.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/alarms/A0201.json +0 -20
- data/schemas/core_3.1.3/schema/tlc/alarms/A0202.json +0 -20
- data/schemas/core_3.1.3/schema/tlc/alarms/A0301.json +0 -49
- data/schemas/core_3.1.3/schema/tlc/alarms/A0302.json +0 -59
- data/schemas/core_3.1.3/schema/tlc/alarms/alarms.json +0 -68
- data/schemas/core_3.1.3/schema/tlc/commands/M0001.json +0 -48
- data/schemas/core_3.1.3/schema/tlc/commands/M0002.json +0 -39
- data/schemas/core_3.1.3/schema/tlc/commands/M0003.json +0 -39
- data/schemas/core_3.1.3/schema/tlc/commands/M0004.json +0 -30
- data/schemas/core_3.1.3/schema/tlc/commands/M0005.json +0 -39
- data/schemas/core_3.1.3/schema/tlc/commands/M0006.json +0 -39
- data/schemas/core_3.1.3/schema/tlc/commands/M0007.json +0 -30
- data/schemas/core_3.1.3/schema/tlc/commands/M0008.json +0 -40
- data/schemas/core_3.1.3/schema/tlc/commands/M0010.json +0 -30
- data/schemas/core_3.1.3/schema/tlc/commands/M0011.json +0 -30
- data/schemas/core_3.1.3/schema/tlc/commands/M0012.json +0 -29
- data/schemas/core_3.1.3/schema/tlc/commands/M0013.json +0 -1
- data/schemas/core_3.1.3/schema/tlc/commands/M0014.json +0 -38
- data/schemas/core_3.1.3/schema/tlc/commands/M0015.json +0 -38
- data/schemas/core_3.1.3/schema/tlc/commands/M0016.json +0 -29
- data/schemas/core_3.1.3/schema/tlc/commands/M0017.json +0 -29
- data/schemas/core_3.1.3/schema/tlc/commands/M0018.json +0 -38
- data/schemas/core_3.1.3/schema/tlc/commands/M0019.json +0 -49
- data/schemas/core_3.1.3/schema/tlc/commands/M0020.json +0 -49
- data/schemas/core_3.1.3/schema/tlc/commands/M0021.json +0 -1
- data/schemas/core_3.1.3/schema/tlc/commands/M0103.json +0 -39
- data/schemas/core_3.1.3/schema/tlc/commands/M0104.json +0 -1
- data/schemas/core_3.1.3/schema/tlc/commands/command_requests.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/commands/command_responses.json +0 -7
- data/schemas/core_3.1.3/schema/tlc/commands/commands.json +0 -97
- data/schemas/core_3.1.3/schema/tlc/statuses/S0001.json +0 -45
- data/schemas/core_3.1.3/schema/tlc/statuses/S0002.json +0 -17
- data/schemas/core_3.1.3/schema/tlc/statuses/S0003.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0004.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0005.json +0 -18
- data/schemas/core_3.1.3/schema/tlc/statuses/S0006.json +0 -27
- data/schemas/core_3.1.3/schema/tlc/statuses/S0007.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0008.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0009.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0010.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0011.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0012.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0013.json +0 -27
- data/schemas/core_3.1.3/schema/tlc/statuses/S0014.json +0 -17
- data/schemas/core_3.1.3/schema/tlc/statuses/S0015.json +0 -17
- data/schemas/core_3.1.3/schema/tlc/statuses/S0016.json +0 -17
- data/schemas/core_3.1.3/schema/tlc/statuses/S0017.json +0 -17
- data/schemas/core_3.1.3/schema/tlc/statuses/S0018.json +0 -17
- data/schemas/core_3.1.3/schema/tlc/statuses/S0019.json +0 -17
- data/schemas/core_3.1.3/schema/tlc/statuses/S0020.json +0 -27
- data/schemas/core_3.1.3/schema/tlc/statuses/S0021.json +0 -18
- data/schemas/core_3.1.3/schema/tlc/statuses/S0022.json +0 -17
- data/schemas/core_3.1.3/schema/tlc/statuses/S0023.json +0 -18
- data/schemas/core_3.1.3/schema/tlc/statuses/S0024.json +0 -18
- data/schemas/core_3.1.3/schema/tlc/statuses/S0025.json +0 -80
- data/schemas/core_3.1.3/schema/tlc/statuses/S0026.json +0 -18
- data/schemas/core_3.1.3/schema/tlc/statuses/S0027.json +0 -18
- data/schemas/core_3.1.3/schema/tlc/statuses/S0028.json +0 -18
- data/schemas/core_3.1.3/schema/tlc/statuses/S0029.json +0 -17
- data/schemas/core_3.1.3/schema/tlc/statuses/S0030.json +0 -1
- data/schemas/core_3.1.3/schema/tlc/statuses/S0031.json +0 -1
- data/schemas/core_3.1.3/schema/tlc/statuses/S0091.json +0 -27
- data/schemas/core_3.1.3/schema/tlc/statuses/S0092.json +0 -27
- data/schemas/core_3.1.3/schema/tlc/statuses/S0095.json +0 -17
- data/schemas/core_3.1.3/schema/tlc/statuses/S0096.json +0 -68
- data/schemas/core_3.1.3/schema/tlc/statuses/S0097.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0201.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0202.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0203.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0204.json +0 -98
- data/schemas/core_3.1.3/schema/tlc/statuses/S0205.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0206.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0207.json +0 -26
- data/schemas/core_3.1.3/schema/tlc/statuses/S0208.json +0 -98
- data/schemas/core_3.1.3/schema/tlc/statuses/statuses.json +0 -181
- data/schemas/core_3.1.3/schema/tlc/sxl.json +0 -24
- data/schemas/core_3.1.3/spec/core/aggregated_status_spec.rb +0 -80
- data/schemas/core_3.1.3/spec/core/alarm_spec.rb +0 -300
- data/schemas/core_3.1.3/spec/core/command_request_spec.rb +0 -109
- data/schemas/core_3.1.3/spec/core/command_response_spec.rb +0 -144
- data/schemas/core_3.1.3/spec/core/core_spec.rb +0 -72
- data/schemas/core_3.1.3/spec/core/message_ack.rb +0 -28
- data/schemas/core_3.1.3/spec/core/message_not_ack_spec.rb +0 -55
- data/schemas/core_3.1.3/spec/core/status_request_spec.rb +0 -97
- data/schemas/core_3.1.3/spec/core/status_response_spec.rb +0 -121
- data/schemas/core_3.1.3/spec/core/status_subscribe_spec.rb +0 -126
- data/schemas/core_3.1.3/spec/core/status_unsubscribe_spec.rb +0 -105
- data/schemas/core_3.1.3/spec/core/status_update_spec.rb +0 -121
- data/schemas/core_3.1.3/spec/core/version_spec.rb +0 -149
- data/schemas/core_3.1.3/spec/core/watchdog_spec.rb +0 -37
- data/schemas/core_3.1.3/spec/schemer_helper.rb +0 -21
- data/schemas/core_3.1.3/spec/spec_helper.rb +0 -102
- data/schemas/core_3.1.3/spec/tlc/M0001_spec.rb +0 -67
- data/schemas/core_3.1.3/spec/tlc/S0007_spec.rb +0 -233
- data/schemas/core_3.1.4/.rspec +0 -1
- data/schemas/core_3.1.4/Gemfile +0 -5
- data/schemas/core_3.1.4/Gemfile.lock +0 -37
- data/schemas/core_3.1.4/LICENSE +0 -7
- data/schemas/core_3.1.4/README.md +0 -70
- data/schemas/core_3.1.4/examples/validate.rb +0 -35
- data/schemas/core_3.1.4/schema/core/aggregated_status.json +0 -25
- data/schemas/core_3.1.4/schema/core/alarm.json +0 -55
- data/schemas/core_3.1.4/schema/core/command_request.json +0 -24
- data/schemas/core_3.1.4/schema/core/command_response.json +0 -34
- data/schemas/core_3.1.4/schema/core/core.json +0 -35
- data/schemas/core_3.1.4/schema/core/definitions.json +0 -63
- data/schemas/core_3.1.4/schema/core/message_ack.json +0 -11
- data/schemas/core_3.1.4/schema/core/message_not_ack.json +0 -15
- data/schemas/core_3.1.4/schema/core/rsmp.json +0 -124
- data/schemas/core_3.1.4/schema/core/status.json +0 -21
- data/schemas/core_3.1.4/schema/core/status_request.json +0 -5
- data/schemas/core_3.1.4/schema/core/status_response.json +0 -30
- data/schemas/core_3.1.4/schema/core/status_subscribe.json +0 -27
- data/schemas/core_3.1.4/schema/core/status_unsubscribe.json +0 -5
- data/schemas/core_3.1.4/schema/core/status_update.json +0 -30
- data/schemas/core_3.1.4/schema/core/version.json +0 -47
- data/schemas/core_3.1.4/schema/core/watchdog.json +0 -9
- data/schemas/core_3.1.4/spec/core/aggregated_status_spec.rb +0 -80
- data/schemas/core_3.1.4/spec/core/alarm_request_spec.rb +0 -72
- data/schemas/core_3.1.4/spec/core/alarm_spec.rb +0 -298
- data/schemas/core_3.1.4/spec/core/command_request_spec.rb +0 -106
- data/schemas/core_3.1.4/spec/core/command_response_spec.rb +0 -102
- data/schemas/core_3.1.4/spec/core/core_spec.rb +0 -72
- data/schemas/core_3.1.4/spec/core/message_ack.rb +0 -28
- data/schemas/core_3.1.4/spec/core/message_not_ack_spec.rb +0 -55
- data/schemas/core_3.1.4/spec/core/status_request_spec.rb +0 -93
- data/schemas/core_3.1.4/spec/core/status_response_spec.rb +0 -126
- data/schemas/core_3.1.4/spec/core/status_subscribe_spec.rb +0 -122
- data/schemas/core_3.1.4/spec/core/status_unsubscribe_spec.rb +0 -101
- data/schemas/core_3.1.4/spec/core/status_update_spec.rb +0 -117
- data/schemas/core_3.1.4/spec/core/version_spec.rb +0 -149
- data/schemas/core_3.1.4/spec/core/watchdog_spec.rb +0 -37
- data/schemas/core_3.1.4/spec/schemer_helper.rb +0 -23
- data/schemas/core_3.1.4/spec/spec_helper.rb +0 -102
- data/schemas/core_3.1.5/.gitignore +0 -1
- data/schemas/core_3.1.5/.rspec +0 -1
- data/schemas/core_3.1.5/Gemfile +0 -5
- data/schemas/core_3.1.5/Gemfile.lock +0 -37
- data/schemas/core_3.1.5/LICENSE +0 -7
- data/schemas/core_3.1.5/README.md +0 -70
- data/schemas/core_3.1.5/schema/core/aggregated_status.json +0 -25
- data/schemas/core_3.1.5/schema/core/aggregated_status_request.json +0 -9
- data/schemas/core_3.1.5/schema/core/alarm.json +0 -51
- data/schemas/core_3.1.5/schema/core/alarm_issue.json +0 -44
- data/schemas/core_3.1.5/schema/core/alarm_suspended_resumed.json +0 -44
- data/schemas/core_3.1.5/schema/core/command_request.json +0 -24
- data/schemas/core_3.1.5/schema/core/command_response.json +0 -34
- data/schemas/core_3.1.5/schema/core/core.json +0 -36
- data/schemas/core_3.1.5/schema/core/definitions.json +0 -63
- data/schemas/core_3.1.5/schema/core/message_ack.json +0 -11
- data/schemas/core_3.1.5/schema/core/message_not_ack.json +0 -15
- data/schemas/core_3.1.5/schema/core/rsmp.json +0 -133
- data/schemas/core_3.1.5/schema/core/status.json +0 -21
- data/schemas/core_3.1.5/schema/core/status_request.json +0 -5
- data/schemas/core_3.1.5/schema/core/status_response.json +0 -30
- data/schemas/core_3.1.5/schema/core/status_subscribe.json +0 -27
- data/schemas/core_3.1.5/schema/core/status_unsubscribe.json +0 -5
- data/schemas/core_3.1.5/schema/core/status_update.json +0 -30
- data/schemas/core_3.1.5/schema/core/version.json +0 -47
- data/schemas/core_3.1.5/schema/core/watchdog.json +0 -9
- data/schemas/core_3.1.5/spec/core/aggregated_status_spec.rb +0 -80
- data/schemas/core_3.1.5/spec/core/alarm_issue_spec.rb +0 -299
- data/schemas/core_3.1.5/spec/core/alarm_resume_spec.rb +0 -93
- data/schemas/core_3.1.5/spec/core/alarm_resumed_spec.rb +0 -277
- data/schemas/core_3.1.5/spec/core/alarm_suspend_spec.rb +0 -93
- data/schemas/core_3.1.5/spec/core/alarm_suspended_spec.rb +0 -277
- data/schemas/core_3.1.5/spec/core/command_request_spec.rb +0 -106
- data/schemas/core_3.1.5/spec/core/command_response_spec.rb +0 -102
- data/schemas/core_3.1.5/spec/core/core_spec.rb +0 -72
- data/schemas/core_3.1.5/spec/core/message_ack.rb +0 -28
- data/schemas/core_3.1.5/spec/core/message_not_ack_spec.rb +0 -55
- data/schemas/core_3.1.5/spec/core/status_request_spec.rb +0 -93
- data/schemas/core_3.1.5/spec/core/status_response_spec.rb +0 -126
- data/schemas/core_3.1.5/spec/core/status_subscribe_spec.rb +0 -122
- data/schemas/core_3.1.5/spec/core/status_unsubscribe_spec.rb +0 -101
- data/schemas/core_3.1.5/spec/core/status_update_spec.rb +0 -117
- data/schemas/core_3.1.5/spec/core/version_spec.rb +0 -150
- data/schemas/core_3.1.5/spec/core/watchdog_spec.rb +0 -37
- data/schemas/core_3.1.5/spec/schemer_helper.rb +0 -23
- data/schemas/core_3.1.5/spec/spec_helper.rb +0 -102
- data/schemas/tlc_1.0.10/.gitignore +0 -1
- data/schemas/tlc_1.0.10/.rspec +0 -1
- data/schemas/tlc_1.0.10/Gemfile +0 -5
- data/schemas/tlc_1.0.10/Gemfile.lock +0 -37
- data/schemas/tlc_1.0.10/LICENSE +0 -7
- data/schemas/tlc_1.0.10/README.md +0 -70
- data/schemas/tlc_1.0.10/schema/core/definitions.json +0 -63
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0001.json +0 -7
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0002.json +0 -7
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0003.json +0 -7
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0004.json +0 -7
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0005.json +0 -7
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0006.json +0 -7
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0007.json +0 -7
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0008.json +0 -34
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0009.json +0 -7
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0101.json +0 -7
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0201.json +0 -39
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0202.json +0 -39
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0301.json +0 -105
- data/schemas/tlc_1.0.10/schema/tlc/alarms/A0302.json +0 -131
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0001.json +0 -105
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0002.json +0 -79
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0003.json +0 -79
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0004.json +0 -58
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0005.json +0 -79
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0006.json +0 -79
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0007.json +0 -58
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0008.json +0 -79
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0010.json +0 -58
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0011.json +0 -58
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0012.json +0 -58
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0013.json +0 -58
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0019.json +0 -100
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0103.json +0 -82
- data/schemas/tlc_1.0.10/schema/tlc/commands/M0104.json +0 -163
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0001.json +0 -98
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0002.json +0 -34
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0003.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0004.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0005.json +0 -34
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0006.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0007.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0008.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0009.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0010.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0011.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0012.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0013.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0014.json +0 -34
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0015.json +0 -34
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0016.json +0 -34
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0017.json +0 -34
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0018.json +0 -34
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0019.json +0 -34
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0020.json +0 -61
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0021.json +0 -35
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0091.json +0 -61
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0092.json +0 -61
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0095.json +0 -34
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0096.json +0 -139
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0201.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0202.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0203.json +0 -55
- data/schemas/tlc_1.0.10/schema/tlc/statuses/S0204.json +0 -223
- data/schemas/tlc_1.0.10/schema/tlc/sxl.json +0 -71
- data/schemas/tlc_1.0.10/spec/schemer_helper.rb +0 -21
- data/schemas/tlc_1.0.10/spec/spec_helper.rb +0 -102
- data/schemas/tlc_1.0.10/spec/tlc/M0001_spec.rb +0 -67
- data/schemas/tlc_1.0.10/spec/tlc/S0007_spec.rb +0 -159
- data/schemas/tlc_1.0.13/.gitignore +0 -1
- data/schemas/tlc_1.0.13/.rspec +0 -1
- data/schemas/tlc_1.0.13/Gemfile +0 -5
- data/schemas/tlc_1.0.13/Gemfile.lock +0 -37
- data/schemas/tlc_1.0.13/LICENSE +0 -7
- data/schemas/tlc_1.0.13/README.md +0 -70
- data/schemas/tlc_1.0.13/schema/core/definitions.json +0 -63
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0001.json +0 -7
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0002.json +0 -7
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0003.json +0 -7
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0004.json +0 -7
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0005.json +0 -7
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0006.json +0 -7
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0007.json +0 -7
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0008.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0009.json +0 -7
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0101.json +0 -7
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0201.json +0 -39
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0202.json +0 -39
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0301.json +0 -105
- data/schemas/tlc_1.0.13/schema/tlc/alarms/A0302.json +0 -131
- data/schemas/tlc_1.0.13/schema/tlc/alarms/alarms.json +0 -254
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0001.json +0 -105
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0002.json +0 -79
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0003.json +0 -79
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0004.json +0 -58
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0005.json +0 -79
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0006.json +0 -79
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0007.json +0 -58
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0008.json +0 -79
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0010.json +0 -58
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0011.json +0 -58
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0012.json +0 -58
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0013.json +0 -58
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0014.json +0 -79
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0015.json +0 -79
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0016.json +0 -58
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0017.json +0 -58
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0018.json +0 -79
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0019.json +0 -100
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0103.json +0 -82
- data/schemas/tlc_1.0.13/schema/tlc/commands/M0104.json +0 -163
- data/schemas/tlc_1.0.13/schema/tlc/commands/commands.json +0 -366
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0001.json +0 -98
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0002.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0003.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0004.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0005.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0006.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0007.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0008.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0009.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0010.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0011.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0012.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0013.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0014.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0015.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0016.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0017.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0018.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0019.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0020.json +0 -61
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0021.json +0 -35
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0022.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0023.json +0 -35
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0024.json +0 -35
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0025.json +0 -181
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0026.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0027.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0028.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0029.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0091.json +0 -61
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0092.json +0 -61
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0095.json +0 -34
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0096.json +0 -139
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0201.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0202.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0203.json +0 -55
- data/schemas/tlc_1.0.13/schema/tlc/statuses/S0204.json +0 -223
- data/schemas/tlc_1.0.13/schema/tlc/statuses/statuses.json +0 -640
- data/schemas/tlc_1.0.13/schema/tlc/sxl.json +0 -71
- data/schemas/tlc_1.0.13/spec/schemer_helper.rb +0 -21
- data/schemas/tlc_1.0.13/spec/spec_helper.rb +0 -102
- data/schemas/tlc_1.0.13/spec/tlc/M0001_spec.rb +0 -67
- data/schemas/tlc_1.0.13/spec/tlc/S0007_spec.rb +0 -159
- data/schemas/tlc_1.0.13/spec/tlc/S0023_spec.rb +0 -96
- data/schemas/tlc_1.0.14/.gitignore +0 -1
- data/schemas/tlc_1.0.14/.rspec +0 -1
- data/schemas/tlc_1.0.14/Gemfile +0 -5
- data/schemas/tlc_1.0.14/Gemfile.lock +0 -37
- data/schemas/tlc_1.0.14/LICENSE +0 -7
- data/schemas/tlc_1.0.14/README.md +0 -70
- data/schemas/tlc_1.0.14/schema/core/definitions.json +0 -63
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0001.json +0 -7
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0002.json +0 -7
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0003.json +0 -7
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0004.json +0 -7
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0005.json +0 -7
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0006.json +0 -7
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0007.json +0 -7
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0008.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0009.json +0 -7
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0101.json +0 -7
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0201.json +0 -39
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0202.json +0 -39
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0301.json +0 -105
- data/schemas/tlc_1.0.14/schema/tlc/alarms/A0302.json +0 -131
- data/schemas/tlc_1.0.14/schema/tlc/alarms/alarms.json +0 -254
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0001.json +0 -105
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0002.json +0 -79
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0003.json +0 -79
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0004.json +0 -58
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0005.json +0 -79
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0006.json +0 -79
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0007.json +0 -58
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0008.json +0 -79
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0010.json +0 -58
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0011.json +0 -58
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0012.json +0 -58
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0013.json +0 -58
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0014.json +0 -79
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0015.json +0 -79
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0016.json +0 -58
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0017.json +0 -58
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0018.json +0 -79
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0019.json +0 -100
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0103.json +0 -82
- data/schemas/tlc_1.0.14/schema/tlc/commands/M0104.json +0 -163
- data/schemas/tlc_1.0.14/schema/tlc/commands/commands.json +0 -366
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0001.json +0 -98
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0002.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0003.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0004.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0005.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0006.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0007.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0008.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0009.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0010.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0011.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0012.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0013.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0014.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0015.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0016.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0017.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0018.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0019.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0020.json +0 -61
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0021.json +0 -35
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0022.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0023.json +0 -35
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0024.json +0 -35
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0025.json +0 -181
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0026.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0027.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0028.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0029.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0091.json +0 -61
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0092.json +0 -61
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0095.json +0 -34
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0096.json +0 -139
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0201.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0202.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0203.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0204.json +0 -223
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0205.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0206.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0207.json +0 -55
- data/schemas/tlc_1.0.14/schema/tlc/statuses/S0208.json +0 -223
- data/schemas/tlc_1.0.14/schema/tlc/statuses/statuses.json +0 -704
- data/schemas/tlc_1.0.14/schema/tlc/sxl.json +0 -71
- data/schemas/tlc_1.0.14/spec/schemer_helper.rb +0 -21
- data/schemas/tlc_1.0.14/spec/spec_helper.rb +0 -102
- data/schemas/tlc_1.0.14/spec/tlc/M0001_spec.rb +0 -67
- data/schemas/tlc_1.0.14/spec/tlc/S0007_spec.rb +0 -159
- data/schemas/tlc_1.0.14/spec/tlc/S0023_spec.rb +0 -96
- data/schemas/tlc_1.0.15/.gitignore +0 -1
- data/schemas/tlc_1.0.15/.rspec +0 -1
- data/schemas/tlc_1.0.15/Gemfile +0 -5
- data/schemas/tlc_1.0.15/Gemfile.lock +0 -37
- data/schemas/tlc_1.0.15/LICENSE +0 -7
- data/schemas/tlc_1.0.15/README.md +0 -70
- data/schemas/tlc_1.0.15/schema/core/definitions.json +0 -63
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0001.json +0 -7
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0002.json +0 -7
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0003.json +0 -7
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0004.json +0 -7
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0005.json +0 -7
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0006.json +0 -7
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0007.json +0 -7
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0008.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0009.json +0 -7
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0010.json +0 -7
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0101.json +0 -7
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0201.json +0 -39
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0202.json +0 -39
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0301.json +0 -105
- data/schemas/tlc_1.0.15/schema/tlc/alarms/A0302.json +0 -131
- data/schemas/tlc_1.0.15/schema/tlc/alarms/alarms.json +0 -254
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0001.json +0 -105
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0002.json +0 -79
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0003.json +0 -79
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0004.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0005.json +0 -79
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0006.json +0 -79
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0007.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0008.json +0 -79
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0010.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0011.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0012.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0013.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0014.json +0 -79
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0015.json +0 -79
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0016.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0017.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0018.json +0 -79
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0019.json +0 -100
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0020.json +0 -100
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0021.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0103.json +0 -82
- data/schemas/tlc_1.0.15/schema/tlc/commands/M0104.json +0 -163
- data/schemas/tlc_1.0.15/schema/tlc/commands/commands.json +0 -366
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0001.json +0 -98
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0002.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0003.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0004.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0005.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0006.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0007.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0008.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0009.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0010.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0011.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0012.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0013.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0014.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0015.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0016.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0017.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0018.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0019.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0020.json +0 -61
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0021.json +0 -35
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0022.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0023.json +0 -35
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0024.json +0 -35
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0025.json +0 -181
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0026.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0027.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0028.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0029.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0030.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0031.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0091.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0092.json +0 -58
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0095.json +0 -34
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0096.json +0 -139
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0097.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0098.json +0 -76
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0201.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0202.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0203.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0204.json +0 -223
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0205.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0206.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0207.json +0 -55
- data/schemas/tlc_1.0.15/schema/tlc/statuses/S0208.json +0 -223
- data/schemas/tlc_1.0.15/schema/tlc/sxl.json +0 -71
- data/schemas/tlc_1.0.15/spec/schemer_helper.rb +0 -21
- data/schemas/tlc_1.0.15/spec/spec_helper.rb +0 -102
- data/schemas/tlc_1.0.15/spec/tlc/M0001_spec.rb +0 -67
- data/schemas/tlc_1.0.15/spec/tlc/S0007_spec.rb +0 -159
- data/schemas/tlc_1.0.15/spec/tlc/S0023_spec.rb +0 -96
- data/schemas/tlc_1.0.7/.gitignore +0 -1
- data/schemas/tlc_1.0.7/.rspec +0 -1
- data/schemas/tlc_1.0.7/Gemfile +0 -5
- data/schemas/tlc_1.0.7/Gemfile.lock +0 -37
- data/schemas/tlc_1.0.7/LICENSE +0 -7
- data/schemas/tlc_1.0.7/README.md +0 -70
- data/schemas/tlc_1.0.7/schema/core/definitions.json +0 -63
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0001.json +0 -7
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0002.json +0 -7
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0003.json +0 -7
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0004.json +0 -7
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0005.json +0 -7
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0006.json +0 -7
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0007.json +0 -7
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0008.json +0 -34
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0009.json +0 -7
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0101.json +0 -7
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0201.json +0 -39
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0202.json +0 -39
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0301.json +0 -105
- data/schemas/tlc_1.0.7/schema/tlc/alarms/A0302.json +0 -131
- data/schemas/tlc_1.0.7/schema/tlc/alarms/alarms.json +0 -254
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0001.json +0 -105
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0002.json +0 -79
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0003.json +0 -79
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0004.json +0 -58
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0005.json +0 -79
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0006.json +0 -79
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0007.json +0 -58
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0008.json +0 -79
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0010.json +0 -58
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0011.json +0 -58
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0019.json +0 -100
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0103.json +0 -82
- data/schemas/tlc_1.0.7/schema/tlc/commands/M0104.json +0 -163
- data/schemas/tlc_1.0.7/schema/tlc/commands/commands.json +0 -366
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0001.json +0 -98
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0002.json +0 -34
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0003.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0004.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0005.json +0 -34
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0006.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0007.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0008.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0009.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0010.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0011.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0012.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0013.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0014.json +0 -34
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0015.json +0 -34
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0016.json +0 -34
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0017.json +0 -34
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0018.json +0 -34
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0019.json +0 -34
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0020.json +0 -61
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0021.json +0 -35
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0091.json +0 -61
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0092.json +0 -61
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0095.json +0 -34
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0096.json +0 -139
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0201.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0202.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0203.json +0 -55
- data/schemas/tlc_1.0.7/schema/tlc/statuses/S0204.json +0 -223
- data/schemas/tlc_1.0.7/schema/tlc/statuses/statuses.json +0 -662
- data/schemas/tlc_1.0.7/schema/tlc/sxl.json +0 -71
- data/schemas/tlc_1.0.7/spec/schemer_helper.rb +0 -21
- data/schemas/tlc_1.0.7/spec/spec_helper.rb +0 -102
- data/schemas/tlc_1.0.7/spec/tlc/M0001_spec.rb +0 -67
- data/schemas/tlc_1.0.7/spec/tlc/S0007_spec.rb +0 -159
- data/schemas/tlc_1.0.8/.gitignore +0 -1
- data/schemas/tlc_1.0.8/.rspec +0 -1
- data/schemas/tlc_1.0.8/Gemfile +0 -5
- data/schemas/tlc_1.0.8/Gemfile.lock +0 -37
- data/schemas/tlc_1.0.8/LICENSE +0 -7
- data/schemas/tlc_1.0.8/README.md +0 -70
- data/schemas/tlc_1.0.8/schema/core/definitions.json +0 -63
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0001.json +0 -7
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0002.json +0 -7
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0003.json +0 -7
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0004.json +0 -7
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0005.json +0 -7
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0006.json +0 -7
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0007.json +0 -7
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0008.json +0 -34
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0009.json +0 -7
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0101.json +0 -7
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0201.json +0 -39
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0202.json +0 -39
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0301.json +0 -105
- data/schemas/tlc_1.0.8/schema/tlc/alarms/A0302.json +0 -131
- data/schemas/tlc_1.0.8/schema/tlc/alarms/alarms.json +0 -254
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0001.json +0 -105
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0002.json +0 -79
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0003.json +0 -79
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0004.json +0 -58
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0005.json +0 -79
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0006.json +0 -79
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0007.json +0 -58
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0008.json +0 -79
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0010.json +0 -58
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0011.json +0 -58
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0012.json +0 -58
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0013.json +0 -58
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0019.json +0 -100
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0103.json +0 -82
- data/schemas/tlc_1.0.8/schema/tlc/commands/M0104.json +0 -163
- data/schemas/tlc_1.0.8/schema/tlc/commands/commands.json +0 -366
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0001.json +0 -98
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0002.json +0 -34
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0003.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0004.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0005.json +0 -34
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0006.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0007.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0008.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0009.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0010.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0011.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0012.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0013.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0014.json +0 -34
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0015.json +0 -34
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0016.json +0 -34
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0017.json +0 -34
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0018.json +0 -34
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0019.json +0 -34
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0020.json +0 -61
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0021.json +0 -35
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0091.json +0 -61
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0092.json +0 -61
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0095.json +0 -34
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0096.json +0 -139
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0201.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0202.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0203.json +0 -55
- data/schemas/tlc_1.0.8/schema/tlc/statuses/S0204.json +0 -223
- data/schemas/tlc_1.0.8/schema/tlc/statuses/statuses.json +0 -662
- data/schemas/tlc_1.0.8/schema/tlc/sxl.json +0 -71
- data/schemas/tlc_1.0.8/spec/schemer_helper.rb +0 -21
- data/schemas/tlc_1.0.8/spec/spec_helper.rb +0 -102
- data/schemas/tlc_1.0.8/spec/tlc/M0001_spec.rb +0 -67
- data/schemas/tlc_1.0.8/spec/tlc/S0007_spec.rb +0 -159
- data/schemas/tlc_1.0.9/.gitignore +0 -1
- data/schemas/tlc_1.0.9/.rspec +0 -1
- data/schemas/tlc_1.0.9/Gemfile +0 -5
- data/schemas/tlc_1.0.9/Gemfile.lock +0 -37
- data/schemas/tlc_1.0.9/LICENSE +0 -7
- data/schemas/tlc_1.0.9/README.md +0 -70
- data/schemas/tlc_1.0.9/schema/core/definitions.json +0 -63
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0001.json +0 -7
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0002.json +0 -7
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0003.json +0 -7
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0004.json +0 -7
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0005.json +0 -7
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0006.json +0 -7
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0007.json +0 -7
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0008.json +0 -34
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0009.json +0 -7
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0101.json +0 -7
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0201.json +0 -39
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0202.json +0 -39
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0301.json +0 -105
- data/schemas/tlc_1.0.9/schema/tlc/alarms/A0302.json +0 -131
- data/schemas/tlc_1.0.9/schema/tlc/alarms/alarms.json +0 -254
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0001.json +0 -105
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0002.json +0 -79
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0003.json +0 -79
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0004.json +0 -58
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0005.json +0 -79
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0006.json +0 -79
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0007.json +0 -58
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0008.json +0 -79
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0010.json +0 -58
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0011.json +0 -58
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0012.json +0 -58
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0013.json +0 -58
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0019.json +0 -100
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0103.json +0 -82
- data/schemas/tlc_1.0.9/schema/tlc/commands/M0104.json +0 -163
- data/schemas/tlc_1.0.9/schema/tlc/commands/commands.json +0 -366
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0001.json +0 -98
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0002.json +0 -34
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0003.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0004.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0005.json +0 -34
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0006.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0007.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0008.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0009.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0010.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0011.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0012.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0013.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0014.json +0 -34
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0015.json +0 -34
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0016.json +0 -34
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0017.json +0 -34
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0018.json +0 -34
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0019.json +0 -34
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0020.json +0 -61
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0021.json +0 -35
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0091.json +0 -61
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0092.json +0 -61
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0095.json +0 -34
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0096.json +0 -139
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0201.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0202.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0203.json +0 -55
- data/schemas/tlc_1.0.9/schema/tlc/statuses/S0204.json +0 -223
- data/schemas/tlc_1.0.9/schema/tlc/statuses/statuses.json +0 -662
- data/schemas/tlc_1.0.9/schema/tlc/sxl.json +0 -71
- data/schemas/tlc_1.0.9/spec/schemer_helper.rb +0 -21
- data/schemas/tlc_1.0.9/spec/spec_helper.rb +0 -102
- data/schemas/tlc_1.0.9/spec/tlc/M0001_spec.rb +0 -67
- data/schemas/tlc_1.0.9/spec/tlc/S0007_spec.rb +0 -159
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Number of signal groups.\nCan be used for the management system to check the number of signal groups configured in the controller.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"number"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "number"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Number of signal groups",
|
28
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/integer"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Number of time plans\nCan be used for the management system to check the number of time plans configured in the controller.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"number"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "number"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Number of time plans (depreciated)",
|
28
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/integer"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Number of traffic situations.\nCan be used for the management system to check the number of traffic situations configured in the controller.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"number"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "number"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Number of traffic situations",
|
28
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/integer"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Control mode.\nCan be used for the management system to check the current control mode (startup, normal, standby, failure, test).",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"controlmode",
|
9
|
+
"intersection"
|
10
|
+
]
|
11
|
+
}
|
12
|
+
}
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"if" : {
|
16
|
+
"required" : [
|
17
|
+
"n"
|
18
|
+
],
|
19
|
+
"properties" : {
|
20
|
+
"n" : {
|
21
|
+
"const" : "intersection"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"then" : {
|
26
|
+
"properties" : {
|
27
|
+
"s" : {
|
28
|
+
"description" : "0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)\nOther value: Intersection number",
|
29
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/integer"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"if" : {
|
36
|
+
"required" : [
|
37
|
+
"n"
|
38
|
+
],
|
39
|
+
"properties" : {
|
40
|
+
"n" : {
|
41
|
+
"const" : "controlmode"
|
42
|
+
}
|
43
|
+
}
|
44
|
+
},
|
45
|
+
"then" : {
|
46
|
+
"properties" : {
|
47
|
+
"s" : {
|
48
|
+
"type" : "string",
|
49
|
+
"enum" : [
|
50
|
+
"control",
|
51
|
+
"failure",
|
52
|
+
"standby",
|
53
|
+
"startup",
|
54
|
+
"test"
|
55
|
+
]
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
]
|
61
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Manually set detector logic.\nProvides status of detector logic (1-255) regarding if they are either forced to true or false.\nCan be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"detectorlogics"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "detectorlogics"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Manually set detector logics (1/0) as text field",
|
28
|
+
"type" : "string",
|
29
|
+
"pattern" : "^[01]*$"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "List of time plans.\nProvides a list of the configured time plans which is possible to use. This status was added due to status S0018 only provides the total number of time plans and not which were possible to use with M0002.\nCan be used for the management system to check the number of time plans configured in the controller.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Comma separated list of configured time plans. E.g. \"1,2,3,5\"",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Dynamic bands.\nProvides a list of all defined dynamic bands. Dynamic bands moves start of signal groups in the cycle and changes the signal timings.\nA typical usage of dynamic bands is scenario based control where changing of signal timings is used for optimal traffic flow.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Dynamic bands.\nEach dynamic band are written as pp-dd-ee where:\npp=Time plan\ndd=Dynamic band number (from 1-10)\nee=Extension in seconds in this band\n\nEach dynamic band is separated with a comma.\n\nE.g.\npp-dd-ee,pp-dd-ee",
|
28
|
+
"type" : "string",
|
29
|
+
"pattern" : "(^$)|(^(?<item>(\\d{1,2})\\-\\d{1,2}-\\d{1,2})(,\\g<item>)*$)"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Offset time.\nOffset time is used to define an offset between intersections in coordinated control. It is based on the expected travel time between intersections.\nCan be used by the management system to check to fine tune the coordination for optimal traffic flow.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Offset table\nEach offset time is written as pp-tt where:\npp=time plan\ntt=offset time in seconds\n\nEach offset time is separated with a comma\n\nE.g.\npp-tt,pp-tt",
|
28
|
+
"type" : "string",
|
29
|
+
"pattern" : "^(\\d{1,2}\\-\\d{1,2})(?:,(\\d{1,2}\\-\\d{1,2}))*$"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
@@ -0,0 +1,181 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Time-of-Green / Time-of-Red.\nProvides predicted signal timings of green and red for each signal group. Max, min and likely time to green and red.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"ToGConfidence",
|
9
|
+
"ToRConfidence",
|
10
|
+
"likelyToGEstimate",
|
11
|
+
"likelyToREstimate",
|
12
|
+
"maxToGEstimate",
|
13
|
+
"maxToREstimate",
|
14
|
+
"minToGEstimate",
|
15
|
+
"minToREstimate"
|
16
|
+
]
|
17
|
+
}
|
18
|
+
}
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"if" : {
|
22
|
+
"required" : [
|
23
|
+
"n"
|
24
|
+
],
|
25
|
+
"properties" : {
|
26
|
+
"n" : {
|
27
|
+
"const" : "minToGEstimate"
|
28
|
+
}
|
29
|
+
}
|
30
|
+
},
|
31
|
+
"then" : {
|
32
|
+
"properties" : {
|
33
|
+
"s" : {
|
34
|
+
"description" : "Time stamp for the minimum time for the signal group to go to green. If the signal group is green, it is the minimum time for the next green.\nFormat 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",
|
35
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
36
|
+
}
|
37
|
+
}
|
38
|
+
}
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"if" : {
|
42
|
+
"required" : [
|
43
|
+
"n"
|
44
|
+
],
|
45
|
+
"properties" : {
|
46
|
+
"n" : {
|
47
|
+
"const" : "maxToGEstimate"
|
48
|
+
}
|
49
|
+
}
|
50
|
+
},
|
51
|
+
"then" : {
|
52
|
+
"properties" : {
|
53
|
+
"s" : {
|
54
|
+
"description" : "Time stamp for the maximum time for the signal group to go to green. If the signal group is green, it is the maximum time for the next green.\nFormat 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",
|
55
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"if" : {
|
62
|
+
"required" : [
|
63
|
+
"n"
|
64
|
+
],
|
65
|
+
"properties" : {
|
66
|
+
"n" : {
|
67
|
+
"const" : "likelyToGEstimate"
|
68
|
+
}
|
69
|
+
}
|
70
|
+
},
|
71
|
+
"then" : {
|
72
|
+
"properties" : {
|
73
|
+
"s" : {
|
74
|
+
"description" : "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.\nFormat 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",
|
75
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"if" : {
|
82
|
+
"required" : [
|
83
|
+
"n"
|
84
|
+
],
|
85
|
+
"properties" : {
|
86
|
+
"n" : {
|
87
|
+
"const" : "ToGConfidence"
|
88
|
+
}
|
89
|
+
}
|
90
|
+
},
|
91
|
+
"then" : {
|
92
|
+
"properties" : {
|
93
|
+
"s" : {
|
94
|
+
"description" : "Confidence of the likelyToGEstimate. 0-100%",
|
95
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/integer"
|
96
|
+
}
|
97
|
+
}
|
98
|
+
}
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"if" : {
|
102
|
+
"required" : [
|
103
|
+
"n"
|
104
|
+
],
|
105
|
+
"properties" : {
|
106
|
+
"n" : {
|
107
|
+
"const" : "minToREstimate"
|
108
|
+
}
|
109
|
+
}
|
110
|
+
},
|
111
|
+
"then" : {
|
112
|
+
"properties" : {
|
113
|
+
"s" : {
|
114
|
+
"description" : "Time stamp for the minimum time for the signal group to go to red. If the signal group is red, it is the minimum time for the next red.\nFormat 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",
|
115
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
116
|
+
}
|
117
|
+
}
|
118
|
+
}
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"if" : {
|
122
|
+
"required" : [
|
123
|
+
"n"
|
124
|
+
],
|
125
|
+
"properties" : {
|
126
|
+
"n" : {
|
127
|
+
"const" : "maxToREstimate"
|
128
|
+
}
|
129
|
+
}
|
130
|
+
},
|
131
|
+
"then" : {
|
132
|
+
"properties" : {
|
133
|
+
"s" : {
|
134
|
+
"description" : "Time stamp for the maximum time for the signal group to go to red. If the signal group is red, it is the maximum time for the next red.\nFormat 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",
|
135
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
136
|
+
}
|
137
|
+
}
|
138
|
+
}
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"if" : {
|
142
|
+
"required" : [
|
143
|
+
"n"
|
144
|
+
],
|
145
|
+
"properties" : {
|
146
|
+
"n" : {
|
147
|
+
"const" : "likelyToREstimate"
|
148
|
+
}
|
149
|
+
}
|
150
|
+
},
|
151
|
+
"then" : {
|
152
|
+
"properties" : {
|
153
|
+
"s" : {
|
154
|
+
"description" : "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.\nFormat 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",
|
155
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/timestamp"
|
156
|
+
}
|
157
|
+
}
|
158
|
+
}
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"if" : {
|
162
|
+
"required" : [
|
163
|
+
"n"
|
164
|
+
],
|
165
|
+
"properties" : {
|
166
|
+
"n" : {
|
167
|
+
"const" : "ToRConfidence"
|
168
|
+
}
|
169
|
+
}
|
170
|
+
},
|
171
|
+
"then" : {
|
172
|
+
"properties" : {
|
173
|
+
"s" : {
|
174
|
+
"description" : "Confidence of the likelyToREstimate. 0-100%",
|
175
|
+
"$ref" : "../../../core/3.1.1/definitions.json#/integer"
|
176
|
+
}
|
177
|
+
}
|
178
|
+
}
|
179
|
+
}
|
180
|
+
]
|
181
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Week time table.\nWeek time table for signal programs (time plan) to use for each day during a week.\nThe week time table determine which predefined signal timings (time plan) to use during the week for optimal traffic flow.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Week time table. Defines time table to use for each week day\nEach day is written as d-t where:\nd=day of week\nt=time table nr\n\nDay of week legend:\n0=Monday\n1=Tuesday\n2=Wednesday\n3=Thursday\n4=Friday\n5=Saturday\n6=Sunday\n\nEach segment is separated with a comma\nE.g.\nd-t,d-t",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Time tables.\nTime of day for when to switch signal program (time plan).\nThe signal timings (time plan) to use during time of day for optimal traffic flow.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Time Table. Defines time tables.\nEach time definition is written as t-o-h-m where:\nt=time table nr (1-12)\no=function\nh=hour - switching time\nm=minute - switching minute\n\nFunction legend:\n0=no plan is selected by time table\n1=set plan 1\n…\n16= set plan 16\n\nhour and minute is using local time (not UTC)\n\nEach time definition is separated with a comma\n\nE.g.\nt-o-h-m,t-o-h-m",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Cycle time.\nCycle time (or cycle length) is the sum of all phases in a time plan (traffic program). This time is fixed when using fixed time control or coordination (except \"local coordination\"). When the cycle counter reaches this length it is reset back to zero.\nChanging the cycle time can be used as part of scenario based control.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Cycle time table\nEach cycle time is written as pp-tt where:\npp=time plan\ntt=cycle time in seconds\n\nEach cycle time is separated with a comma\n\nE.g.\npp-tt,pp-tt",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Forced input status.\nProvide status of input (1-255) regarding if they are forced or not. Can be used for all types of input where the traffic light controller must react to external control.\nCan be used for bus priority, coordination between traffic controllers, external control systems, and much more.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
}
|
11
|
+
}
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"if" : {
|
15
|
+
"required" : [
|
16
|
+
"n"
|
17
|
+
],
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"s" : {
|
27
|
+
"description" : "Forced input status as text field",
|
28
|
+
"type" : "string"
|
29
|
+
}
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
]
|
34
|
+
}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"allOf" : [
|
3
|
+
{
|
4
|
+
"description" : "Operator logged in/out OP-panel.\nProvides information if maintenance personnel is currently working on site.",
|
5
|
+
"properties" : {
|
6
|
+
"n" : {
|
7
|
+
"enum" : [
|
8
|
+
"status",
|
9
|
+
"user"
|
10
|
+
]
|
11
|
+
}
|
12
|
+
}
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"if" : {
|
16
|
+
"required" : [
|
17
|
+
"n"
|
18
|
+
],
|
19
|
+
"properties" : {
|
20
|
+
"n" : {
|
21
|
+
"const" : "user"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"then" : {
|
26
|
+
"properties" : {
|
27
|
+
"s" : {
|
28
|
+
"description" : "nobody: No one logged in\n<username>: User currently logged in",
|
29
|
+
"type" : "string"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"if" : {
|
36
|
+
"required" : [
|
37
|
+
"n"
|
38
|
+
],
|
39
|
+
"properties" : {
|
40
|
+
"n" : {
|
41
|
+
"const" : "status"
|
42
|
+
}
|
43
|
+
}
|
44
|
+
},
|
45
|
+
"then" : {
|
46
|
+
"properties" : {
|
47
|
+
"s" : {
|
48
|
+
"type" : "string",
|
49
|
+
"enum" : [
|
50
|
+
"login",
|
51
|
+
"logout"
|
52
|
+
]
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
]
|
58
|
+
}
|