rsmp_schema 0.8.9 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/copilot-setup-steps.yml +34 -0
- data/.github/workflows/rspec.yaml +1 -1
- data/.tool-versions +1 -1
- data/Gemfile.lock +5 -5
- data/lib/rsmp_schema/convert/export/json_schema.rb +78 -38
- data/lib/rsmp_schema/version.rb +1 -1
- data/lib/rsmp_schema.rb +5 -0
- data/schemas/tlc/1.0.10/alarms/A0001.json +1 -0
- data/schemas/tlc/1.0.10/alarms/A0002.json +1 -0
- data/schemas/tlc/1.0.10/alarms/A0003.json +1 -0
- data/schemas/tlc/1.0.10/alarms/A0004.json +1 -0
- data/schemas/tlc/1.0.10/alarms/A0005.json +1 -0
- data/schemas/tlc/1.0.10/alarms/A0006.json +1 -0
- data/schemas/tlc/1.0.10/alarms/A0007.json +1 -0
- data/schemas/tlc/1.0.10/alarms/A0008.json +15 -46
- data/schemas/tlc/1.0.10/alarms/A0009.json +1 -0
- data/schemas/tlc/1.0.10/alarms/A0101.json +1 -0
- data/schemas/tlc/1.0.10/alarms/A0201.json +20 -45
- data/schemas/tlc/1.0.10/alarms/A0202.json +20 -45
- data/schemas/tlc/1.0.10/alarms/A0301.json +70 -110
- data/schemas/tlc/1.0.10/alarms/A0302.json +93 -136
- data/schemas/tlc/1.0.10/alarms/alarms.json +1 -0
- data/schemas/tlc/1.0.10/commands/M0001.json +72 -124
- data/schemas/tlc/1.0.10/commands/M0002.json +49 -92
- data/schemas/tlc/1.0.10/commands/M0003.json +49 -92
- data/schemas/tlc/1.0.10/commands/M0004.json +32 -66
- data/schemas/tlc/1.0.10/commands/M0005.json +49 -92
- data/schemas/tlc/1.0.10/commands/M0006.json +49 -92
- data/schemas/tlc/1.0.10/commands/M0007.json +32 -66
- data/schemas/tlc/1.0.10/commands/M0008.json +49 -92
- data/schemas/tlc/1.0.10/commands/M0010.json +32 -66
- data/schemas/tlc/1.0.10/commands/M0011.json +32 -66
- data/schemas/tlc/1.0.10/commands/M0012.json +32 -60
- data/schemas/tlc/1.0.10/commands/M0013.json +32 -60
- data/schemas/tlc/1.0.10/commands/M0019.json +67 -119
- data/schemas/tlc/1.0.10/commands/M0103.json +52 -83
- data/schemas/tlc/1.0.10/commands/M0104.json +121 -200
- data/schemas/tlc/1.0.10/commands/command_requests.json +1 -0
- data/schemas/tlc/1.0.10/commands/command_responses.json +1 -0
- data/schemas/tlc/1.0.10/commands/commands.json +1 -0
- data/schemas/tlc/1.0.10/rsmp.json +1 -0
- data/schemas/tlc/1.0.10/statuses/S0001.json +78 -124
- data/schemas/tlc/1.0.10/statuses/S0002.json +29 -48
- data/schemas/tlc/1.0.10/statuses/S0003.json +44 -66
- data/schemas/tlc/1.0.10/statuses/S0004.json +44 -66
- data/schemas/tlc/1.0.10/statuses/S0005.json +29 -54
- data/schemas/tlc/1.0.10/statuses/S0006.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0007.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0008.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0009.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0010.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0011.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0012.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0013.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0014.json +29 -54
- data/schemas/tlc/1.0.10/statuses/S0015.json +29 -54
- data/schemas/tlc/1.0.10/statuses/S0016.json +29 -54
- data/schemas/tlc/1.0.10/statuses/S0017.json +29 -54
- data/schemas/tlc/1.0.10/statuses/S0018.json +29 -54
- data/schemas/tlc/1.0.10/statuses/S0019.json +29 -54
- data/schemas/tlc/1.0.10/statuses/S0020.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0021.json +30 -49
- data/schemas/tlc/1.0.10/statuses/S0091.json +47 -69
- data/schemas/tlc/1.0.10/statuses/S0092.json +47 -69
- data/schemas/tlc/1.0.10/statuses/S0095.json +29 -48
- data/schemas/tlc/1.0.10/statuses/S0096.json +110 -180
- data/schemas/tlc/1.0.10/statuses/S0201.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0202.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0203.json +44 -78
- data/schemas/tlc/1.0.10/statuses/S0204.json +178 -284
- data/schemas/tlc/1.0.10/statuses/statuses.json +1 -0
- data/schemas/tlc/1.0.13/alarms/A0001.json +1 -0
- data/schemas/tlc/1.0.13/alarms/A0002.json +1 -0
- data/schemas/tlc/1.0.13/alarms/A0003.json +1 -0
- data/schemas/tlc/1.0.13/alarms/A0004.json +1 -0
- data/schemas/tlc/1.0.13/alarms/A0005.json +1 -0
- data/schemas/tlc/1.0.13/alarms/A0006.json +1 -0
- data/schemas/tlc/1.0.13/alarms/A0007.json +1 -0
- data/schemas/tlc/1.0.13/alarms/A0008.json +15 -46
- data/schemas/tlc/1.0.13/alarms/A0009.json +1 -0
- data/schemas/tlc/1.0.13/alarms/A0101.json +1 -0
- data/schemas/tlc/1.0.13/alarms/A0201.json +20 -45
- data/schemas/tlc/1.0.13/alarms/A0202.json +20 -45
- data/schemas/tlc/1.0.13/alarms/A0301.json +70 -110
- data/schemas/tlc/1.0.13/alarms/A0302.json +93 -136
- data/schemas/tlc/1.0.13/alarms/alarms.json +1 -0
- data/schemas/tlc/1.0.13/commands/M0001.json +72 -124
- data/schemas/tlc/1.0.13/commands/M0002.json +49 -92
- data/schemas/tlc/1.0.13/commands/M0003.json +49 -92
- data/schemas/tlc/1.0.13/commands/M0004.json +32 -66
- data/schemas/tlc/1.0.13/commands/M0005.json +49 -92
- data/schemas/tlc/1.0.13/commands/M0006.json +49 -92
- data/schemas/tlc/1.0.13/commands/M0007.json +32 -66
- data/schemas/tlc/1.0.13/commands/M0008.json +49 -92
- data/schemas/tlc/1.0.13/commands/M0010.json +32 -66
- data/schemas/tlc/1.0.13/commands/M0011.json +32 -66
- data/schemas/tlc/1.0.13/commands/M0012.json +32 -60
- data/schemas/tlc/1.0.13/commands/M0013.json +32 -60
- data/schemas/tlc/1.0.13/commands/M0014.json +49 -86
- data/schemas/tlc/1.0.13/commands/M0015.json +49 -92
- data/schemas/tlc/1.0.13/commands/M0016.json +32 -60
- data/schemas/tlc/1.0.13/commands/M0017.json +32 -60
- data/schemas/tlc/1.0.13/commands/M0018.json +49 -92
- data/schemas/tlc/1.0.13/commands/M0019.json +67 -119
- data/schemas/tlc/1.0.13/commands/M0103.json +52 -83
- data/schemas/tlc/1.0.13/commands/M0104.json +121 -200
- data/schemas/tlc/1.0.13/commands/command_requests.json +1 -0
- data/schemas/tlc/1.0.13/commands/command_responses.json +1 -0
- data/schemas/tlc/1.0.13/commands/commands.json +1 -0
- data/schemas/tlc/1.0.13/rsmp.json +1 -0
- data/schemas/tlc/1.0.13/statuses/S0001.json +78 -124
- data/schemas/tlc/1.0.13/statuses/S0002.json +29 -48
- data/schemas/tlc/1.0.13/statuses/S0003.json +44 -66
- data/schemas/tlc/1.0.13/statuses/S0004.json +44 -66
- data/schemas/tlc/1.0.13/statuses/S0005.json +29 -54
- data/schemas/tlc/1.0.13/statuses/S0006.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0007.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0008.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0009.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0010.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0011.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0012.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0013.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0014.json +29 -54
- data/schemas/tlc/1.0.13/statuses/S0015.json +29 -54
- data/schemas/tlc/1.0.13/statuses/S0016.json +29 -54
- data/schemas/tlc/1.0.13/statuses/S0017.json +29 -54
- data/schemas/tlc/1.0.13/statuses/S0018.json +29 -54
- data/schemas/tlc/1.0.13/statuses/S0019.json +29 -54
- data/schemas/tlc/1.0.13/statuses/S0020.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0021.json +30 -49
- data/schemas/tlc/1.0.13/statuses/S0022.json +29 -48
- data/schemas/tlc/1.0.13/statuses/S0023.json +30 -49
- data/schemas/tlc/1.0.13/statuses/S0024.json +30 -49
- data/schemas/tlc/1.0.13/statuses/S0025.json +153 -241
- data/schemas/tlc/1.0.13/statuses/S0026.json +29 -48
- data/schemas/tlc/1.0.13/statuses/S0027.json +29 -48
- data/schemas/tlc/1.0.13/statuses/S0028.json +29 -48
- data/schemas/tlc/1.0.13/statuses/S0029.json +29 -48
- data/schemas/tlc/1.0.13/statuses/S0091.json +47 -69
- data/schemas/tlc/1.0.13/statuses/S0092.json +47 -69
- data/schemas/tlc/1.0.13/statuses/S0095.json +29 -48
- data/schemas/tlc/1.0.13/statuses/S0096.json +110 -180
- data/schemas/tlc/1.0.13/statuses/S0201.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0202.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0203.json +44 -78
- data/schemas/tlc/1.0.13/statuses/S0204.json +178 -284
- data/schemas/tlc/1.0.13/statuses/statuses.json +1 -0
- data/schemas/tlc/1.0.14/alarms/A0001.json +1 -0
- data/schemas/tlc/1.0.14/alarms/A0002.json +1 -0
- data/schemas/tlc/1.0.14/alarms/A0003.json +1 -0
- data/schemas/tlc/1.0.14/alarms/A0004.json +1 -0
- data/schemas/tlc/1.0.14/alarms/A0005.json +1 -0
- data/schemas/tlc/1.0.14/alarms/A0006.json +1 -0
- data/schemas/tlc/1.0.14/alarms/A0007.json +1 -0
- data/schemas/tlc/1.0.14/alarms/A0008.json +15 -46
- data/schemas/tlc/1.0.14/alarms/A0009.json +1 -0
- data/schemas/tlc/1.0.14/alarms/A0101.json +1 -0
- data/schemas/tlc/1.0.14/alarms/A0201.json +20 -45
- data/schemas/tlc/1.0.14/alarms/A0202.json +20 -45
- data/schemas/tlc/1.0.14/alarms/A0301.json +70 -110
- data/schemas/tlc/1.0.14/alarms/A0302.json +93 -136
- data/schemas/tlc/1.0.14/alarms/alarms.json +1 -0
- data/schemas/tlc/1.0.14/commands/M0001.json +72 -124
- data/schemas/tlc/1.0.14/commands/M0002.json +49 -92
- data/schemas/tlc/1.0.14/commands/M0003.json +49 -92
- data/schemas/tlc/1.0.14/commands/M0004.json +32 -66
- data/schemas/tlc/1.0.14/commands/M0005.json +49 -92
- data/schemas/tlc/1.0.14/commands/M0006.json +49 -92
- data/schemas/tlc/1.0.14/commands/M0007.json +32 -66
- data/schemas/tlc/1.0.14/commands/M0008.json +49 -92
- data/schemas/tlc/1.0.14/commands/M0010.json +32 -66
- data/schemas/tlc/1.0.14/commands/M0011.json +32 -66
- data/schemas/tlc/1.0.14/commands/M0012.json +32 -60
- data/schemas/tlc/1.0.14/commands/M0013.json +32 -60
- data/schemas/tlc/1.0.14/commands/M0014.json +49 -86
- data/schemas/tlc/1.0.14/commands/M0015.json +49 -92
- data/schemas/tlc/1.0.14/commands/M0016.json +32 -60
- data/schemas/tlc/1.0.14/commands/M0017.json +32 -60
- data/schemas/tlc/1.0.14/commands/M0018.json +49 -92
- data/schemas/tlc/1.0.14/commands/M0019.json +67 -119
- data/schemas/tlc/1.0.14/commands/M0103.json +52 -83
- data/schemas/tlc/1.0.14/commands/M0104.json +121 -200
- data/schemas/tlc/1.0.14/commands/command_requests.json +1 -0
- data/schemas/tlc/1.0.14/commands/command_responses.json +1 -0
- data/schemas/tlc/1.0.14/commands/commands.json +1 -0
- data/schemas/tlc/1.0.14/rsmp.json +1 -0
- data/schemas/tlc/1.0.14/statuses/S0001.json +78 -124
- data/schemas/tlc/1.0.14/statuses/S0002.json +29 -48
- data/schemas/tlc/1.0.14/statuses/S0003.json +44 -66
- data/schemas/tlc/1.0.14/statuses/S0004.json +44 -66
- data/schemas/tlc/1.0.14/statuses/S0005.json +29 -54
- data/schemas/tlc/1.0.14/statuses/S0006.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0007.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0008.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0009.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0010.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0011.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0012.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0013.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0014.json +29 -54
- data/schemas/tlc/1.0.14/statuses/S0015.json +29 -54
- data/schemas/tlc/1.0.14/statuses/S0016.json +29 -54
- data/schemas/tlc/1.0.14/statuses/S0017.json +29 -54
- data/schemas/tlc/1.0.14/statuses/S0018.json +29 -54
- data/schemas/tlc/1.0.14/statuses/S0019.json +29 -54
- data/schemas/tlc/1.0.14/statuses/S0020.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0021.json +30 -49
- data/schemas/tlc/1.0.14/statuses/S0022.json +29 -48
- data/schemas/tlc/1.0.14/statuses/S0023.json +30 -49
- data/schemas/tlc/1.0.14/statuses/S0024.json +30 -49
- data/schemas/tlc/1.0.14/statuses/S0025.json +153 -241
- data/schemas/tlc/1.0.14/statuses/S0026.json +29 -48
- data/schemas/tlc/1.0.14/statuses/S0027.json +29 -48
- data/schemas/tlc/1.0.14/statuses/S0028.json +29 -48
- data/schemas/tlc/1.0.14/statuses/S0029.json +29 -48
- data/schemas/tlc/1.0.14/statuses/S0091.json +47 -69
- data/schemas/tlc/1.0.14/statuses/S0092.json +47 -69
- data/schemas/tlc/1.0.14/statuses/S0095.json +29 -48
- data/schemas/tlc/1.0.14/statuses/S0096.json +110 -180
- data/schemas/tlc/1.0.14/statuses/S0201.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0202.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0203.json +44 -78
- data/schemas/tlc/1.0.14/statuses/S0204.json +178 -284
- data/schemas/tlc/1.0.14/statuses/S0205.json +44 -72
- data/schemas/tlc/1.0.14/statuses/S0206.json +44 -72
- data/schemas/tlc/1.0.14/statuses/S0207.json +44 -72
- data/schemas/tlc/1.0.14/statuses/S0208.json +189 -241
- data/schemas/tlc/1.0.14/statuses/statuses.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0001.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0002.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0003.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0004.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0005.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0006.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0007.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0008.json +15 -46
- data/schemas/tlc/1.0.15/alarms/A0009.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0010.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0101.json +1 -0
- data/schemas/tlc/1.0.15/alarms/A0201.json +20 -45
- data/schemas/tlc/1.0.15/alarms/A0202.json +20 -45
- data/schemas/tlc/1.0.15/alarms/A0301.json +70 -110
- data/schemas/tlc/1.0.15/alarms/A0302.json +93 -136
- data/schemas/tlc/1.0.15/alarms/alarms.json +1 -0
- data/schemas/tlc/1.0.15/commands/M0001.json +72 -124
- data/schemas/tlc/1.0.15/commands/M0002.json +49 -92
- data/schemas/tlc/1.0.15/commands/M0003.json +49 -92
- data/schemas/tlc/1.0.15/commands/M0004.json +32 -66
- data/schemas/tlc/1.0.15/commands/M0005.json +49 -92
- data/schemas/tlc/1.0.15/commands/M0006.json +49 -92
- data/schemas/tlc/1.0.15/commands/M0007.json +32 -66
- data/schemas/tlc/1.0.15/commands/M0008.json +49 -92
- data/schemas/tlc/1.0.15/commands/M0010.json +32 -66
- data/schemas/tlc/1.0.15/commands/M0011.json +32 -66
- data/schemas/tlc/1.0.15/commands/M0012.json +32 -60
- data/schemas/tlc/1.0.15/commands/M0013.json +32 -60
- data/schemas/tlc/1.0.15/commands/M0014.json +49 -86
- data/schemas/tlc/1.0.15/commands/M0015.json +49 -92
- data/schemas/tlc/1.0.15/commands/M0016.json +32 -60
- data/schemas/tlc/1.0.15/commands/M0017.json +32 -60
- data/schemas/tlc/1.0.15/commands/M0018.json +49 -92
- data/schemas/tlc/1.0.15/commands/M0019.json +67 -119
- data/schemas/tlc/1.0.15/commands/M0020.json +67 -119
- data/schemas/tlc/1.0.15/commands/M0021.json +32 -60
- data/schemas/tlc/1.0.15/commands/M0103.json +52 -83
- data/schemas/tlc/1.0.15/commands/M0104.json +121 -200
- data/schemas/tlc/1.0.15/commands/command_requests.json +1 -0
- data/schemas/tlc/1.0.15/commands/command_responses.json +1 -0
- data/schemas/tlc/1.0.15/commands/commands.json +1 -0
- data/schemas/tlc/1.0.15/rsmp.json +1 -0
- data/schemas/tlc/1.0.15/statuses/S0001.json +78 -124
- data/schemas/tlc/1.0.15/statuses/S0002.json +29 -48
- data/schemas/tlc/1.0.15/statuses/S0003.json +44 -66
- data/schemas/tlc/1.0.15/statuses/S0004.json +44 -66
- data/schemas/tlc/1.0.15/statuses/S0005.json +29 -54
- data/schemas/tlc/1.0.15/statuses/S0006.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0007.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0008.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0009.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0010.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0011.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0012.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0013.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0014.json +29 -54
- data/schemas/tlc/1.0.15/statuses/S0015.json +29 -54
- data/schemas/tlc/1.0.15/statuses/S0016.json +29 -54
- data/schemas/tlc/1.0.15/statuses/S0017.json +29 -54
- data/schemas/tlc/1.0.15/statuses/S0018.json +29 -54
- data/schemas/tlc/1.0.15/statuses/S0019.json +29 -54
- data/schemas/tlc/1.0.15/statuses/S0020.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0021.json +30 -49
- data/schemas/tlc/1.0.15/statuses/S0022.json +29 -48
- data/schemas/tlc/1.0.15/statuses/S0023.json +30 -49
- data/schemas/tlc/1.0.15/statuses/S0024.json +30 -49
- data/schemas/tlc/1.0.15/statuses/S0025.json +153 -241
- data/schemas/tlc/1.0.15/statuses/S0026.json +29 -48
- data/schemas/tlc/1.0.15/statuses/S0027.json +29 -48
- data/schemas/tlc/1.0.15/statuses/S0028.json +29 -48
- data/schemas/tlc/1.0.15/statuses/S0029.json +29 -48
- data/schemas/tlc/1.0.15/statuses/S0030.json +29 -48
- data/schemas/tlc/1.0.15/statuses/S0031.json +29 -48
- data/schemas/tlc/1.0.15/statuses/S0091.json +47 -69
- data/schemas/tlc/1.0.15/statuses/S0092.json +47 -69
- data/schemas/tlc/1.0.15/statuses/S0095.json +29 -48
- data/schemas/tlc/1.0.15/statuses/S0096.json +110 -180
- data/schemas/tlc/1.0.15/statuses/S0097.json +44 -72
- data/schemas/tlc/1.0.15/statuses/S0098.json +61 -92
- data/schemas/tlc/1.0.15/statuses/S0201.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0202.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0203.json +44 -78
- data/schemas/tlc/1.0.15/statuses/S0204.json +178 -284
- data/schemas/tlc/1.0.15/statuses/S0205.json +44 -72
- data/schemas/tlc/1.0.15/statuses/S0206.json +44 -72
- data/schemas/tlc/1.0.15/statuses/S0207.json +44 -72
- data/schemas/tlc/1.0.15/statuses/S0208.json +189 -241
- data/schemas/tlc/1.0.15/statuses/statuses.json +1 -0
- data/schemas/tlc/1.0.7/alarms/A0001.json +1 -0
- data/schemas/tlc/1.0.7/alarms/A0002.json +1 -0
- data/schemas/tlc/1.0.7/alarms/A0003.json +1 -0
- data/schemas/tlc/1.0.7/alarms/A0004.json +1 -0
- data/schemas/tlc/1.0.7/alarms/A0005.json +1 -0
- data/schemas/tlc/1.0.7/alarms/A0006.json +1 -0
- data/schemas/tlc/1.0.7/alarms/A0007.json +1 -0
- data/schemas/tlc/1.0.7/alarms/A0008.json +15 -46
- data/schemas/tlc/1.0.7/alarms/A0009.json +1 -0
- data/schemas/tlc/1.0.7/alarms/A0101.json +1 -0
- data/schemas/tlc/1.0.7/alarms/A0201.json +20 -45
- data/schemas/tlc/1.0.7/alarms/A0202.json +20 -45
- data/schemas/tlc/1.0.7/alarms/A0301.json +70 -110
- data/schemas/tlc/1.0.7/alarms/A0302.json +93 -136
- data/schemas/tlc/1.0.7/alarms/alarms.json +1 -0
- data/schemas/tlc/1.0.7/commands/M0001.json +72 -124
- data/schemas/tlc/1.0.7/commands/M0002.json +49 -92
- data/schemas/tlc/1.0.7/commands/M0003.json +49 -92
- data/schemas/tlc/1.0.7/commands/M0004.json +32 -66
- data/schemas/tlc/1.0.7/commands/M0005.json +49 -92
- data/schemas/tlc/1.0.7/commands/M0006.json +49 -92
- data/schemas/tlc/1.0.7/commands/M0007.json +32 -66
- data/schemas/tlc/1.0.7/commands/M0008.json +49 -92
- data/schemas/tlc/1.0.7/commands/M0010.json +32 -66
- data/schemas/tlc/1.0.7/commands/M0011.json +32 -66
- data/schemas/tlc/1.0.7/commands/M0019.json +67 -119
- data/schemas/tlc/1.0.7/commands/M0103.json +52 -83
- data/schemas/tlc/1.0.7/commands/M0104.json +121 -200
- data/schemas/tlc/1.0.7/commands/command_requests.json +1 -0
- data/schemas/tlc/1.0.7/commands/command_responses.json +1 -0
- data/schemas/tlc/1.0.7/commands/commands.json +1 -0
- data/schemas/tlc/1.0.7/rsmp.json +1 -0
- data/schemas/tlc/1.0.7/statuses/S0001.json +78 -124
- data/schemas/tlc/1.0.7/statuses/S0002.json +29 -48
- data/schemas/tlc/1.0.7/statuses/S0003.json +44 -66
- data/schemas/tlc/1.0.7/statuses/S0004.json +44 -66
- data/schemas/tlc/1.0.7/statuses/S0005.json +29 -54
- data/schemas/tlc/1.0.7/statuses/S0006.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0007.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0008.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0009.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0010.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0011.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0012.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0013.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0014.json +29 -54
- data/schemas/tlc/1.0.7/statuses/S0015.json +29 -54
- data/schemas/tlc/1.0.7/statuses/S0016.json +29 -54
- data/schemas/tlc/1.0.7/statuses/S0017.json +29 -54
- data/schemas/tlc/1.0.7/statuses/S0018.json +29 -54
- data/schemas/tlc/1.0.7/statuses/S0019.json +29 -54
- data/schemas/tlc/1.0.7/statuses/S0020.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0021.json +30 -49
- data/schemas/tlc/1.0.7/statuses/S0025.json +153 -241
- data/schemas/tlc/1.0.7/statuses/S0091.json +47 -69
- data/schemas/tlc/1.0.7/statuses/S0092.json +47 -69
- data/schemas/tlc/1.0.7/statuses/S0095.json +29 -48
- data/schemas/tlc/1.0.7/statuses/S0096.json +110 -180
- data/schemas/tlc/1.0.7/statuses/S0201.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0202.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0203.json +44 -78
- data/schemas/tlc/1.0.7/statuses/S0204.json +178 -284
- data/schemas/tlc/1.0.7/statuses/statuses.json +1 -0
- data/schemas/tlc/1.0.8/alarms/A0001.json +1 -0
- data/schemas/tlc/1.0.8/alarms/A0002.json +1 -0
- data/schemas/tlc/1.0.8/alarms/A0003.json +1 -0
- data/schemas/tlc/1.0.8/alarms/A0004.json +1 -0
- data/schemas/tlc/1.0.8/alarms/A0005.json +1 -0
- data/schemas/tlc/1.0.8/alarms/A0006.json +1 -0
- data/schemas/tlc/1.0.8/alarms/A0007.json +1 -0
- data/schemas/tlc/1.0.8/alarms/A0008.json +15 -46
- data/schemas/tlc/1.0.8/alarms/A0009.json +1 -0
- data/schemas/tlc/1.0.8/alarms/A0101.json +1 -0
- data/schemas/tlc/1.0.8/alarms/A0201.json +20 -45
- data/schemas/tlc/1.0.8/alarms/A0202.json +20 -45
- data/schemas/tlc/1.0.8/alarms/A0301.json +70 -110
- data/schemas/tlc/1.0.8/alarms/A0302.json +93 -136
- data/schemas/tlc/1.0.8/alarms/alarms.json +1 -0
- data/schemas/tlc/1.0.8/commands/M0001.json +72 -124
- data/schemas/tlc/1.0.8/commands/M0002.json +49 -92
- data/schemas/tlc/1.0.8/commands/M0003.json +49 -92
- data/schemas/tlc/1.0.8/commands/M0004.json +32 -66
- data/schemas/tlc/1.0.8/commands/M0005.json +49 -92
- data/schemas/tlc/1.0.8/commands/M0006.json +49 -92
- data/schemas/tlc/1.0.8/commands/M0007.json +32 -66
- data/schemas/tlc/1.0.8/commands/M0008.json +49 -92
- data/schemas/tlc/1.0.8/commands/M0010.json +32 -66
- data/schemas/tlc/1.0.8/commands/M0011.json +32 -66
- data/schemas/tlc/1.0.8/commands/M0012.json +32 -60
- data/schemas/tlc/1.0.8/commands/M0013.json +32 -60
- data/schemas/tlc/1.0.8/commands/M0019.json +67 -119
- data/schemas/tlc/1.0.8/commands/M0103.json +52 -83
- data/schemas/tlc/1.0.8/commands/M0104.json +121 -200
- data/schemas/tlc/1.0.8/commands/command_requests.json +1 -0
- data/schemas/tlc/1.0.8/commands/command_responses.json +1 -0
- data/schemas/tlc/1.0.8/commands/commands.json +1 -0
- data/schemas/tlc/1.0.8/rsmp.json +1 -0
- data/schemas/tlc/1.0.8/statuses/S0001.json +78 -124
- data/schemas/tlc/1.0.8/statuses/S0002.json +29 -48
- data/schemas/tlc/1.0.8/statuses/S0003.json +44 -66
- data/schemas/tlc/1.0.8/statuses/S0004.json +44 -66
- data/schemas/tlc/1.0.8/statuses/S0005.json +29 -54
- data/schemas/tlc/1.0.8/statuses/S0006.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0007.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0008.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0009.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0010.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0011.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0012.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0013.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0014.json +29 -54
- data/schemas/tlc/1.0.8/statuses/S0015.json +29 -54
- data/schemas/tlc/1.0.8/statuses/S0016.json +29 -54
- data/schemas/tlc/1.0.8/statuses/S0017.json +29 -54
- data/schemas/tlc/1.0.8/statuses/S0018.json +29 -54
- data/schemas/tlc/1.0.8/statuses/S0019.json +29 -54
- data/schemas/tlc/1.0.8/statuses/S0020.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0021.json +30 -49
- data/schemas/tlc/1.0.8/statuses/S0091.json +47 -69
- data/schemas/tlc/1.0.8/statuses/S0092.json +47 -69
- data/schemas/tlc/1.0.8/statuses/S0095.json +29 -48
- data/schemas/tlc/1.0.8/statuses/S0096.json +110 -180
- data/schemas/tlc/1.0.8/statuses/S0201.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0202.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0203.json +44 -78
- data/schemas/tlc/1.0.8/statuses/S0204.json +178 -284
- data/schemas/tlc/1.0.8/statuses/statuses.json +1 -0
- data/schemas/tlc/1.0.9/alarms/A0001.json +1 -0
- data/schemas/tlc/1.0.9/alarms/A0002.json +1 -0
- data/schemas/tlc/1.0.9/alarms/A0003.json +1 -0
- data/schemas/tlc/1.0.9/alarms/A0004.json +1 -0
- data/schemas/tlc/1.0.9/alarms/A0005.json +1 -0
- data/schemas/tlc/1.0.9/alarms/A0006.json +1 -0
- data/schemas/tlc/1.0.9/alarms/A0007.json +1 -0
- data/schemas/tlc/1.0.9/alarms/A0008.json +15 -46
- data/schemas/tlc/1.0.9/alarms/A0009.json +1 -0
- data/schemas/tlc/1.0.9/alarms/A0101.json +1 -0
- data/schemas/tlc/1.0.9/alarms/A0201.json +20 -45
- data/schemas/tlc/1.0.9/alarms/A0202.json +20 -45
- data/schemas/tlc/1.0.9/alarms/A0301.json +70 -110
- data/schemas/tlc/1.0.9/alarms/A0302.json +93 -136
- data/schemas/tlc/1.0.9/alarms/alarms.json +1 -0
- data/schemas/tlc/1.0.9/commands/M0001.json +72 -124
- data/schemas/tlc/1.0.9/commands/M0002.json +49 -92
- data/schemas/tlc/1.0.9/commands/M0003.json +49 -92
- data/schemas/tlc/1.0.9/commands/M0004.json +32 -66
- data/schemas/tlc/1.0.9/commands/M0005.json +49 -92
- data/schemas/tlc/1.0.9/commands/M0006.json +49 -92
- data/schemas/tlc/1.0.9/commands/M0007.json +32 -66
- data/schemas/tlc/1.0.9/commands/M0008.json +49 -92
- data/schemas/tlc/1.0.9/commands/M0010.json +32 -66
- data/schemas/tlc/1.0.9/commands/M0011.json +32 -66
- data/schemas/tlc/1.0.9/commands/M0012.json +32 -60
- data/schemas/tlc/1.0.9/commands/M0013.json +32 -60
- data/schemas/tlc/1.0.9/commands/M0019.json +67 -119
- data/schemas/tlc/1.0.9/commands/M0103.json +52 -83
- data/schemas/tlc/1.0.9/commands/M0104.json +121 -200
- data/schemas/tlc/1.0.9/commands/command_requests.json +1 -0
- data/schemas/tlc/1.0.9/commands/command_responses.json +1 -0
- data/schemas/tlc/1.0.9/commands/commands.json +1 -0
- data/schemas/tlc/1.0.9/rsmp.json +1 -0
- data/schemas/tlc/1.0.9/statuses/S0001.json +78 -124
- data/schemas/tlc/1.0.9/statuses/S0002.json +29 -48
- data/schemas/tlc/1.0.9/statuses/S0003.json +44 -66
- data/schemas/tlc/1.0.9/statuses/S0004.json +44 -66
- data/schemas/tlc/1.0.9/statuses/S0005.json +29 -54
- data/schemas/tlc/1.0.9/statuses/S0006.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0007.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0008.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0009.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0010.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0011.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0012.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0013.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0014.json +29 -54
- data/schemas/tlc/1.0.9/statuses/S0015.json +29 -54
- data/schemas/tlc/1.0.9/statuses/S0016.json +29 -54
- data/schemas/tlc/1.0.9/statuses/S0017.json +29 -54
- data/schemas/tlc/1.0.9/statuses/S0018.json +29 -54
- data/schemas/tlc/1.0.9/statuses/S0019.json +29 -54
- data/schemas/tlc/1.0.9/statuses/S0020.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0021.json +30 -49
- data/schemas/tlc/1.0.9/statuses/S0091.json +47 -69
- data/schemas/tlc/1.0.9/statuses/S0092.json +47 -69
- data/schemas/tlc/1.0.9/statuses/S0095.json +29 -48
- data/schemas/tlc/1.0.9/statuses/S0096.json +110 -180
- data/schemas/tlc/1.0.9/statuses/S0201.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0202.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0203.json +44 -78
- data/schemas/tlc/1.0.9/statuses/S0204.json +178 -284
- data/schemas/tlc/1.0.9/statuses/statuses.json +1 -0
- data/schemas/tlc/1.1.0/alarms/A0001.json +1 -0
- data/schemas/tlc/1.1.0/alarms/A0002.json +1 -0
- data/schemas/tlc/1.1.0/alarms/A0003.json +1 -0
- data/schemas/tlc/1.1.0/alarms/A0004.json +1 -0
- data/schemas/tlc/1.1.0/alarms/A0005.json +1 -0
- data/schemas/tlc/1.1.0/alarms/A0006.json +1 -0
- data/schemas/tlc/1.1.0/alarms/A0007.json +19 -44
- data/schemas/tlc/1.1.0/alarms/A0008.json +15 -46
- data/schemas/tlc/1.1.0/alarms/A0009.json +1 -0
- data/schemas/tlc/1.1.0/alarms/A0010.json +1 -0
- data/schemas/tlc/1.1.0/alarms/A0101.json +1 -0
- data/schemas/tlc/1.1.0/alarms/A0201.json +20 -45
- data/schemas/tlc/1.1.0/alarms/A0202.json +20 -45
- data/schemas/tlc/1.1.0/alarms/A0301.json +70 -110
- data/schemas/tlc/1.1.0/alarms/A0302.json +93 -136
- data/schemas/tlc/1.1.0/alarms/A0303.json +70 -110
- data/schemas/tlc/1.1.0/alarms/A0304.json +93 -136
- data/schemas/tlc/1.1.0/alarms/alarms.json +1 -0
- data/schemas/tlc/1.1.0/commands/M0001.json +72 -118
- data/schemas/tlc/1.1.0/commands/M0002.json +49 -92
- data/schemas/tlc/1.1.0/commands/M0003.json +49 -92
- data/schemas/tlc/1.1.0/commands/M0004.json +32 -66
- data/schemas/tlc/1.1.0/commands/M0005.json +49 -92
- data/schemas/tlc/1.1.0/commands/M0006.json +49 -92
- data/schemas/tlc/1.1.0/commands/M0007.json +32 -66
- data/schemas/tlc/1.1.0/commands/M0008.json +49 -92
- data/schemas/tlc/1.1.0/commands/M0010.json +32 -66
- data/schemas/tlc/1.1.0/commands/M0011.json +32 -66
- data/schemas/tlc/1.1.0/commands/M0012.json +32 -60
- data/schemas/tlc/1.1.0/commands/M0013.json +32 -60
- data/schemas/tlc/1.1.0/commands/M0014.json +49 -86
- data/schemas/tlc/1.1.0/commands/M0015.json +49 -92
- data/schemas/tlc/1.1.0/commands/M0016.json +32 -60
- data/schemas/tlc/1.1.0/commands/M0017.json +32 -60
- data/schemas/tlc/1.1.0/commands/M0018.json +49 -92
- data/schemas/tlc/1.1.0/commands/M0019.json +67 -119
- data/schemas/tlc/1.1.0/commands/M0020.json +67 -119
- data/schemas/tlc/1.1.0/commands/M0021.json +32 -60
- data/schemas/tlc/1.1.0/commands/M0022.json +227 -333
- data/schemas/tlc/1.1.0/commands/M0023.json +32 -66
- data/schemas/tlc/1.1.0/commands/M0103.json +52 -83
- data/schemas/tlc/1.1.0/commands/M0104.json +121 -200
- data/schemas/tlc/1.1.0/commands/command_requests.json +1 -0
- data/schemas/tlc/1.1.0/commands/command_responses.json +1 -0
- data/schemas/tlc/1.1.0/commands/commands.json +1 -0
- data/schemas/tlc/1.1.0/rsmp.json +1 -0
- data/schemas/tlc/1.1.0/statuses/S0001.json +78 -124
- data/schemas/tlc/1.1.0/statuses/S0002.json +29 -48
- data/schemas/tlc/1.1.0/statuses/S0003.json +44 -66
- data/schemas/tlc/1.1.0/statuses/S0004.json +44 -66
- data/schemas/tlc/1.1.0/statuses/S0005.json +29 -54
- data/schemas/tlc/1.1.0/statuses/S0006.json +44 -78
- data/schemas/tlc/1.1.0/statuses/S0007.json +62 -105
- data/schemas/tlc/1.1.0/statuses/S0008.json +62 -105
- data/schemas/tlc/1.1.0/statuses/S0009.json +62 -105
- data/schemas/tlc/1.1.0/statuses/S0010.json +62 -105
- data/schemas/tlc/1.1.0/statuses/S0011.json +62 -105
- data/schemas/tlc/1.1.0/statuses/S0012.json +62 -105
- data/schemas/tlc/1.1.0/statuses/S0013.json +44 -78
- data/schemas/tlc/1.1.0/statuses/S0014.json +52 -80
- data/schemas/tlc/1.1.0/statuses/S0015.json +52 -80
- data/schemas/tlc/1.1.0/statuses/S0016.json +29 -54
- data/schemas/tlc/1.1.0/statuses/S0017.json +29 -54
- data/schemas/tlc/1.1.0/statuses/S0018.json +29 -54
- data/schemas/tlc/1.1.0/statuses/S0019.json +29 -54
- data/schemas/tlc/1.1.0/statuses/S0020.json +44 -78
- data/schemas/tlc/1.1.0/statuses/S0021.json +30 -49
- data/schemas/tlc/1.1.0/statuses/S0022.json +29 -48
- data/schemas/tlc/1.1.0/statuses/S0023.json +30 -49
- data/schemas/tlc/1.1.0/statuses/S0024.json +30 -49
- data/schemas/tlc/1.1.0/statuses/S0025.json +153 -241
- data/schemas/tlc/1.1.0/statuses/S0026.json +29 -48
- data/schemas/tlc/1.1.0/statuses/S0027.json +29 -48
- data/schemas/tlc/1.1.0/statuses/S0028.json +29 -48
- data/schemas/tlc/1.1.0/statuses/S0029.json +29 -48
- data/schemas/tlc/1.1.0/statuses/S0030.json +29 -48
- data/schemas/tlc/1.1.0/statuses/S0031.json +29 -48
- data/schemas/tlc/1.1.0/statuses/S0032.json +61 -104
- data/schemas/tlc/1.1.0/statuses/S0033.json +67 -104
- data/schemas/tlc/1.1.0/statuses/S0034.json +29 -54
- data/schemas/tlc/1.1.0/statuses/S0091.json +33 -58
- data/schemas/tlc/1.1.0/statuses/S0092.json +33 -58
- data/schemas/tlc/1.1.0/statuses/S0095.json +29 -48
- data/schemas/tlc/1.1.0/statuses/S0096.json +110 -180
- data/schemas/tlc/1.1.0/statuses/S0097.json +44 -72
- data/schemas/tlc/1.1.0/statuses/S0098.json +61 -92
- data/schemas/tlc/1.1.0/statuses/S0201.json +44 -78
- data/schemas/tlc/1.1.0/statuses/S0202.json +44 -78
- data/schemas/tlc/1.1.0/statuses/S0203.json +44 -78
- data/schemas/tlc/1.1.0/statuses/S0204.json +178 -284
- data/schemas/tlc/1.1.0/statuses/S0205.json +44 -78
- data/schemas/tlc/1.1.0/statuses/S0206.json +44 -78
- data/schemas/tlc/1.1.0/statuses/S0207.json +44 -78
- data/schemas/tlc/1.1.0/statuses/S0208.json +178 -284
- data/schemas/tlc/1.1.0/statuses/statuses.json +1 -0
- data/schemas/tlc/1.2.0/alarms/A0001.json +1 -0
- data/schemas/tlc/1.2.0/alarms/A0002.json +1 -0
- data/schemas/tlc/1.2.0/alarms/A0003.json +1 -0
- data/schemas/tlc/1.2.0/alarms/A0004.json +1 -0
- data/schemas/tlc/1.2.0/alarms/A0005.json +1 -0
- data/schemas/tlc/1.2.0/alarms/A0006.json +1 -0
- data/schemas/tlc/1.2.0/alarms/A0007.json +19 -44
- data/schemas/tlc/1.2.0/alarms/A0008.json +15 -46
- data/schemas/tlc/1.2.0/alarms/A0009.json +1 -0
- data/schemas/tlc/1.2.0/alarms/A0010.json +1 -0
- data/schemas/tlc/1.2.0/alarms/A0101.json +1 -0
- data/schemas/tlc/1.2.0/alarms/A0201.json +20 -45
- data/schemas/tlc/1.2.0/alarms/A0202.json +20 -45
- data/schemas/tlc/1.2.0/alarms/A0301.json +70 -110
- data/schemas/tlc/1.2.0/alarms/A0302.json +93 -136
- data/schemas/tlc/1.2.0/alarms/A0303.json +70 -110
- data/schemas/tlc/1.2.0/alarms/A0304.json +93 -136
- data/schemas/tlc/1.2.0/alarms/alarms.json +1 -0
- data/schemas/tlc/1.2.0/commands/M0001.json +72 -118
- data/schemas/tlc/1.2.0/commands/M0002.json +49 -92
- data/schemas/tlc/1.2.0/commands/M0003.json +49 -92
- data/schemas/tlc/1.2.0/commands/M0004.json +32 -66
- data/schemas/tlc/1.2.0/commands/M0005.json +49 -92
- data/schemas/tlc/1.2.0/commands/M0006.json +49 -92
- data/schemas/tlc/1.2.0/commands/M0007.json +32 -66
- data/schemas/tlc/1.2.0/commands/M0008.json +49 -92
- data/schemas/tlc/1.2.0/commands/M0010.json +32 -66
- data/schemas/tlc/1.2.0/commands/M0011.json +32 -66
- data/schemas/tlc/1.2.0/commands/M0012.json +32 -60
- data/schemas/tlc/1.2.0/commands/M0013.json +32 -60
- data/schemas/tlc/1.2.0/commands/M0014.json +49 -86
- data/schemas/tlc/1.2.0/commands/M0015.json +49 -92
- data/schemas/tlc/1.2.0/commands/M0016.json +32 -60
- data/schemas/tlc/1.2.0/commands/M0017.json +32 -60
- data/schemas/tlc/1.2.0/commands/M0018.json +49 -92
- data/schemas/tlc/1.2.0/commands/M0019.json +67 -119
- data/schemas/tlc/1.2.0/commands/M0020.json +67 -119
- data/schemas/tlc/1.2.0/commands/M0021.json +32 -60
- data/schemas/tlc/1.2.0/commands/M0022.json +227 -333
- data/schemas/tlc/1.2.0/commands/M0023.json +32 -66
- data/schemas/tlc/1.2.0/commands/M0103.json +52 -83
- data/schemas/tlc/1.2.0/commands/M0104.json +121 -200
- data/schemas/tlc/1.2.0/commands/command_requests.json +1 -0
- data/schemas/tlc/1.2.0/commands/command_responses.json +1 -0
- data/schemas/tlc/1.2.0/commands/commands.json +1 -0
- data/schemas/tlc/1.2.0/rsmp.json +1 -0
- data/schemas/tlc/1.2.0/statuses/S0001.json +78 -124
- data/schemas/tlc/1.2.0/statuses/S0002.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0003.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0004.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0005.json +59 -99
- data/schemas/tlc/1.2.0/statuses/S0006.json +44 -78
- data/schemas/tlc/1.2.0/statuses/S0007.json +62 -105
- data/schemas/tlc/1.2.0/statuses/S0008.json +62 -105
- data/schemas/tlc/1.2.0/statuses/S0009.json +62 -105
- data/schemas/tlc/1.2.0/statuses/S0010.json +62 -105
- data/schemas/tlc/1.2.0/statuses/S0011.json +62 -105
- data/schemas/tlc/1.2.0/statuses/S0012.json +62 -105
- data/schemas/tlc/1.2.0/statuses/S0013.json +44 -78
- data/schemas/tlc/1.2.0/statuses/S0014.json +52 -80
- data/schemas/tlc/1.2.0/statuses/S0015.json +52 -80
- data/schemas/tlc/1.2.0/statuses/S0016.json +29 -54
- data/schemas/tlc/1.2.0/statuses/S0017.json +29 -54
- data/schemas/tlc/1.2.0/statuses/S0019.json +29 -54
- data/schemas/tlc/1.2.0/statuses/S0020.json +44 -78
- data/schemas/tlc/1.2.0/statuses/S0021.json +30 -49
- data/schemas/tlc/1.2.0/statuses/S0022.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0023.json +30 -49
- data/schemas/tlc/1.2.0/statuses/S0024.json +30 -49
- data/schemas/tlc/1.2.0/statuses/S0025.json +153 -241
- data/schemas/tlc/1.2.0/statuses/S0026.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0027.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0028.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0029.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0030.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0031.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0032.json +61 -104
- data/schemas/tlc/1.2.0/statuses/S0033.json +67 -104
- data/schemas/tlc/1.2.0/statuses/S0034.json +29 -54
- data/schemas/tlc/1.2.0/statuses/S0035.json +39 -64
- data/schemas/tlc/1.2.0/statuses/S0091.json +33 -58
- data/schemas/tlc/1.2.0/statuses/S0092.json +33 -58
- data/schemas/tlc/1.2.0/statuses/S0095.json +29 -48
- data/schemas/tlc/1.2.0/statuses/S0096.json +110 -180
- data/schemas/tlc/1.2.0/statuses/S0097.json +44 -72
- data/schemas/tlc/1.2.0/statuses/S0098.json +61 -92
- data/schemas/tlc/1.2.0/statuses/S0201.json +44 -78
- data/schemas/tlc/1.2.0/statuses/S0202.json +44 -78
- data/schemas/tlc/1.2.0/statuses/S0203.json +44 -78
- data/schemas/tlc/1.2.0/statuses/S0204.json +178 -284
- data/schemas/tlc/1.2.0/statuses/S0205.json +44 -78
- data/schemas/tlc/1.2.0/statuses/S0206.json +44 -78
- data/schemas/tlc/1.2.0/statuses/S0207.json +44 -78
- data/schemas/tlc/1.2.0/statuses/S0208.json +178 -284
- data/schemas/tlc/1.2.0/statuses/statuses.json +1 -0
- data/schemas/tlc/1.2.1/alarms/A0001.json +1 -0
- data/schemas/tlc/1.2.1/alarms/A0002.json +1 -0
- data/schemas/tlc/1.2.1/alarms/A0003.json +1 -0
- data/schemas/tlc/1.2.1/alarms/A0004.json +1 -0
- data/schemas/tlc/1.2.1/alarms/A0005.json +1 -0
- data/schemas/tlc/1.2.1/alarms/A0006.json +1 -0
- data/schemas/tlc/1.2.1/alarms/A0007.json +19 -44
- data/schemas/tlc/1.2.1/alarms/A0008.json +15 -46
- data/schemas/tlc/1.2.1/alarms/A0009.json +1 -0
- data/schemas/tlc/1.2.1/alarms/A0010.json +1 -0
- data/schemas/tlc/1.2.1/alarms/A0101.json +1 -0
- data/schemas/tlc/1.2.1/alarms/A0201.json +20 -45
- data/schemas/tlc/1.2.1/alarms/A0202.json +20 -45
- data/schemas/tlc/1.2.1/alarms/A0301.json +70 -110
- data/schemas/tlc/1.2.1/alarms/A0302.json +93 -136
- data/schemas/tlc/1.2.1/alarms/A0303.json +70 -110
- data/schemas/tlc/1.2.1/alarms/A0304.json +93 -136
- data/schemas/tlc/1.2.1/alarms/alarms.json +1 -0
- data/schemas/tlc/1.2.1/commands/M0001.json +72 -118
- data/schemas/tlc/1.2.1/commands/M0002.json +49 -92
- data/schemas/tlc/1.2.1/commands/M0003.json +49 -92
- data/schemas/tlc/1.2.1/commands/M0004.json +32 -66
- data/schemas/tlc/1.2.1/commands/M0005.json +49 -92
- data/schemas/tlc/1.2.1/commands/M0006.json +49 -92
- data/schemas/tlc/1.2.1/commands/M0007.json +32 -66
- data/schemas/tlc/1.2.1/commands/M0008.json +49 -92
- data/schemas/tlc/1.2.1/commands/M0010.json +32 -66
- data/schemas/tlc/1.2.1/commands/M0011.json +32 -66
- data/schemas/tlc/1.2.1/commands/M0012.json +32 -60
- data/schemas/tlc/1.2.1/commands/M0013.json +32 -60
- data/schemas/tlc/1.2.1/commands/M0014.json +49 -86
- data/schemas/tlc/1.2.1/commands/M0015.json +49 -92
- data/schemas/tlc/1.2.1/commands/M0016.json +32 -60
- data/schemas/tlc/1.2.1/commands/M0017.json +32 -60
- data/schemas/tlc/1.2.1/commands/M0018.json +49 -92
- data/schemas/tlc/1.2.1/commands/M0019.json +67 -119
- data/schemas/tlc/1.2.1/commands/M0020.json +67 -119
- data/schemas/tlc/1.2.1/commands/M0021.json +32 -60
- data/schemas/tlc/1.2.1/commands/M0022.json +227 -333
- data/schemas/tlc/1.2.1/commands/M0023.json +32 -66
- data/schemas/tlc/1.2.1/commands/M0103.json +52 -83
- data/schemas/tlc/1.2.1/commands/M0104.json +121 -200
- data/schemas/tlc/1.2.1/commands/command_requests.json +1 -0
- data/schemas/tlc/1.2.1/commands/command_responses.json +1 -0
- data/schemas/tlc/1.2.1/commands/commands.json +1 -0
- data/schemas/tlc/1.2.1/rsmp.json +1 -0
- data/schemas/tlc/1.2.1/statuses/S0001.json +78 -124
- data/schemas/tlc/1.2.1/statuses/S0002.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0003.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0004.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0005.json +59 -99
- data/schemas/tlc/1.2.1/statuses/S0006.json +44 -78
- data/schemas/tlc/1.2.1/statuses/S0007.json +62 -105
- data/schemas/tlc/1.2.1/statuses/S0008.json +62 -105
- data/schemas/tlc/1.2.1/statuses/S0009.json +62 -105
- data/schemas/tlc/1.2.1/statuses/S0010.json +60 -105
- data/schemas/tlc/1.2.1/statuses/S0011.json +62 -105
- data/schemas/tlc/1.2.1/statuses/S0012.json +62 -105
- data/schemas/tlc/1.2.1/statuses/S0013.json +44 -78
- data/schemas/tlc/1.2.1/statuses/S0014.json +52 -80
- data/schemas/tlc/1.2.1/statuses/S0015.json +52 -80
- data/schemas/tlc/1.2.1/statuses/S0016.json +29 -54
- data/schemas/tlc/1.2.1/statuses/S0017.json +29 -54
- data/schemas/tlc/1.2.1/statuses/S0019.json +29 -54
- data/schemas/tlc/1.2.1/statuses/S0020.json +44 -78
- data/schemas/tlc/1.2.1/statuses/S0021.json +30 -49
- data/schemas/tlc/1.2.1/statuses/S0022.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0023.json +30 -49
- data/schemas/tlc/1.2.1/statuses/S0024.json +30 -49
- data/schemas/tlc/1.2.1/statuses/S0025.json +153 -241
- data/schemas/tlc/1.2.1/statuses/S0026.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0027.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0028.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0029.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0030.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0031.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0032.json +61 -104
- data/schemas/tlc/1.2.1/statuses/S0033.json +67 -104
- data/schemas/tlc/1.2.1/statuses/S0034.json +29 -54
- data/schemas/tlc/1.2.1/statuses/S0035.json +39 -64
- data/schemas/tlc/1.2.1/statuses/S0091.json +33 -58
- data/schemas/tlc/1.2.1/statuses/S0092.json +33 -58
- data/schemas/tlc/1.2.1/statuses/S0095.json +29 -48
- data/schemas/tlc/1.2.1/statuses/S0096.json +110 -180
- data/schemas/tlc/1.2.1/statuses/S0097.json +44 -72
- data/schemas/tlc/1.2.1/statuses/S0098.json +61 -92
- data/schemas/tlc/1.2.1/statuses/S0201.json +44 -78
- data/schemas/tlc/1.2.1/statuses/S0202.json +44 -78
- data/schemas/tlc/1.2.1/statuses/S0203.json +44 -78
- data/schemas/tlc/1.2.1/statuses/S0204.json +178 -284
- data/schemas/tlc/1.2.1/statuses/S0205.json +44 -78
- data/schemas/tlc/1.2.1/statuses/S0206.json +44 -78
- data/schemas/tlc/1.2.1/statuses/S0207.json +44 -78
- data/schemas/tlc/1.2.1/statuses/S0208.json +178 -284
- data/schemas/tlc/1.2.1/statuses/statuses.json +1 -0
- data/schemas/tlc/defs/guards.json +24 -0
- metadata +5 -6
@@ -1,354 +1,248 @@
|
|
1
1
|
{
|
2
|
+
"$schema" : "https://json-schema.org/draft/2020-12/schema",
|
2
3
|
"description" : "Request Signal Priority\n\nUseful for bus priority or other type of priorities like emergency vehicles or groups of cyclists.\n\nThe benefit of using this message over activating inputs or detector logics is that you can specify a priority level, vehicle type and estimated time of arrival. You can also update or cancel the request, and use the corresponding status message to track the status of the request, including how much priority was actually given.\n\nTo understand how this command relates to ETSI/J2735, please see the [wiki](https://github.com/rsmp-nordic/rsmp_sxl_traffic_lights/wiki/Signal-priority-and-ETSI-J2735).\n\nActivating signal priority is expected to provide more green time for a particular movement through the intersection, but the exact mechanism must typically be configured in the controller.\n\nThe movement to prioritize can be referenced in a number of ways, depending on what is configured in the controller, and in the system that sends priority requests. Either:\n\n- Reference a signal group by setting 'signalGroupId'. This method is simple, but will not allow you to have different priority mechanism for the same signal group, unless they can be distinguished by the vehicle type. For example, if you need to trigger different priorities depending on whether a bus goes straight or makes a turn for the same signal group, you need to use of the other referencing methods.\n- Reference an input by setting 'inputId'. This can be useful if you previously used inputs to activate priority. The input will not be activated, only the priority.\n- Reference a connection by setting 'connectionId'. A connection is a movement from a specific ingoing lane to a specific outgoing lane.\n- Reference an intersection approach by setting 'approachId'.\n- Reference an ingoing lane by setting 'laneInId', and optionally also reference an outgoing lane by setting 'laneOutId'.\n\nReferencing attributes that are not used must be left out, rather than set to null or empty strings. This includes:\n\n- signalGroupId\n- inputId\n- connectionId\n- approachId\n- laneInId\n- laneOutId\n\nReferencing attributes are only used when initiating a request. When updating or cancelling the request, the request is identified by its requestId, and no referencing attributes are allowed.\n\nYou initiate a priority request with type set to 'new'. You must provide a request id that uniquely identifies the request on the controller. It can be a randomly generated UUID (universally unique identifier), or it can be constructed by combining e.g. a vehicle id and some other identifier. When updating or cancelling a request, you must pass the same request id again.\n\nProviding ETA (estimated time of arrival) when initiating a request is optional, but can help the controller plan ahead in cases where you're able to send the request before the vehicle arrives at the intersection. You're allowed to initiate the request without an ETA and provide it in a later request update. But providing the ETA when initiating the request is recommended, since it will give the controller more time to plan ahead.\n\nLike ETA, providing a vehicle type is optional, but can help the controller decide how to best handle the request.\n\nThe priority level provides a way to indicate the relative importance of the request compared to other requests. For example, emergency vehicles or delayed buses could be given a higher priority level.\n\nIf the ETA changes before the priority is cancelled, or you want to change the priority level, you can send another request message with type set to 'update'. The vehicle type cannot be changed.\n\nWhen you send a priority request, it will be processed to decide if it's possible to activate the requested priority.\n\nIf the request is accepted, the priority can either be activated immediately, or if another priority is currently active, it can be queued for later activation.\n\nIf the priority cannot be accepted the request is rejected. Cooldown is a specific type of rejection, which means that s similar request has just completed, and some time needs to pass before a similar request can be activated.\n\nWhen a request is queued, it is expected to become activated later, but in case too long passes without activation, the controller is expected to time out the request.\n\nOnce a priority is activated, you're excepted to cancel it as soon as there's no need for it anymore, typically when the vehicle has passed the intersection. You cancel a request by sending a request passing the existing request id setting the type to 'cancel'.\n\nIf a request is never cancelled, the controller is expected to remove the priority at some point, but until then the priority might block requests in other direction which is why you should always cancel a priority when it's not needed anymore.",
|
4
|
+
"properties" : {
|
5
|
+
"n" : {
|
6
|
+
"enum" : [
|
7
|
+
"approachId",
|
8
|
+
"connectionId",
|
9
|
+
"eta",
|
10
|
+
"inputId",
|
11
|
+
"laneInId",
|
12
|
+
"laneOutId",
|
13
|
+
"level",
|
14
|
+
"priorityId",
|
15
|
+
"requestId",
|
16
|
+
"signalGroupId",
|
17
|
+
"type",
|
18
|
+
"vehicleType"
|
19
|
+
]
|
20
|
+
},
|
21
|
+
"cO" : {
|
22
|
+
"const" : "requestPriority"
|
23
|
+
}
|
24
|
+
},
|
3
25
|
"allOf" : [
|
4
26
|
{
|
5
|
-
"
|
6
|
-
"
|
7
|
-
"
|
8
|
-
"
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
"
|
16
|
-
"
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
27
|
+
"if" : {
|
28
|
+
"properties" : {
|
29
|
+
"n" : {
|
30
|
+
"const" : "requestId"
|
31
|
+
}
|
32
|
+
}
|
33
|
+
},
|
34
|
+
"then" : {
|
35
|
+
"properties" : {
|
36
|
+
"v" : {
|
37
|
+
"description" : "A string that uniquely identifies the request on the controller",
|
38
|
+
"type" : "string"
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"if" : {
|
45
|
+
"properties" : {
|
46
|
+
"n" : {
|
47
|
+
"const" : "signalGroupId"
|
48
|
+
}
|
49
|
+
}
|
50
|
+
},
|
51
|
+
"then" : {
|
52
|
+
"properties" : {
|
53
|
+
"v" : {
|
54
|
+
"description" : "ID of a signal group component.",
|
55
|
+
"type" : "string"
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"if" : {
|
62
|
+
"properties" : {
|
63
|
+
"n" : {
|
64
|
+
"const" : "inputId"
|
65
|
+
}
|
66
|
+
}
|
67
|
+
},
|
68
|
+
"then" : {
|
69
|
+
"properties" : {
|
70
|
+
"v" : {
|
71
|
+
"description" : "ID of an input, using the same numbering scheme as M0006",
|
72
|
+
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
73
|
+
}
|
24
74
|
}
|
25
75
|
}
|
26
76
|
},
|
27
77
|
{
|
28
78
|
"if" : {
|
29
|
-
"required" : [
|
30
|
-
"q"
|
31
|
-
],
|
32
79
|
"properties" : {
|
33
|
-
"
|
80
|
+
"n" : {
|
81
|
+
"const" : "connectionId"
|
82
|
+
}
|
83
|
+
}
|
84
|
+
},
|
85
|
+
"then" : {
|
86
|
+
"properties" : {
|
87
|
+
"v" : {
|
88
|
+
"description" : "ID of a connection, connecting an ingoing and an outgoing lane",
|
89
|
+
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
90
|
+
}
|
91
|
+
}
|
92
|
+
}
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"if" : {
|
96
|
+
"properties" : {
|
97
|
+
"n" : {
|
98
|
+
"const" : "approachId"
|
99
|
+
}
|
100
|
+
}
|
101
|
+
},
|
102
|
+
"then" : {
|
103
|
+
"properties" : {
|
104
|
+
"v" : {
|
105
|
+
"description" : "ID of an intersection approach",
|
106
|
+
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
107
|
+
}
|
108
|
+
}
|
109
|
+
}
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"if" : {
|
113
|
+
"properties" : {
|
114
|
+
"n" : {
|
115
|
+
"const" : "laneInId"
|
116
|
+
}
|
117
|
+
}
|
118
|
+
},
|
119
|
+
"then" : {
|
120
|
+
"properties" : {
|
121
|
+
"v" : {
|
122
|
+
"description" : "ID of an ingoing lane",
|
123
|
+
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
124
|
+
}
|
125
|
+
}
|
126
|
+
}
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"if" : {
|
130
|
+
"properties" : {
|
131
|
+
"n" : {
|
132
|
+
"const" : "laneOutId"
|
133
|
+
}
|
134
|
+
}
|
135
|
+
},
|
136
|
+
"then" : {
|
137
|
+
"properties" : {
|
138
|
+
"v" : {
|
139
|
+
"description" : "ID of an outgoing lane",
|
140
|
+
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
141
|
+
}
|
142
|
+
}
|
143
|
+
}
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"if" : {
|
147
|
+
"properties" : {
|
148
|
+
"n" : {
|
149
|
+
"const" : "priorityId"
|
150
|
+
}
|
151
|
+
}
|
152
|
+
},
|
153
|
+
"then" : {
|
154
|
+
"properties" : {
|
155
|
+
"v" : {
|
156
|
+
"description" : "ID of a priority",
|
157
|
+
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
158
|
+
}
|
159
|
+
}
|
160
|
+
}
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"if" : {
|
164
|
+
"properties" : {
|
165
|
+
"n" : {
|
166
|
+
"const" : "type"
|
167
|
+
}
|
168
|
+
}
|
169
|
+
},
|
170
|
+
"then" : {
|
171
|
+
"properties" : {
|
172
|
+
"v" : {
|
173
|
+
"type" : "string",
|
34
174
|
"enum" : [
|
35
|
-
"
|
36
|
-
"
|
175
|
+
"cancel",
|
176
|
+
"new",
|
177
|
+
"update"
|
37
178
|
]
|
38
179
|
}
|
39
180
|
}
|
181
|
+
}
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"if" : {
|
185
|
+
"properties" : {
|
186
|
+
"n" : {
|
187
|
+
"const" : "level"
|
188
|
+
}
|
189
|
+
}
|
40
190
|
},
|
41
191
|
"then" : {
|
192
|
+
"properties" : {
|
193
|
+
"v" : {
|
194
|
+
"description" : "0: Lowest, 14: Highest",
|
195
|
+
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
196
|
+
}
|
197
|
+
}
|
198
|
+
}
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"if" : {
|
202
|
+
"properties" : {
|
203
|
+
"n" : {
|
204
|
+
"const" : "eta"
|
205
|
+
}
|
206
|
+
}
|
42
207
|
},
|
43
|
-
"
|
44
|
-
"
|
45
|
-
{
|
46
|
-
"
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
"
|
57
|
-
"properties" : {
|
58
|
-
"v" : {
|
59
|
-
"description" : "A string that uniquely identifies the request on the controller",
|
60
|
-
"type" : "string"
|
61
|
-
}
|
62
|
-
}
|
63
|
-
}
|
64
|
-
},
|
65
|
-
{
|
66
|
-
"if" : {
|
67
|
-
"required" : [
|
68
|
-
"n"
|
69
|
-
],
|
70
|
-
"properties" : {
|
71
|
-
"n" : {
|
72
|
-
"const" : "signalGroupId"
|
73
|
-
}
|
74
|
-
}
|
75
|
-
},
|
76
|
-
"then" : {
|
77
|
-
"properties" : {
|
78
|
-
"v" : {
|
79
|
-
"description" : "ID of a signal group component.",
|
80
|
-
"type" : "string"
|
81
|
-
}
|
82
|
-
}
|
83
|
-
}
|
84
|
-
},
|
85
|
-
{
|
86
|
-
"if" : {
|
87
|
-
"required" : [
|
88
|
-
"n"
|
89
|
-
],
|
90
|
-
"properties" : {
|
91
|
-
"n" : {
|
92
|
-
"const" : "inputId"
|
93
|
-
}
|
94
|
-
}
|
95
|
-
},
|
96
|
-
"then" : {
|
97
|
-
"properties" : {
|
98
|
-
"v" : {
|
99
|
-
"allOf" : [
|
100
|
-
{
|
101
|
-
"description" : "ID of an input, using the same numbering scheme as M0006"
|
102
|
-
},
|
103
|
-
{
|
104
|
-
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
105
|
-
}
|
106
|
-
]
|
107
|
-
}
|
108
|
-
}
|
109
|
-
}
|
110
|
-
},
|
111
|
-
{
|
112
|
-
"if" : {
|
113
|
-
"required" : [
|
114
|
-
"n"
|
115
|
-
],
|
116
|
-
"properties" : {
|
117
|
-
"n" : {
|
118
|
-
"const" : "connectionId"
|
119
|
-
}
|
120
|
-
}
|
121
|
-
},
|
122
|
-
"then" : {
|
123
|
-
"properties" : {
|
124
|
-
"v" : {
|
125
|
-
"allOf" : [
|
126
|
-
{
|
127
|
-
"description" : "ID of a connection, connecting an ingoing and an outgoing lane"
|
128
|
-
},
|
129
|
-
{
|
130
|
-
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
131
|
-
}
|
132
|
-
]
|
133
|
-
}
|
134
|
-
}
|
135
|
-
}
|
136
|
-
},
|
137
|
-
{
|
138
|
-
"if" : {
|
139
|
-
"required" : [
|
140
|
-
"n"
|
141
|
-
],
|
142
|
-
"properties" : {
|
143
|
-
"n" : {
|
144
|
-
"const" : "approachId"
|
145
|
-
}
|
146
|
-
}
|
147
|
-
},
|
148
|
-
"then" : {
|
149
|
-
"properties" : {
|
150
|
-
"v" : {
|
151
|
-
"allOf" : [
|
152
|
-
{
|
153
|
-
"description" : "ID of an intersection approach"
|
154
|
-
},
|
155
|
-
{
|
156
|
-
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
157
|
-
}
|
158
|
-
]
|
159
|
-
}
|
160
|
-
}
|
161
|
-
}
|
162
|
-
},
|
163
|
-
{
|
164
|
-
"if" : {
|
165
|
-
"required" : [
|
166
|
-
"n"
|
167
|
-
],
|
168
|
-
"properties" : {
|
169
|
-
"n" : {
|
170
|
-
"const" : "laneInId"
|
171
|
-
}
|
172
|
-
}
|
173
|
-
},
|
174
|
-
"then" : {
|
175
|
-
"properties" : {
|
176
|
-
"v" : {
|
177
|
-
"allOf" : [
|
178
|
-
{
|
179
|
-
"description" : "ID of an ingoing lane"
|
180
|
-
},
|
181
|
-
{
|
182
|
-
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
183
|
-
}
|
184
|
-
]
|
185
|
-
}
|
186
|
-
}
|
187
|
-
}
|
188
|
-
},
|
189
|
-
{
|
190
|
-
"if" : {
|
191
|
-
"required" : [
|
192
|
-
"n"
|
193
|
-
],
|
194
|
-
"properties" : {
|
195
|
-
"n" : {
|
196
|
-
"const" : "laneOutId"
|
197
|
-
}
|
198
|
-
}
|
199
|
-
},
|
200
|
-
"then" : {
|
201
|
-
"properties" : {
|
202
|
-
"v" : {
|
203
|
-
"allOf" : [
|
204
|
-
{
|
205
|
-
"description" : "ID of an outgoing lane"
|
206
|
-
},
|
207
|
-
{
|
208
|
-
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
209
|
-
}
|
210
|
-
]
|
211
|
-
}
|
212
|
-
}
|
213
|
-
}
|
214
|
-
},
|
215
|
-
{
|
216
|
-
"if" : {
|
217
|
-
"required" : [
|
218
|
-
"n"
|
219
|
-
],
|
220
|
-
"properties" : {
|
221
|
-
"n" : {
|
222
|
-
"const" : "priorityId"
|
223
|
-
}
|
224
|
-
}
|
225
|
-
},
|
226
|
-
"then" : {
|
227
|
-
"properties" : {
|
228
|
-
"v" : {
|
229
|
-
"allOf" : [
|
230
|
-
{
|
231
|
-
"description" : "ID of a priority"
|
232
|
-
},
|
233
|
-
{
|
234
|
-
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
235
|
-
}
|
236
|
-
]
|
237
|
-
}
|
238
|
-
}
|
239
|
-
}
|
240
|
-
},
|
241
|
-
{
|
242
|
-
"if" : {
|
243
|
-
"required" : [
|
244
|
-
"n"
|
245
|
-
],
|
246
|
-
"properties" : {
|
247
|
-
"n" : {
|
248
|
-
"const" : "type"
|
249
|
-
}
|
250
|
-
}
|
251
|
-
},
|
252
|
-
"then" : {
|
253
|
-
"properties" : {
|
254
|
-
"v" : {
|
255
|
-
"type" : "string",
|
256
|
-
"enum" : [
|
257
|
-
"cancel",
|
258
|
-
"new",
|
259
|
-
"update"
|
260
|
-
]
|
261
|
-
}
|
262
|
-
}
|
263
|
-
}
|
264
|
-
},
|
265
|
-
{
|
266
|
-
"if" : {
|
267
|
-
"required" : [
|
268
|
-
"n"
|
269
|
-
],
|
270
|
-
"properties" : {
|
271
|
-
"n" : {
|
272
|
-
"const" : "level"
|
273
|
-
}
|
274
|
-
}
|
275
|
-
},
|
276
|
-
"then" : {
|
277
|
-
"properties" : {
|
278
|
-
"v" : {
|
279
|
-
"allOf" : [
|
280
|
-
{
|
281
|
-
"description" : "0: Lowest, 14: Highest"
|
282
|
-
},
|
283
|
-
{
|
284
|
-
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
285
|
-
}
|
286
|
-
]
|
287
|
-
}
|
288
|
-
}
|
289
|
-
}
|
290
|
-
},
|
291
|
-
{
|
292
|
-
"if" : {
|
293
|
-
"required" : [
|
294
|
-
"n"
|
295
|
-
],
|
296
|
-
"properties" : {
|
297
|
-
"n" : {
|
298
|
-
"const" : "eta"
|
299
|
-
}
|
300
|
-
}
|
301
|
-
},
|
302
|
-
"then" : {
|
303
|
-
"properties" : {
|
304
|
-
"v" : {
|
305
|
-
"allOf" : [
|
306
|
-
{
|
307
|
-
"description" : "Estimated time of arrival to the intersection, in seconds"
|
308
|
-
},
|
309
|
-
{
|
310
|
-
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
311
|
-
}
|
312
|
-
]
|
313
|
-
}
|
314
|
-
}
|
315
|
-
}
|
316
|
-
},
|
317
|
-
{
|
318
|
-
"if" : {
|
319
|
-
"required" : [
|
320
|
-
"n"
|
321
|
-
],
|
322
|
-
"properties" : {
|
323
|
-
"n" : {
|
324
|
-
"const" : "vehicleType"
|
325
|
-
}
|
326
|
-
}
|
327
|
-
},
|
328
|
-
"then" : {
|
329
|
-
"properties" : {
|
330
|
-
"v" : {
|
331
|
-
"description" : "Vehicle type",
|
332
|
-
"type" : "string",
|
333
|
-
"enum" : [
|
334
|
-
"bicycle",
|
335
|
-
"bus",
|
336
|
-
"car",
|
337
|
-
"emergency",
|
338
|
-
"heavyTruck",
|
339
|
-
"lightTruck",
|
340
|
-
"motorcycle",
|
341
|
-
"other",
|
342
|
-
"pedestrian",
|
343
|
-
"safetyCar",
|
344
|
-
"specialTransport",
|
345
|
-
"tram"
|
346
|
-
]
|
347
|
-
}
|
348
|
-
}
|
349
|
-
}
|
208
|
+
"then" : {
|
209
|
+
"properties" : {
|
210
|
+
"v" : {
|
211
|
+
"description" : "Estimated time of arrival to the intersection, in seconds",
|
212
|
+
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
213
|
+
}
|
214
|
+
}
|
215
|
+
}
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"if" : {
|
219
|
+
"properties" : {
|
220
|
+
"n" : {
|
221
|
+
"const" : "vehicleType"
|
350
222
|
}
|
351
|
-
|
223
|
+
}
|
224
|
+
},
|
225
|
+
"then" : {
|
226
|
+
"properties" : {
|
227
|
+
"v" : {
|
228
|
+
"description" : "Vehicle type",
|
229
|
+
"type" : "string",
|
230
|
+
"enum" : [
|
231
|
+
"bicycle",
|
232
|
+
"bus",
|
233
|
+
"car",
|
234
|
+
"emergency",
|
235
|
+
"heavyTruck",
|
236
|
+
"lightTruck",
|
237
|
+
"motorcycle",
|
238
|
+
"other",
|
239
|
+
"pedestrian",
|
240
|
+
"safetyCar",
|
241
|
+
"specialTransport",
|
242
|
+
"tram"
|
243
|
+
]
|
244
|
+
}
|
245
|
+
}
|
352
246
|
}
|
353
247
|
}
|
354
248
|
]
|
@@ -1,84 +1,50 @@
|
|
1
1
|
{
|
2
|
+
"$schema" : "https://json-schema.org/draft/2020-12/schema",
|
2
3
|
"description" : "Set timeout for dynamic bands\nSwitch to a designated time plan if this timeout is reached due to lost connection with the supervisor.\nDisable by setting timeout to '0'.\nUsed in conjunction with dynamic bands, M0014\nRequires security code 2.",
|
4
|
+
"properties" : {
|
5
|
+
"n" : {
|
6
|
+
"enum" : [
|
7
|
+
"securityCode",
|
8
|
+
"status"
|
9
|
+
]
|
10
|
+
},
|
11
|
+
"cO" : {
|
12
|
+
"const" : "setTimeout"
|
13
|
+
}
|
14
|
+
},
|
3
15
|
"allOf" : [
|
4
16
|
{
|
5
|
-
"
|
6
|
-
"
|
7
|
-
"
|
8
|
-
"
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
17
|
+
"if" : {
|
18
|
+
"properties" : {
|
19
|
+
"n" : {
|
20
|
+
"const" : "status"
|
21
|
+
}
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"then" : {
|
25
|
+
"properties" : {
|
26
|
+
"v" : {
|
27
|
+
"description" : "Timeout, in minutes",
|
28
|
+
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
29
|
+
}
|
14
30
|
}
|
15
31
|
}
|
16
32
|
},
|
17
33
|
{
|
18
34
|
"if" : {
|
19
|
-
"required" : [
|
20
|
-
"q"
|
21
|
-
],
|
22
35
|
"properties" : {
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"undefined",
|
26
|
-
"unknown"
|
27
|
-
]
|
36
|
+
"n" : {
|
37
|
+
"const" : "securityCode"
|
28
38
|
}
|
29
39
|
}
|
30
40
|
},
|
31
41
|
"then" : {
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
"if" : {
|
37
|
-
"required" : [
|
38
|
-
"n"
|
39
|
-
],
|
40
|
-
"properties" : {
|
41
|
-
"n" : {
|
42
|
-
"const" : "status"
|
43
|
-
}
|
44
|
-
}
|
45
|
-
},
|
46
|
-
"then" : {
|
47
|
-
"properties" : {
|
48
|
-
"v" : {
|
49
|
-
"allOf" : [
|
50
|
-
{
|
51
|
-
"description" : "Timeout, in minutes"
|
52
|
-
},
|
53
|
-
{
|
54
|
-
"$ref" : "../../../core/3.1.2/definitions.json#/integer"
|
55
|
-
}
|
56
|
-
]
|
57
|
-
}
|
58
|
-
}
|
59
|
-
}
|
60
|
-
},
|
61
|
-
{
|
62
|
-
"if" : {
|
63
|
-
"required" : [
|
64
|
-
"n"
|
65
|
-
],
|
66
|
-
"properties" : {
|
67
|
-
"n" : {
|
68
|
-
"const" : "securityCode"
|
69
|
-
}
|
70
|
-
}
|
71
|
-
},
|
72
|
-
"then" : {
|
73
|
-
"properties" : {
|
74
|
-
"v" : {
|
75
|
-
"description" : "Security code 2",
|
76
|
-
"type" : "string"
|
77
|
-
}
|
78
|
-
}
|
79
|
-
}
|
42
|
+
"properties" : {
|
43
|
+
"v" : {
|
44
|
+
"description" : "Security code 2",
|
45
|
+
"type" : "string"
|
80
46
|
}
|
81
|
-
|
47
|
+
}
|
82
48
|
}
|
83
49
|
}
|
84
50
|
]
|