rsmp_schema 0.4.4 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (658) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rspec.yaml +1 -1
  3. data/.tool-versions +1 -0
  4. data/Gemfile.lock +2 -2
  5. data/lib/rsmp_schema/convert/export/json_schema.rb +32 -12
  6. data/lib/rsmp_schema/schema.rb +6 -3
  7. data/lib/rsmp_schema/version.rb +1 -1
  8. data/schemas/core/3.1.2/status_response.json +1 -1
  9. data/schemas/core/3.1.3/status_response.json +21 -23
  10. data/schemas/core/3.2/status_response.json +20 -22
  11. data/schemas/core/3.2.1/core.json +39 -0
  12. data/schemas/core/3.2.1/rsmp.json +133 -0
  13. data/schemas/tlc/1.0.10/alarms/A0001.json +1 -5
  14. data/schemas/tlc/1.0.10/alarms/A0002.json +1 -5
  15. data/schemas/tlc/1.0.10/alarms/A0003.json +1 -5
  16. data/schemas/tlc/1.0.10/alarms/A0004.json +1 -5
  17. data/schemas/tlc/1.0.10/alarms/A0005.json +1 -5
  18. data/schemas/tlc/1.0.10/alarms/A0006.json +1 -5
  19. data/schemas/tlc/1.0.10/alarms/A0007.json +1 -5
  20. data/schemas/tlc/1.0.10/alarms/A0008.json +30 -24
  21. data/schemas/tlc/1.0.10/alarms/A0009.json +1 -5
  22. data/schemas/tlc/1.0.10/alarms/A0101.json +1 -5
  23. data/schemas/tlc/1.0.10/alarms/A0201.json +30 -24
  24. data/schemas/tlc/1.0.10/alarms/A0202.json +30 -24
  25. data/schemas/tlc/1.0.10/alarms/A0301.json +98 -92
  26. data/schemas/tlc/1.0.10/alarms/A0302.json +123 -117
  27. data/schemas/tlc/1.0.10/commands/M0001.json +105 -99
  28. data/schemas/tlc/1.0.10/commands/M0002.json +75 -69
  29. data/schemas/tlc/1.0.10/commands/M0003.json +75 -69
  30. data/schemas/tlc/1.0.10/commands/M0004.json +50 -44
  31. data/schemas/tlc/1.0.10/commands/M0005.json +75 -69
  32. data/schemas/tlc/1.0.10/commands/M0006.json +75 -69
  33. data/schemas/tlc/1.0.10/commands/M0007.json +50 -44
  34. data/schemas/tlc/1.0.10/commands/M0008.json +75 -69
  35. data/schemas/tlc/1.0.10/commands/M0010.json +50 -44
  36. data/schemas/tlc/1.0.10/commands/M0011.json +50 -44
  37. data/schemas/tlc/1.0.10/commands/M0012.json +45 -39
  38. data/schemas/tlc/1.0.10/commands/M0013.json +45 -39
  39. data/schemas/tlc/1.0.10/commands/M0019.json +100 -94
  40. data/schemas/tlc/1.0.10/commands/M0103.json +68 -62
  41. data/schemas/tlc/1.0.10/commands/M0104.json +175 -169
  42. data/schemas/tlc/1.0.10/statuses/S0001.json +101 -95
  43. data/schemas/tlc/1.0.10/statuses/S0002.json +25 -19
  44. data/schemas/tlc/1.0.10/statuses/S0003.json +45 -39
  45. data/schemas/tlc/1.0.10/statuses/S0004.json +45 -39
  46. data/schemas/tlc/1.0.10/statuses/S0005.json +30 -24
  47. data/schemas/tlc/1.0.10/statuses/S0006.json +55 -49
  48. data/schemas/tlc/1.0.10/statuses/S0007.json +55 -49
  49. data/schemas/tlc/1.0.10/statuses/S0008.json +55 -49
  50. data/schemas/tlc/1.0.10/statuses/S0009.json +55 -49
  51. data/schemas/tlc/1.0.10/statuses/S0010.json +55 -49
  52. data/schemas/tlc/1.0.10/statuses/S0011.json +55 -49
  53. data/schemas/tlc/1.0.10/statuses/S0012.json +55 -49
  54. data/schemas/tlc/1.0.10/statuses/S0013.json +55 -49
  55. data/schemas/tlc/1.0.10/statuses/S0014.json +30 -24
  56. data/schemas/tlc/1.0.10/statuses/S0015.json +30 -24
  57. data/schemas/tlc/1.0.10/statuses/S0016.json +30 -24
  58. data/schemas/tlc/1.0.10/statuses/S0017.json +30 -24
  59. data/schemas/tlc/1.0.10/statuses/S0018.json +30 -24
  60. data/schemas/tlc/1.0.10/statuses/S0019.json +30 -24
  61. data/schemas/tlc/1.0.10/statuses/S0020.json +55 -49
  62. data/schemas/tlc/1.0.10/statuses/S0021.json +26 -20
  63. data/schemas/tlc/1.0.10/statuses/S0091.json +48 -42
  64. data/schemas/tlc/1.0.10/statuses/S0092.json +48 -42
  65. data/schemas/tlc/1.0.10/statuses/S0095.json +25 -19
  66. data/schemas/tlc/1.0.10/statuses/S0096.json +155 -149
  67. data/schemas/tlc/1.0.10/statuses/S0201.json +55 -49
  68. data/schemas/tlc/1.0.10/statuses/S0202.json +55 -49
  69. data/schemas/tlc/1.0.10/statuses/S0203.json +55 -49
  70. data/schemas/tlc/1.0.10/statuses/S0204.json +255 -249
  71. data/schemas/tlc/1.0.13/alarms/A0001.json +1 -5
  72. data/schemas/tlc/1.0.13/alarms/A0002.json +1 -5
  73. data/schemas/tlc/1.0.13/alarms/A0003.json +1 -5
  74. data/schemas/tlc/1.0.13/alarms/A0004.json +1 -5
  75. data/schemas/tlc/1.0.13/alarms/A0005.json +1 -5
  76. data/schemas/tlc/1.0.13/alarms/A0006.json +1 -5
  77. data/schemas/tlc/1.0.13/alarms/A0007.json +1 -5
  78. data/schemas/tlc/1.0.13/alarms/A0008.json +30 -24
  79. data/schemas/tlc/1.0.13/alarms/A0009.json +1 -5
  80. data/schemas/tlc/1.0.13/alarms/A0101.json +1 -5
  81. data/schemas/tlc/1.0.13/alarms/A0201.json +30 -24
  82. data/schemas/tlc/1.0.13/alarms/A0202.json +30 -24
  83. data/schemas/tlc/1.0.13/alarms/A0301.json +98 -92
  84. data/schemas/tlc/1.0.13/alarms/A0302.json +123 -117
  85. data/schemas/tlc/1.0.13/commands/M0001.json +105 -99
  86. data/schemas/tlc/1.0.13/commands/M0002.json +75 -69
  87. data/schemas/tlc/1.0.13/commands/M0003.json +75 -69
  88. data/schemas/tlc/1.0.13/commands/M0004.json +50 -44
  89. data/schemas/tlc/1.0.13/commands/M0005.json +75 -69
  90. data/schemas/tlc/1.0.13/commands/M0006.json +75 -69
  91. data/schemas/tlc/1.0.13/commands/M0007.json +50 -44
  92. data/schemas/tlc/1.0.13/commands/M0008.json +75 -69
  93. data/schemas/tlc/1.0.13/commands/M0010.json +50 -44
  94. data/schemas/tlc/1.0.13/commands/M0011.json +50 -44
  95. data/schemas/tlc/1.0.13/commands/M0012.json +45 -39
  96. data/schemas/tlc/1.0.13/commands/M0013.json +45 -39
  97. data/schemas/tlc/1.0.13/commands/M0014.json +70 -64
  98. data/schemas/tlc/1.0.13/commands/M0015.json +75 -69
  99. data/schemas/tlc/1.0.13/commands/M0016.json +45 -39
  100. data/schemas/tlc/1.0.13/commands/M0017.json +45 -39
  101. data/schemas/tlc/1.0.13/commands/M0018.json +75 -69
  102. data/schemas/tlc/1.0.13/commands/M0019.json +100 -94
  103. data/schemas/tlc/1.0.13/commands/M0103.json +68 -62
  104. data/schemas/tlc/1.0.13/commands/M0104.json +175 -169
  105. data/schemas/tlc/1.0.13/statuses/S0001.json +101 -95
  106. data/schemas/tlc/1.0.13/statuses/S0002.json +25 -19
  107. data/schemas/tlc/1.0.13/statuses/S0003.json +45 -39
  108. data/schemas/tlc/1.0.13/statuses/S0004.json +45 -39
  109. data/schemas/tlc/1.0.13/statuses/S0005.json +30 -24
  110. data/schemas/tlc/1.0.13/statuses/S0006.json +55 -49
  111. data/schemas/tlc/1.0.13/statuses/S0007.json +55 -49
  112. data/schemas/tlc/1.0.13/statuses/S0008.json +55 -49
  113. data/schemas/tlc/1.0.13/statuses/S0009.json +55 -49
  114. data/schemas/tlc/1.0.13/statuses/S0010.json +55 -49
  115. data/schemas/tlc/1.0.13/statuses/S0011.json +55 -49
  116. data/schemas/tlc/1.0.13/statuses/S0012.json +55 -49
  117. data/schemas/tlc/1.0.13/statuses/S0013.json +55 -49
  118. data/schemas/tlc/1.0.13/statuses/S0014.json +30 -24
  119. data/schemas/tlc/1.0.13/statuses/S0015.json +30 -24
  120. data/schemas/tlc/1.0.13/statuses/S0016.json +30 -24
  121. data/schemas/tlc/1.0.13/statuses/S0017.json +30 -24
  122. data/schemas/tlc/1.0.13/statuses/S0018.json +30 -24
  123. data/schemas/tlc/1.0.13/statuses/S0019.json +30 -24
  124. data/schemas/tlc/1.0.13/statuses/S0020.json +55 -49
  125. data/schemas/tlc/1.0.13/statuses/S0021.json +26 -20
  126. data/schemas/tlc/1.0.13/statuses/S0022.json +25 -19
  127. data/schemas/tlc/1.0.13/statuses/S0023.json +26 -20
  128. data/schemas/tlc/1.0.13/statuses/S0024.json +26 -20
  129. data/schemas/tlc/1.0.13/statuses/S0025.json +213 -207
  130. data/schemas/tlc/1.0.13/statuses/S0026.json +25 -19
  131. data/schemas/tlc/1.0.13/statuses/S0027.json +25 -19
  132. data/schemas/tlc/1.0.13/statuses/S0028.json +25 -19
  133. data/schemas/tlc/1.0.13/statuses/S0029.json +25 -19
  134. data/schemas/tlc/1.0.13/statuses/S0091.json +48 -42
  135. data/schemas/tlc/1.0.13/statuses/S0092.json +48 -42
  136. data/schemas/tlc/1.0.13/statuses/S0095.json +25 -19
  137. data/schemas/tlc/1.0.13/statuses/S0096.json +155 -149
  138. data/schemas/tlc/1.0.13/statuses/S0201.json +55 -49
  139. data/schemas/tlc/1.0.13/statuses/S0202.json +55 -49
  140. data/schemas/tlc/1.0.13/statuses/S0203.json +55 -49
  141. data/schemas/tlc/1.0.13/statuses/S0204.json +255 -249
  142. data/schemas/tlc/1.0.14/alarms/A0001.json +1 -5
  143. data/schemas/tlc/1.0.14/alarms/A0002.json +1 -5
  144. data/schemas/tlc/1.0.14/alarms/A0003.json +1 -5
  145. data/schemas/tlc/1.0.14/alarms/A0004.json +1 -5
  146. data/schemas/tlc/1.0.14/alarms/A0005.json +1 -5
  147. data/schemas/tlc/1.0.14/alarms/A0006.json +1 -5
  148. data/schemas/tlc/1.0.14/alarms/A0007.json +1 -5
  149. data/schemas/tlc/1.0.14/alarms/A0008.json +30 -24
  150. data/schemas/tlc/1.0.14/alarms/A0009.json +1 -5
  151. data/schemas/tlc/1.0.14/alarms/A0101.json +1 -5
  152. data/schemas/tlc/1.0.14/alarms/A0201.json +30 -24
  153. data/schemas/tlc/1.0.14/alarms/A0202.json +30 -24
  154. data/schemas/tlc/1.0.14/alarms/A0301.json +98 -92
  155. data/schemas/tlc/1.0.14/alarms/A0302.json +123 -117
  156. data/schemas/tlc/1.0.14/commands/M0001.json +105 -99
  157. data/schemas/tlc/1.0.14/commands/M0002.json +75 -69
  158. data/schemas/tlc/1.0.14/commands/M0003.json +75 -69
  159. data/schemas/tlc/1.0.14/commands/M0004.json +50 -44
  160. data/schemas/tlc/1.0.14/commands/M0005.json +75 -69
  161. data/schemas/tlc/1.0.14/commands/M0006.json +75 -69
  162. data/schemas/tlc/1.0.14/commands/M0007.json +50 -44
  163. data/schemas/tlc/1.0.14/commands/M0008.json +75 -69
  164. data/schemas/tlc/1.0.14/commands/M0010.json +50 -44
  165. data/schemas/tlc/1.0.14/commands/M0011.json +50 -44
  166. data/schemas/tlc/1.0.14/commands/M0012.json +45 -39
  167. data/schemas/tlc/1.0.14/commands/M0013.json +45 -39
  168. data/schemas/tlc/1.0.14/commands/M0014.json +70 -64
  169. data/schemas/tlc/1.0.14/commands/M0015.json +75 -69
  170. data/schemas/tlc/1.0.14/commands/M0016.json +45 -39
  171. data/schemas/tlc/1.0.14/commands/M0017.json +45 -39
  172. data/schemas/tlc/1.0.14/commands/M0018.json +75 -69
  173. data/schemas/tlc/1.0.14/commands/M0019.json +100 -94
  174. data/schemas/tlc/1.0.14/commands/M0103.json +68 -62
  175. data/schemas/tlc/1.0.14/commands/M0104.json +175 -169
  176. data/schemas/tlc/1.0.14/statuses/S0001.json +101 -95
  177. data/schemas/tlc/1.0.14/statuses/S0002.json +25 -19
  178. data/schemas/tlc/1.0.14/statuses/S0003.json +45 -39
  179. data/schemas/tlc/1.0.14/statuses/S0004.json +45 -39
  180. data/schemas/tlc/1.0.14/statuses/S0005.json +30 -24
  181. data/schemas/tlc/1.0.14/statuses/S0006.json +55 -49
  182. data/schemas/tlc/1.0.14/statuses/S0007.json +55 -49
  183. data/schemas/tlc/1.0.14/statuses/S0008.json +55 -49
  184. data/schemas/tlc/1.0.14/statuses/S0009.json +55 -49
  185. data/schemas/tlc/1.0.14/statuses/S0010.json +55 -49
  186. data/schemas/tlc/1.0.14/statuses/S0011.json +55 -49
  187. data/schemas/tlc/1.0.14/statuses/S0012.json +55 -49
  188. data/schemas/tlc/1.0.14/statuses/S0013.json +55 -49
  189. data/schemas/tlc/1.0.14/statuses/S0014.json +30 -24
  190. data/schemas/tlc/1.0.14/statuses/S0015.json +30 -24
  191. data/schemas/tlc/1.0.14/statuses/S0016.json +30 -24
  192. data/schemas/tlc/1.0.14/statuses/S0017.json +30 -24
  193. data/schemas/tlc/1.0.14/statuses/S0018.json +30 -24
  194. data/schemas/tlc/1.0.14/statuses/S0019.json +30 -24
  195. data/schemas/tlc/1.0.14/statuses/S0020.json +55 -49
  196. data/schemas/tlc/1.0.14/statuses/S0021.json +26 -20
  197. data/schemas/tlc/1.0.14/statuses/S0022.json +25 -19
  198. data/schemas/tlc/1.0.14/statuses/S0023.json +26 -20
  199. data/schemas/tlc/1.0.14/statuses/S0024.json +26 -20
  200. data/schemas/tlc/1.0.14/statuses/S0025.json +213 -207
  201. data/schemas/tlc/1.0.14/statuses/S0026.json +25 -19
  202. data/schemas/tlc/1.0.14/statuses/S0027.json +25 -19
  203. data/schemas/tlc/1.0.14/statuses/S0028.json +25 -19
  204. data/schemas/tlc/1.0.14/statuses/S0029.json +25 -19
  205. data/schemas/tlc/1.0.14/statuses/S0091.json +48 -42
  206. data/schemas/tlc/1.0.14/statuses/S0092.json +48 -42
  207. data/schemas/tlc/1.0.14/statuses/S0095.json +25 -19
  208. data/schemas/tlc/1.0.14/statuses/S0096.json +155 -149
  209. data/schemas/tlc/1.0.14/statuses/S0201.json +55 -49
  210. data/schemas/tlc/1.0.14/statuses/S0202.json +55 -49
  211. data/schemas/tlc/1.0.14/statuses/S0203.json +55 -49
  212. data/schemas/tlc/1.0.14/statuses/S0204.json +255 -249
  213. data/schemas/tlc/1.0.14/statuses/S0205.json +50 -44
  214. data/schemas/tlc/1.0.14/statuses/S0206.json +50 -44
  215. data/schemas/tlc/1.0.14/statuses/S0207.json +50 -44
  216. data/schemas/tlc/1.0.14/statuses/S0208.json +211 -205
  217. data/schemas/tlc/1.0.15/alarms/A0001.json +1 -5
  218. data/schemas/tlc/1.0.15/alarms/A0002.json +1 -5
  219. data/schemas/tlc/1.0.15/alarms/A0003.json +1 -5
  220. data/schemas/tlc/1.0.15/alarms/A0004.json +1 -5
  221. data/schemas/tlc/1.0.15/alarms/A0005.json +1 -5
  222. data/schemas/tlc/1.0.15/alarms/A0006.json +1 -5
  223. data/schemas/tlc/1.0.15/alarms/A0007.json +1 -5
  224. data/schemas/tlc/1.0.15/alarms/A0008.json +30 -24
  225. data/schemas/tlc/1.0.15/alarms/A0009.json +1 -5
  226. data/schemas/tlc/1.0.15/alarms/A0010.json +1 -5
  227. data/schemas/tlc/1.0.15/alarms/A0101.json +1 -5
  228. data/schemas/tlc/1.0.15/alarms/A0201.json +30 -24
  229. data/schemas/tlc/1.0.15/alarms/A0202.json +30 -24
  230. data/schemas/tlc/1.0.15/alarms/A0301.json +98 -92
  231. data/schemas/tlc/1.0.15/alarms/A0302.json +123 -117
  232. data/schemas/tlc/1.0.15/commands/M0001.json +105 -99
  233. data/schemas/tlc/1.0.15/commands/M0002.json +75 -69
  234. data/schemas/tlc/1.0.15/commands/M0003.json +75 -69
  235. data/schemas/tlc/1.0.15/commands/M0004.json +50 -44
  236. data/schemas/tlc/1.0.15/commands/M0005.json +75 -69
  237. data/schemas/tlc/1.0.15/commands/M0006.json +75 -69
  238. data/schemas/tlc/1.0.15/commands/M0007.json +50 -44
  239. data/schemas/tlc/1.0.15/commands/M0008.json +75 -69
  240. data/schemas/tlc/1.0.15/commands/M0010.json +50 -44
  241. data/schemas/tlc/1.0.15/commands/M0011.json +50 -44
  242. data/schemas/tlc/1.0.15/commands/M0012.json +45 -39
  243. data/schemas/tlc/1.0.15/commands/M0013.json +45 -39
  244. data/schemas/tlc/1.0.15/commands/M0014.json +70 -64
  245. data/schemas/tlc/1.0.15/commands/M0015.json +75 -69
  246. data/schemas/tlc/1.0.15/commands/M0016.json +45 -39
  247. data/schemas/tlc/1.0.15/commands/M0017.json +45 -39
  248. data/schemas/tlc/1.0.15/commands/M0018.json +75 -69
  249. data/schemas/tlc/1.0.15/commands/M0019.json +100 -94
  250. data/schemas/tlc/1.0.15/commands/M0020.json +100 -94
  251. data/schemas/tlc/1.0.15/commands/M0021.json +45 -39
  252. data/schemas/tlc/1.0.15/commands/M0103.json +68 -62
  253. data/schemas/tlc/1.0.15/commands/M0104.json +175 -169
  254. data/schemas/tlc/1.0.15/statuses/S0001.json +101 -95
  255. data/schemas/tlc/1.0.15/statuses/S0002.json +25 -19
  256. data/schemas/tlc/1.0.15/statuses/S0003.json +45 -39
  257. data/schemas/tlc/1.0.15/statuses/S0004.json +45 -39
  258. data/schemas/tlc/1.0.15/statuses/S0005.json +30 -24
  259. data/schemas/tlc/1.0.15/statuses/S0006.json +55 -49
  260. data/schemas/tlc/1.0.15/statuses/S0007.json +55 -49
  261. data/schemas/tlc/1.0.15/statuses/S0008.json +55 -49
  262. data/schemas/tlc/1.0.15/statuses/S0009.json +55 -49
  263. data/schemas/tlc/1.0.15/statuses/S0010.json +55 -49
  264. data/schemas/tlc/1.0.15/statuses/S0011.json +55 -49
  265. data/schemas/tlc/1.0.15/statuses/S0012.json +55 -49
  266. data/schemas/tlc/1.0.15/statuses/S0013.json +55 -49
  267. data/schemas/tlc/1.0.15/statuses/S0014.json +30 -24
  268. data/schemas/tlc/1.0.15/statuses/S0015.json +30 -24
  269. data/schemas/tlc/1.0.15/statuses/S0016.json +30 -24
  270. data/schemas/tlc/1.0.15/statuses/S0017.json +30 -24
  271. data/schemas/tlc/1.0.15/statuses/S0018.json +30 -24
  272. data/schemas/tlc/1.0.15/statuses/S0019.json +30 -24
  273. data/schemas/tlc/1.0.15/statuses/S0020.json +55 -49
  274. data/schemas/tlc/1.0.15/statuses/S0021.json +26 -20
  275. data/schemas/tlc/1.0.15/statuses/S0022.json +25 -19
  276. data/schemas/tlc/1.0.15/statuses/S0023.json +26 -20
  277. data/schemas/tlc/1.0.15/statuses/S0024.json +26 -20
  278. data/schemas/tlc/1.0.15/statuses/S0025.json +213 -207
  279. data/schemas/tlc/1.0.15/statuses/S0026.json +25 -19
  280. data/schemas/tlc/1.0.15/statuses/S0027.json +25 -19
  281. data/schemas/tlc/1.0.15/statuses/S0028.json +25 -19
  282. data/schemas/tlc/1.0.15/statuses/S0029.json +25 -19
  283. data/schemas/tlc/1.0.15/statuses/S0030.json +25 -19
  284. data/schemas/tlc/1.0.15/statuses/S0031.json +25 -19
  285. data/schemas/tlc/1.0.15/statuses/S0091.json +48 -42
  286. data/schemas/tlc/1.0.15/statuses/S0092.json +48 -42
  287. data/schemas/tlc/1.0.15/statuses/S0095.json +25 -19
  288. data/schemas/tlc/1.0.15/statuses/S0096.json +155 -149
  289. data/schemas/tlc/1.0.15/statuses/S0097.json +50 -44
  290. data/schemas/tlc/1.0.15/statuses/S0098.json +70 -64
  291. data/schemas/tlc/1.0.15/statuses/S0201.json +55 -49
  292. data/schemas/tlc/1.0.15/statuses/S0202.json +55 -49
  293. data/schemas/tlc/1.0.15/statuses/S0203.json +55 -49
  294. data/schemas/tlc/1.0.15/statuses/S0204.json +255 -249
  295. data/schemas/tlc/1.0.15/statuses/S0205.json +50 -44
  296. data/schemas/tlc/1.0.15/statuses/S0206.json +50 -44
  297. data/schemas/tlc/1.0.15/statuses/S0207.json +50 -44
  298. data/schemas/tlc/1.0.15/statuses/S0208.json +211 -205
  299. data/schemas/tlc/1.0.7/alarms/A0001.json +1 -5
  300. data/schemas/tlc/1.0.7/alarms/A0002.json +1 -5
  301. data/schemas/tlc/1.0.7/alarms/A0003.json +1 -5
  302. data/schemas/tlc/1.0.7/alarms/A0004.json +1 -5
  303. data/schemas/tlc/1.0.7/alarms/A0005.json +1 -5
  304. data/schemas/tlc/1.0.7/alarms/A0006.json +1 -5
  305. data/schemas/tlc/1.0.7/alarms/A0007.json +1 -5
  306. data/schemas/tlc/1.0.7/alarms/A0008.json +30 -24
  307. data/schemas/tlc/1.0.7/alarms/A0009.json +1 -5
  308. data/schemas/tlc/1.0.7/alarms/A0101.json +1 -5
  309. data/schemas/tlc/1.0.7/alarms/A0201.json +30 -24
  310. data/schemas/tlc/1.0.7/alarms/A0202.json +30 -24
  311. data/schemas/tlc/1.0.7/alarms/A0301.json +98 -92
  312. data/schemas/tlc/1.0.7/alarms/A0302.json +123 -117
  313. data/schemas/tlc/1.0.7/commands/M0001.json +105 -99
  314. data/schemas/tlc/1.0.7/commands/M0002.json +75 -69
  315. data/schemas/tlc/1.0.7/commands/M0003.json +75 -69
  316. data/schemas/tlc/1.0.7/commands/M0004.json +50 -44
  317. data/schemas/tlc/1.0.7/commands/M0005.json +75 -69
  318. data/schemas/tlc/1.0.7/commands/M0006.json +75 -69
  319. data/schemas/tlc/1.0.7/commands/M0007.json +50 -44
  320. data/schemas/tlc/1.0.7/commands/M0008.json +75 -69
  321. data/schemas/tlc/1.0.7/commands/M0010.json +50 -44
  322. data/schemas/tlc/1.0.7/commands/M0011.json +50 -44
  323. data/schemas/tlc/1.0.7/commands/M0019.json +100 -94
  324. data/schemas/tlc/1.0.7/commands/M0103.json +68 -62
  325. data/schemas/tlc/1.0.7/commands/M0104.json +175 -169
  326. data/schemas/tlc/1.0.7/statuses/S0001.json +101 -95
  327. data/schemas/tlc/1.0.7/statuses/S0002.json +25 -19
  328. data/schemas/tlc/1.0.7/statuses/S0003.json +45 -39
  329. data/schemas/tlc/1.0.7/statuses/S0004.json +45 -39
  330. data/schemas/tlc/1.0.7/statuses/S0005.json +30 -24
  331. data/schemas/tlc/1.0.7/statuses/S0006.json +55 -49
  332. data/schemas/tlc/1.0.7/statuses/S0007.json +55 -49
  333. data/schemas/tlc/1.0.7/statuses/S0008.json +55 -49
  334. data/schemas/tlc/1.0.7/statuses/S0009.json +55 -49
  335. data/schemas/tlc/1.0.7/statuses/S0010.json +55 -49
  336. data/schemas/tlc/1.0.7/statuses/S0011.json +55 -49
  337. data/schemas/tlc/1.0.7/statuses/S0012.json +55 -49
  338. data/schemas/tlc/1.0.7/statuses/S0013.json +55 -49
  339. data/schemas/tlc/1.0.7/statuses/S0014.json +30 -24
  340. data/schemas/tlc/1.0.7/statuses/S0015.json +30 -24
  341. data/schemas/tlc/1.0.7/statuses/S0016.json +30 -24
  342. data/schemas/tlc/1.0.7/statuses/S0017.json +30 -24
  343. data/schemas/tlc/1.0.7/statuses/S0018.json +30 -24
  344. data/schemas/tlc/1.0.7/statuses/S0019.json +30 -24
  345. data/schemas/tlc/1.0.7/statuses/S0020.json +55 -49
  346. data/schemas/tlc/1.0.7/statuses/S0021.json +26 -20
  347. data/schemas/tlc/1.0.7/statuses/S0025.json +213 -207
  348. data/schemas/tlc/1.0.7/statuses/S0091.json +48 -42
  349. data/schemas/tlc/1.0.7/statuses/S0092.json +48 -42
  350. data/schemas/tlc/1.0.7/statuses/S0095.json +25 -19
  351. data/schemas/tlc/1.0.7/statuses/S0096.json +155 -149
  352. data/schemas/tlc/1.0.7/statuses/S0201.json +55 -49
  353. data/schemas/tlc/1.0.7/statuses/S0202.json +55 -49
  354. data/schemas/tlc/1.0.7/statuses/S0203.json +55 -49
  355. data/schemas/tlc/1.0.7/statuses/S0204.json +255 -249
  356. data/schemas/tlc/1.0.8/alarms/A0001.json +1 -5
  357. data/schemas/tlc/1.0.8/alarms/A0002.json +1 -5
  358. data/schemas/tlc/1.0.8/alarms/A0003.json +1 -5
  359. data/schemas/tlc/1.0.8/alarms/A0004.json +1 -5
  360. data/schemas/tlc/1.0.8/alarms/A0005.json +1 -5
  361. data/schemas/tlc/1.0.8/alarms/A0006.json +1 -5
  362. data/schemas/tlc/1.0.8/alarms/A0007.json +1 -5
  363. data/schemas/tlc/1.0.8/alarms/A0008.json +30 -24
  364. data/schemas/tlc/1.0.8/alarms/A0009.json +1 -5
  365. data/schemas/tlc/1.0.8/alarms/A0101.json +1 -5
  366. data/schemas/tlc/1.0.8/alarms/A0201.json +30 -24
  367. data/schemas/tlc/1.0.8/alarms/A0202.json +30 -24
  368. data/schemas/tlc/1.0.8/alarms/A0301.json +98 -92
  369. data/schemas/tlc/1.0.8/alarms/A0302.json +123 -117
  370. data/schemas/tlc/1.0.8/commands/M0001.json +105 -99
  371. data/schemas/tlc/1.0.8/commands/M0002.json +75 -69
  372. data/schemas/tlc/1.0.8/commands/M0003.json +75 -69
  373. data/schemas/tlc/1.0.8/commands/M0004.json +50 -44
  374. data/schemas/tlc/1.0.8/commands/M0005.json +75 -69
  375. data/schemas/tlc/1.0.8/commands/M0006.json +75 -69
  376. data/schemas/tlc/1.0.8/commands/M0007.json +50 -44
  377. data/schemas/tlc/1.0.8/commands/M0008.json +75 -69
  378. data/schemas/tlc/1.0.8/commands/M0010.json +50 -44
  379. data/schemas/tlc/1.0.8/commands/M0011.json +50 -44
  380. data/schemas/tlc/1.0.8/commands/M0012.json +45 -39
  381. data/schemas/tlc/1.0.8/commands/M0013.json +45 -39
  382. data/schemas/tlc/1.0.8/commands/M0019.json +100 -94
  383. data/schemas/tlc/1.0.8/commands/M0103.json +68 -62
  384. data/schemas/tlc/1.0.8/commands/M0104.json +175 -169
  385. data/schemas/tlc/1.0.8/statuses/S0001.json +101 -95
  386. data/schemas/tlc/1.0.8/statuses/S0002.json +25 -19
  387. data/schemas/tlc/1.0.8/statuses/S0003.json +45 -39
  388. data/schemas/tlc/1.0.8/statuses/S0004.json +45 -39
  389. data/schemas/tlc/1.0.8/statuses/S0005.json +30 -24
  390. data/schemas/tlc/1.0.8/statuses/S0006.json +55 -49
  391. data/schemas/tlc/1.0.8/statuses/S0007.json +55 -49
  392. data/schemas/tlc/1.0.8/statuses/S0008.json +55 -49
  393. data/schemas/tlc/1.0.8/statuses/S0009.json +55 -49
  394. data/schemas/tlc/1.0.8/statuses/S0010.json +55 -49
  395. data/schemas/tlc/1.0.8/statuses/S0011.json +55 -49
  396. data/schemas/tlc/1.0.8/statuses/S0012.json +55 -49
  397. data/schemas/tlc/1.0.8/statuses/S0013.json +55 -49
  398. data/schemas/tlc/1.0.8/statuses/S0014.json +30 -24
  399. data/schemas/tlc/1.0.8/statuses/S0015.json +30 -24
  400. data/schemas/tlc/1.0.8/statuses/S0016.json +30 -24
  401. data/schemas/tlc/1.0.8/statuses/S0017.json +30 -24
  402. data/schemas/tlc/1.0.8/statuses/S0018.json +30 -24
  403. data/schemas/tlc/1.0.8/statuses/S0019.json +30 -24
  404. data/schemas/tlc/1.0.8/statuses/S0020.json +55 -49
  405. data/schemas/tlc/1.0.8/statuses/S0021.json +26 -20
  406. data/schemas/tlc/1.0.8/statuses/S0091.json +48 -42
  407. data/schemas/tlc/1.0.8/statuses/S0092.json +48 -42
  408. data/schemas/tlc/1.0.8/statuses/S0095.json +25 -19
  409. data/schemas/tlc/1.0.8/statuses/S0096.json +155 -149
  410. data/schemas/tlc/1.0.8/statuses/S0201.json +55 -49
  411. data/schemas/tlc/1.0.8/statuses/S0202.json +55 -49
  412. data/schemas/tlc/1.0.8/statuses/S0203.json +55 -49
  413. data/schemas/tlc/1.0.8/statuses/S0204.json +255 -249
  414. data/schemas/tlc/1.0.9/alarms/A0001.json +1 -5
  415. data/schemas/tlc/1.0.9/alarms/A0002.json +1 -5
  416. data/schemas/tlc/1.0.9/alarms/A0003.json +1 -5
  417. data/schemas/tlc/1.0.9/alarms/A0004.json +1 -5
  418. data/schemas/tlc/1.0.9/alarms/A0005.json +1 -5
  419. data/schemas/tlc/1.0.9/alarms/A0006.json +1 -5
  420. data/schemas/tlc/1.0.9/alarms/A0007.json +1 -5
  421. data/schemas/tlc/1.0.9/alarms/A0008.json +30 -24
  422. data/schemas/tlc/1.0.9/alarms/A0009.json +1 -5
  423. data/schemas/tlc/1.0.9/alarms/A0101.json +1 -5
  424. data/schemas/tlc/1.0.9/alarms/A0201.json +30 -24
  425. data/schemas/tlc/1.0.9/alarms/A0202.json +30 -24
  426. data/schemas/tlc/1.0.9/alarms/A0301.json +98 -92
  427. data/schemas/tlc/1.0.9/alarms/A0302.json +123 -117
  428. data/schemas/tlc/1.0.9/commands/M0001.json +105 -99
  429. data/schemas/tlc/1.0.9/commands/M0002.json +75 -69
  430. data/schemas/tlc/1.0.9/commands/M0003.json +75 -69
  431. data/schemas/tlc/1.0.9/commands/M0004.json +50 -44
  432. data/schemas/tlc/1.0.9/commands/M0005.json +75 -69
  433. data/schemas/tlc/1.0.9/commands/M0006.json +75 -69
  434. data/schemas/tlc/1.0.9/commands/M0007.json +50 -44
  435. data/schemas/tlc/1.0.9/commands/M0008.json +75 -69
  436. data/schemas/tlc/1.0.9/commands/M0010.json +50 -44
  437. data/schemas/tlc/1.0.9/commands/M0011.json +50 -44
  438. data/schemas/tlc/1.0.9/commands/M0012.json +45 -39
  439. data/schemas/tlc/1.0.9/commands/M0013.json +45 -39
  440. data/schemas/tlc/1.0.9/commands/M0019.json +100 -94
  441. data/schemas/tlc/1.0.9/commands/M0103.json +68 -62
  442. data/schemas/tlc/1.0.9/commands/M0104.json +175 -169
  443. data/schemas/tlc/1.0.9/statuses/S0001.json +101 -95
  444. data/schemas/tlc/1.0.9/statuses/S0002.json +25 -19
  445. data/schemas/tlc/1.0.9/statuses/S0003.json +45 -39
  446. data/schemas/tlc/1.0.9/statuses/S0004.json +45 -39
  447. data/schemas/tlc/1.0.9/statuses/S0005.json +30 -24
  448. data/schemas/tlc/1.0.9/statuses/S0006.json +55 -49
  449. data/schemas/tlc/1.0.9/statuses/S0007.json +55 -49
  450. data/schemas/tlc/1.0.9/statuses/S0008.json +55 -49
  451. data/schemas/tlc/1.0.9/statuses/S0009.json +55 -49
  452. data/schemas/tlc/1.0.9/statuses/S0010.json +55 -49
  453. data/schemas/tlc/1.0.9/statuses/S0011.json +55 -49
  454. data/schemas/tlc/1.0.9/statuses/S0012.json +55 -49
  455. data/schemas/tlc/1.0.9/statuses/S0013.json +55 -49
  456. data/schemas/tlc/1.0.9/statuses/S0014.json +30 -24
  457. data/schemas/tlc/1.0.9/statuses/S0015.json +30 -24
  458. data/schemas/tlc/1.0.9/statuses/S0016.json +30 -24
  459. data/schemas/tlc/1.0.9/statuses/S0017.json +30 -24
  460. data/schemas/tlc/1.0.9/statuses/S0018.json +30 -24
  461. data/schemas/tlc/1.0.9/statuses/S0019.json +30 -24
  462. data/schemas/tlc/1.0.9/statuses/S0020.json +55 -49
  463. data/schemas/tlc/1.0.9/statuses/S0021.json +26 -20
  464. data/schemas/tlc/1.0.9/statuses/S0091.json +48 -42
  465. data/schemas/tlc/1.0.9/statuses/S0092.json +48 -42
  466. data/schemas/tlc/1.0.9/statuses/S0095.json +25 -19
  467. data/schemas/tlc/1.0.9/statuses/S0096.json +155 -149
  468. data/schemas/tlc/1.0.9/statuses/S0201.json +55 -49
  469. data/schemas/tlc/1.0.9/statuses/S0202.json +55 -49
  470. data/schemas/tlc/1.0.9/statuses/S0203.json +55 -49
  471. data/schemas/tlc/1.0.9/statuses/S0204.json +255 -249
  472. data/schemas/tlc/1.1/alarms/A0001.json +1 -5
  473. data/schemas/tlc/1.1/alarms/A0002.json +1 -5
  474. data/schemas/tlc/1.1/alarms/A0003.json +1 -5
  475. data/schemas/tlc/1.1/alarms/A0004.json +1 -5
  476. data/schemas/tlc/1.1/alarms/A0005.json +1 -5
  477. data/schemas/tlc/1.1/alarms/A0006.json +1 -5
  478. data/schemas/tlc/1.1/alarms/A0007.json +29 -23
  479. data/schemas/tlc/1.1/alarms/A0008.json +30 -24
  480. data/schemas/tlc/1.1/alarms/A0009.json +1 -5
  481. data/schemas/tlc/1.1/alarms/A0010.json +1 -5
  482. data/schemas/tlc/1.1/alarms/A0101.json +1 -5
  483. data/schemas/tlc/1.1/alarms/A0201.json +30 -24
  484. data/schemas/tlc/1.1/alarms/A0202.json +30 -24
  485. data/schemas/tlc/1.1/alarms/A0301.json +98 -92
  486. data/schemas/tlc/1.1/alarms/A0302.json +123 -117
  487. data/schemas/tlc/1.1/alarms/A0303.json +98 -92
  488. data/schemas/tlc/1.1/alarms/A0304.json +123 -117
  489. data/schemas/tlc/1.1/commands/M0001.json +100 -94
  490. data/schemas/tlc/1.1/commands/M0002.json +75 -69
  491. data/schemas/tlc/1.1/commands/M0003.json +75 -69
  492. data/schemas/tlc/1.1/commands/M0004.json +50 -44
  493. data/schemas/tlc/1.1/commands/M0005.json +75 -69
  494. data/schemas/tlc/1.1/commands/M0006.json +75 -69
  495. data/schemas/tlc/1.1/commands/M0007.json +50 -44
  496. data/schemas/tlc/1.1/commands/M0008.json +75 -69
  497. data/schemas/tlc/1.1/commands/M0010.json +50 -44
  498. data/schemas/tlc/1.1/commands/M0011.json +50 -44
  499. data/schemas/tlc/1.1/commands/M0012.json +45 -39
  500. data/schemas/tlc/1.1/commands/M0013.json +45 -39
  501. data/schemas/tlc/1.1/commands/M0014.json +70 -64
  502. data/schemas/tlc/1.1/commands/M0015.json +75 -69
  503. data/schemas/tlc/1.1/commands/M0016.json +45 -39
  504. data/schemas/tlc/1.1/commands/M0017.json +45 -39
  505. data/schemas/tlc/1.1/commands/M0018.json +75 -69
  506. data/schemas/tlc/1.1/commands/M0019.json +100 -94
  507. data/schemas/tlc/1.1/commands/M0020.json +100 -94
  508. data/schemas/tlc/1.1/commands/M0021.json +45 -39
  509. data/schemas/tlc/1.1/commands/M0022.json +303 -297
  510. data/schemas/tlc/1.1/commands/M0023.json +50 -44
  511. data/schemas/tlc/1.1/commands/M0103.json +68 -62
  512. data/schemas/tlc/1.1/commands/M0104.json +175 -169
  513. data/schemas/tlc/1.1/statuses/S0001.json +101 -95
  514. data/schemas/tlc/1.1/statuses/S0002.json +25 -19
  515. data/schemas/tlc/1.1/statuses/S0003.json +45 -39
  516. data/schemas/tlc/1.1/statuses/S0004.json +45 -39
  517. data/schemas/tlc/1.1/statuses/S0005.json +30 -24
  518. data/schemas/tlc/1.1/statuses/S0006.json +55 -49
  519. data/schemas/tlc/1.1/statuses/S0007.json +81 -75
  520. data/schemas/tlc/1.1/statuses/S0008.json +81 -75
  521. data/schemas/tlc/1.1/statuses/S0009.json +81 -75
  522. data/schemas/tlc/1.1/statuses/S0010.json +81 -75
  523. data/schemas/tlc/1.1/statuses/S0011.json +81 -75
  524. data/schemas/tlc/1.1/statuses/S0012.json +81 -75
  525. data/schemas/tlc/1.1/statuses/S0013.json +55 -49
  526. data/schemas/tlc/1.1/statuses/S0014.json +58 -52
  527. data/schemas/tlc/1.1/statuses/S0015.json +58 -52
  528. data/schemas/tlc/1.1/statuses/S0016.json +30 -24
  529. data/schemas/tlc/1.1/statuses/S0017.json +30 -24
  530. data/schemas/tlc/1.1/statuses/S0018.json +30 -24
  531. data/schemas/tlc/1.1/statuses/S0019.json +30 -24
  532. data/schemas/tlc/1.1/statuses/S0020.json +55 -49
  533. data/schemas/tlc/1.1/statuses/S0021.json +26 -20
  534. data/schemas/tlc/1.1/statuses/S0022.json +25 -19
  535. data/schemas/tlc/1.1/statuses/S0023.json +26 -20
  536. data/schemas/tlc/1.1/statuses/S0024.json +26 -20
  537. data/schemas/tlc/1.1/statuses/S0025.json +213 -207
  538. data/schemas/tlc/1.1/statuses/S0026.json +25 -19
  539. data/schemas/tlc/1.1/statuses/S0027.json +25 -19
  540. data/schemas/tlc/1.1/statuses/S0028.json +25 -19
  541. data/schemas/tlc/1.1/statuses/S0029.json +25 -19
  542. data/schemas/tlc/1.1/statuses/S0030.json +25 -19
  543. data/schemas/tlc/1.1/statuses/S0031.json +25 -19
  544. data/schemas/tlc/1.1/statuses/S0032.json +81 -75
  545. data/schemas/tlc/1.1/statuses/S0033.json +76 -70
  546. data/schemas/tlc/1.1/statuses/S0034.json +30 -24
  547. data/schemas/tlc/1.1/statuses/S0091.json +34 -28
  548. data/schemas/tlc/1.1/statuses/S0092.json +34 -28
  549. data/schemas/tlc/1.1/statuses/S0095.json +25 -19
  550. data/schemas/tlc/1.1/statuses/S0096.json +155 -149
  551. data/schemas/tlc/1.1/statuses/S0097.json +50 -44
  552. data/schemas/tlc/1.1/statuses/S0098.json +70 -64
  553. data/schemas/tlc/1.1/statuses/S0201.json +55 -49
  554. data/schemas/tlc/1.1/statuses/S0202.json +55 -49
  555. data/schemas/tlc/1.1/statuses/S0203.json +55 -49
  556. data/schemas/tlc/1.1/statuses/S0204.json +255 -249
  557. data/schemas/tlc/1.1/statuses/S0205.json +55 -49
  558. data/schemas/tlc/1.1/statuses/S0206.json +55 -49
  559. data/schemas/tlc/1.1/statuses/S0207.json +55 -49
  560. data/schemas/tlc/1.1/statuses/S0208.json +255 -249
  561. data/schemas/tlc/1.2/alarms/A0001.json +3 -0
  562. data/schemas/tlc/1.2/alarms/A0002.json +3 -0
  563. data/schemas/tlc/1.2/alarms/A0003.json +3 -0
  564. data/schemas/tlc/1.2/alarms/A0004.json +3 -0
  565. data/schemas/tlc/1.2/alarms/A0005.json +3 -0
  566. data/schemas/tlc/1.2/alarms/A0006.json +3 -0
  567. data/schemas/tlc/1.2/alarms/A0007.json +59 -0
  568. data/schemas/tlc/1.2/alarms/A0008.json +61 -0
  569. data/schemas/tlc/1.2/alarms/A0009.json +3 -0
  570. data/schemas/tlc/1.2/alarms/A0010.json +3 -0
  571. data/schemas/tlc/1.2/alarms/A0101.json +3 -0
  572. data/schemas/tlc/1.2/alarms/A0201.json +60 -0
  573. data/schemas/tlc/1.2/alarms/A0202.json +60 -0
  574. data/schemas/tlc/1.2/alarms/A0301.json +132 -0
  575. data/schemas/tlc/1.2/alarms/A0302.json +158 -0
  576. data/schemas/tlc/1.2/alarms/A0303.json +132 -0
  577. data/schemas/tlc/1.2/alarms/A0304.json +158 -0
  578. data/schemas/tlc/1.2/alarms/alarms.json +286 -0
  579. data/schemas/tlc/1.2/commands/M0001.json +138 -0
  580. data/schemas/tlc/1.2/commands/M0002.json +112 -0
  581. data/schemas/tlc/1.2/commands/M0003.json +112 -0
  582. data/schemas/tlc/1.2/commands/M0004.json +85 -0
  583. data/schemas/tlc/1.2/commands/M0005.json +112 -0
  584. data/schemas/tlc/1.2/commands/M0006.json +112 -0
  585. data/schemas/tlc/1.2/commands/M0007.json +85 -0
  586. data/schemas/tlc/1.2/commands/M0008.json +112 -0
  587. data/schemas/tlc/1.2/commands/M0010.json +85 -0
  588. data/schemas/tlc/1.2/commands/M0011.json +85 -0
  589. data/schemas/tlc/1.2/commands/M0012.json +79 -0
  590. data/schemas/tlc/1.2/commands/M0013.json +79 -0
  591. data/schemas/tlc/1.2/commands/M0014.json +106 -0
  592. data/schemas/tlc/1.2/commands/M0015.json +112 -0
  593. data/schemas/tlc/1.2/commands/M0016.json +79 -0
  594. data/schemas/tlc/1.2/commands/M0017.json +79 -0
  595. data/schemas/tlc/1.2/commands/M0018.json +112 -0
  596. data/schemas/tlc/1.2/commands/M0019.json +139 -0
  597. data/schemas/tlc/1.2/commands/M0020.json +139 -0
  598. data/schemas/tlc/1.2/commands/M0021.json +79 -0
  599. data/schemas/tlc/1.2/commands/M0022.json +355 -0
  600. data/schemas/tlc/1.2/commands/M0023.json +85 -0
  601. data/schemas/tlc/1.2/commands/M0103.json +103 -0
  602. data/schemas/tlc/1.2/commands/M0104.json +220 -0
  603. data/schemas/tlc/1.2/commands/command_requests.json +7 -0
  604. data/schemas/tlc/1.2/commands/command_responses.json +7 -0
  605. data/schemas/tlc/1.2/commands/commands.json +398 -0
  606. data/schemas/tlc/1.2/rsmp.json +73 -0
  607. data/schemas/tlc/1.2/statuses/S0001.json +137 -0
  608. data/schemas/tlc/1.2/statuses/S0002.json +55 -0
  609. data/schemas/tlc/1.2/statuses/S0003.json +55 -0
  610. data/schemas/tlc/1.2/statuses/S0004.json +55 -0
  611. data/schemas/tlc/1.2/statuses/S0005.json +112 -0
  612. data/schemas/tlc/1.2/statuses/S0006.json +88 -0
  613. data/schemas/tlc/1.2/statuses/S0007.json +116 -0
  614. data/schemas/tlc/1.2/statuses/S0008.json +116 -0
  615. data/schemas/tlc/1.2/statuses/S0009.json +116 -0
  616. data/schemas/tlc/1.2/statuses/S0010.json +116 -0
  617. data/schemas/tlc/1.2/statuses/S0011.json +116 -0
  618. data/schemas/tlc/1.2/statuses/S0012.json +116 -0
  619. data/schemas/tlc/1.2/statuses/S0013.json +88 -0
  620. data/schemas/tlc/1.2/statuses/S0014.json +90 -0
  621. data/schemas/tlc/1.2/statuses/S0015.json +90 -0
  622. data/schemas/tlc/1.2/statuses/S0016.json +61 -0
  623. data/schemas/tlc/1.2/statuses/S0017.json +61 -0
  624. data/schemas/tlc/1.2/statuses/S0018.json +61 -0
  625. data/schemas/tlc/1.2/statuses/S0019.json +61 -0
  626. data/schemas/tlc/1.2/statuses/S0020.json +88 -0
  627. data/schemas/tlc/1.2/statuses/S0021.json +56 -0
  628. data/schemas/tlc/1.2/statuses/S0022.json +55 -0
  629. data/schemas/tlc/1.2/statuses/S0023.json +56 -0
  630. data/schemas/tlc/1.2/statuses/S0024.json +56 -0
  631. data/schemas/tlc/1.2/statuses/S0025.json +250 -0
  632. data/schemas/tlc/1.2/statuses/S0026.json +55 -0
  633. data/schemas/tlc/1.2/statuses/S0027.json +55 -0
  634. data/schemas/tlc/1.2/statuses/S0028.json +55 -0
  635. data/schemas/tlc/1.2/statuses/S0029.json +55 -0
  636. data/schemas/tlc/1.2/statuses/S0030.json +55 -0
  637. data/schemas/tlc/1.2/statuses/S0031.json +55 -0
  638. data/schemas/tlc/1.2/statuses/S0032.json +116 -0
  639. data/schemas/tlc/1.2/statuses/S0033.json +114 -0
  640. data/schemas/tlc/1.2/statuses/S0034.json +61 -0
  641. data/schemas/tlc/1.2/statuses/S0035.json +74 -0
  642. data/schemas/tlc/1.2/statuses/S0091.json +65 -0
  643. data/schemas/tlc/1.2/statuses/S0092.json +65 -0
  644. data/schemas/tlc/1.2/statuses/S0095.json +55 -0
  645. data/schemas/tlc/1.2/statuses/S0096.json +196 -0
  646. data/schemas/tlc/1.2/statuses/S0097.json +82 -0
  647. data/schemas/tlc/1.2/statuses/S0098.json +103 -0
  648. data/schemas/tlc/1.2/statuses/S0201.json +88 -0
  649. data/schemas/tlc/1.2/statuses/S0202.json +88 -0
  650. data/schemas/tlc/1.2/statuses/S0203.json +88 -0
  651. data/schemas/tlc/1.2/statuses/S0204.json +304 -0
  652. data/schemas/tlc/1.2/statuses/S0205.json +88 -0
  653. data/schemas/tlc/1.2/statuses/S0206.json +88 -0
  654. data/schemas/tlc/1.2/statuses/S0207.json +88 -0
  655. data/schemas/tlc/1.2/statuses/S0208.json +304 -0
  656. data/schemas/tlc/1.2/statuses/statuses.json +786 -0
  657. data/schemas/tlc/1.2/sxl.yaml +2082 -0
  658. metadata +102 -2
@@ -1,7 +1,7 @@
1
1
  {
2
+ "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.",
2
3
  "allOf" : [
3
4
  {
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
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -22,27 +22,33 @@
22
22
  }
23
23
  },
24
24
  "then" : {
25
- "s" : null
26
- }
27
- },
28
- {
29
- "if" : {
30
- "required" : [
31
- "n"
32
- ],
33
- "properties" : {
34
- "n" : {
35
- "const" : "status"
36
- }
25
+ "s" : {
26
+ "type" : "null"
37
27
  }
38
28
  },
39
- "then" : {
40
- "properties" : {
41
- "s" : {
42
- "description" : "Forced input status as text field",
43
- "type" : "string"
29
+ "else" : {
30
+ "allOf" : [
31
+ {
32
+ "if" : {
33
+ "required" : [
34
+ "n"
35
+ ],
36
+ "properties" : {
37
+ "n" : {
38
+ "const" : "status"
39
+ }
40
+ }
41
+ },
42
+ "then" : {
43
+ "properties" : {
44
+ "s" : {
45
+ "description" : "Forced input status as text field",
46
+ "type" : "string"
47
+ }
48
+ }
49
+ }
44
50
  }
45
- }
51
+ ]
46
52
  }
47
53
  }
48
54
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Forced output status.\nProvide status of output (1-255) regarding if they are forced or not. Can be used for all types of output where the traffic light controller needs to control other equipment.\nCan be used for bus priority, coordination between traffic controllers, external control systems, and much more.",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Forced output status.\nProvide status of output (1-255) regarding if they are forced or not. Can be used for all types of output where the traffic light controller needs to control other equipment.\nCan be used for bus priority, coordination between traffic controllers, external control systems, and much more.",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -22,27 +22,33 @@
22
22
  }
23
23
  },
24
24
  "then" : {
25
- "s" : null
26
- }
27
- },
28
- {
29
- "if" : {
30
- "required" : [
31
- "n"
32
- ],
33
- "properties" : {
34
- "n" : {
35
- "const" : "status"
36
- }
25
+ "s" : {
26
+ "type" : "null"
37
27
  }
38
28
  },
39
- "then" : {
40
- "properties" : {
41
- "s" : {
42
- "description" : "Forced output status as text field",
43
- "type" : "string"
29
+ "else" : {
30
+ "allOf" : [
31
+ {
32
+ "if" : {
33
+ "required" : [
34
+ "n"
35
+ ],
36
+ "properties" : {
37
+ "n" : {
38
+ "const" : "status"
39
+ }
40
+ }
41
+ },
42
+ "then" : {
43
+ "properties" : {
44
+ "s" : {
45
+ "description" : "Forced output status as text field",
46
+ "type" : "string"
47
+ }
48
+ }
49
+ }
44
50
  }
45
- }
51
+ ]
46
52
  }
47
53
  }
48
54
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Trigger level sensitivity for loop detector.\nThe trigger level sensitivity determines at what level the loop detector should trigger. If it set too low then then traffic will not be detected as intended. If it is set too high the detector might give false positives.\nCan be used to make sure that the detectors detect traffic as intended.",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Trigger level sensitivity for loop detector.\nThe trigger level sensitivity determines at what level the loop detector should trigger. If it set too low then then traffic will not be detected as intended. If it is set too high the detector might give false positives.\nCan be used to make sure that the detectors detect traffic as intended.",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -22,27 +22,33 @@
22
22
  }
23
23
  },
24
24
  "then" : {
25
- "s" : null
26
- }
27
- },
28
- {
29
- "if" : {
30
- "required" : [
31
- "n"
32
- ],
33
- "properties" : {
34
- "n" : {
35
- "const" : "status"
36
- }
25
+ "s" : {
26
+ "type" : "null"
37
27
  }
38
28
  },
39
- "then" : {
40
- "properties" : {
41
- "s" : {
42
- "description" : "Loop detector trigger level sensitivity is written as dd-ss where:\ndd=loop detector number\nss=sensitivity value\nEach loop detector is separated with a comma. E.g.dd-ss,dd-ss.",
43
- "type" : "string"
29
+ "else" : {
30
+ "allOf" : [
31
+ {
32
+ "if" : {
33
+ "required" : [
34
+ "n"
35
+ ],
36
+ "properties" : {
37
+ "n" : {
38
+ "const" : "status"
39
+ }
40
+ }
41
+ },
42
+ "then" : {
43
+ "properties" : {
44
+ "s" : {
45
+ "description" : "Loop detector trigger level sensitivity is written as dd-ss where:\ndd=loop detector number\nss=sensitivity value\nEach loop detector is separated with a comma. E.g.dd-ss,dd-ss.",
46
+ "type" : "string"
47
+ }
48
+ }
49
+ }
44
50
  }
45
- }
51
+ ]
46
52
  }
47
53
  }
48
54
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Coordinated control\nThis status is used when coordination between traffic light controllers is active. Coordination is described in detail in the corresponding section\nPlease note that all values in this status uses comma-separated lists - one value for each intersection, e.g. “1,2” and “centralized,off”",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Coordinated control\nThis status is used when coordination between traffic light controllers is active. Coordination is described in detail in the corresponding section\nPlease note that all values in this status uses comma-separated lists - one value for each intersection, e.g. “1,2” and “centralized,off”",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -24,86 +24,92 @@
24
24
  }
25
25
  },
26
26
  "then" : {
27
- "s" : null
28
- }
29
- },
30
- {
31
- "if" : {
32
- "required" : [
33
- "n"
34
- ],
35
- "properties" : {
36
- "n" : {
37
- "const" : "intersection"
38
- }
27
+ "s" : {
28
+ "type" : "null"
39
29
  }
40
30
  },
41
- "then" : {
42
- "properties" : {
43
- "s" : {
44
- "allOf" : [
45
- {
46
- "description" : "Comma separated list of intersections which the status relates to, e.g. “1,2”.\nUse “0” for all intersections of the TLC."
47
- },
48
- {
49
- "$ref" : "../../../core/3.1.2/definitions.json#/integer_list"
31
+ "else" : {
32
+ "allOf" : [
33
+ {
34
+ "if" : {
35
+ "required" : [
36
+ "n"
37
+ ],
38
+ "properties" : {
39
+ "n" : {
40
+ "const" : "intersection"
41
+ }
50
42
  }
51
- ]
52
- }
53
- }
54
- }
55
- },
56
- {
57
- "if" : {
58
- "required" : [
59
- "n"
60
- ],
61
- "properties" : {
62
- "n" : {
63
- "const" : "status"
64
- }
65
- }
66
- },
67
- "then" : {
68
- "properties" : {
69
- "s" : {
70
- "allOf" : [
71
- {
72
- "pattern" : "(?-mix:^(local|centralized|off)(?:,(local|centralized|off))*$)"
73
- },
74
- {
75
- "$ref" : "../../../core/3.1.2/definitions.json#/string_list"
43
+ },
44
+ "then" : {
45
+ "properties" : {
46
+ "s" : {
47
+ "allOf" : [
48
+ {
49
+ "description" : "Comma separated list of intersections which the status relates to, e.g. “1,2”.\nUse “0” for all intersections of the TLC."
50
+ },
51
+ {
52
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer_list"
53
+ }
54
+ ]
55
+ }
76
56
  }
77
- ]
78
- }
79
- }
80
- }
81
- },
82
- {
83
- "if" : {
84
- "required" : [
85
- "n"
86
- ],
87
- "properties" : {
88
- "n" : {
89
- "const" : "source"
90
- }
91
- }
92
- },
93
- "then" : {
94
- "properties" : {
95
- "s" : {
96
- "allOf" : [
97
- {
98
- "description" : "Source of the status change",
99
- "pattern" : "(?-mix:^(operator_panel|calendar_clock|control_block|forced|startup|other)(?:,(operator_panel|calendar_clock|control_block|forced|startup|other))*$)"
100
- },
101
- {
102
- "$ref" : "../../../core/3.1.2/definitions.json#/string_list"
57
+ }
58
+ },
59
+ {
60
+ "if" : {
61
+ "required" : [
62
+ "n"
63
+ ],
64
+ "properties" : {
65
+ "n" : {
66
+ "const" : "status"
67
+ }
68
+ }
69
+ },
70
+ "then" : {
71
+ "properties" : {
72
+ "s" : {
73
+ "allOf" : [
74
+ {
75
+ "pattern" : "(?-mix:^(local|centralized|off)(?:,(local|centralized|off))*$)"
76
+ },
77
+ {
78
+ "$ref" : "../../../core/3.1.2/definitions.json#/string_list"
79
+ }
80
+ ]
81
+ }
82
+ }
83
+ }
84
+ },
85
+ {
86
+ "if" : {
87
+ "required" : [
88
+ "n"
89
+ ],
90
+ "properties" : {
91
+ "n" : {
92
+ "const" : "source"
93
+ }
103
94
  }
104
- ]
95
+ },
96
+ "then" : {
97
+ "properties" : {
98
+ "s" : {
99
+ "allOf" : [
100
+ {
101
+ "description" : "Source of the status change",
102
+ "pattern" : "(?-mix:^(operator_panel|calendar_clock|control_block|forced|startup|other)(?:,(operator_panel|calendar_clock|control_block|forced|startup|other))*$)"
103
+ },
104
+ {
105
+ "$ref" : "../../../core/3.1.2/definitions.json#/string_list"
106
+ }
107
+ ]
108
+ }
109
+ }
110
+ }
105
111
  }
106
- }
112
+ ]
107
113
  }
108
114
  }
109
115
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Signal Priority Status\nThis status can be used to get updates about priority requests. For example, you can use it to know when priority requests are activated or cancelled.\nA list of priorities is returned, referred to by their request ids. The same request id can appear only once.\nAll priorities are included in the list (not only the ones that have changed state since the last update). This is done regardless of whether the status is send in respond to a status request, or due to a status subscription, and also regardless of whether a status subscription uses an update interval, or send-on-change, or both.\nIf you subscribe using an update interval, you’re not guaranteed to get all intermediate states. To guarantee that, send-on-change must be used when subscribing.\nTo understand how this status relates to ETSI/J2735, please see the [wiki](https://github.com/rsmp-nordic/rsmp_sxl_traffic_lights/wiki/Signal-priority-and-ETSI-J2735).\nAll priorities are send on every status update, regardless of whether an interval, or sendOnChange (or both) is used.\nWhen a priority reaches an end states (completed, timeout, rejected, cooldown or stale), it must be sent once on the next status update, then removed from the list.\nA request always starts in the ‘received’ state. The following table shows the possible state transitions:\n\nState | Possible next states\n---------- | -------------------------------------\nreceived | queued, activated, rejected, cooldown\nqueued | activated, timeout\nactivated | completed, stale\ncompleted |\ntimeout |\nrejected |\ncooldown |\nstale |",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Signal Priority Status\nThis status can be used to get updates about priority requests. For example, you can use it to know when priority requests are activated or cancelled.\nA list of priorities is returned, referred to by their request ids. The same request id can appear only once.\nAll priorities are included in the list (not only the ones that have changed state since the last update). This is done regardless of whether the status is send in respond to a status request, or due to a status subscription, and also regardless of whether a status subscription uses an update interval, or send-on-change, or both.\nIf you subscribe using an update interval, you’re not guaranteed to get all intermediate states. To guarantee that, send-on-change must be used when subscribing.\nTo understand how this status relates to ETSI/J2735, please see the [wiki](https://github.com/rsmp-nordic/rsmp_sxl_traffic_lights/wiki/Signal-priority-and-ETSI-J2735).\nAll priorities are send on every status update, regardless of whether an interval, or sendOnChange (or both) is used.\nWhen a priority reaches an end states (completed, timeout, rejected, cooldown or stale), it must be sent once on the next status update, then removed from the list.\nA request always starts in the ‘received’ state. The following table shows the possible state transitions:\n\nState | Possible next states\n---------- | -------------------------------------\nreceived | queued, activated, rejected, cooldown\nqueued | activated, timeout\nactivated | completed, stale\ncompleted |\ntimeout |\nrejected |\ncooldown |\nstale |",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -22,86 +22,92 @@
22
22
  }
23
23
  },
24
24
  "then" : {
25
- "s" : null
26
- }
27
- },
28
- {
29
- "if" : {
30
- "required" : [
31
- "n"
32
- ],
33
- "properties" : {
34
- "n" : {
35
- "const" : "status"
36
- }
25
+ "s" : {
26
+ "type" : "null"
37
27
  }
38
28
  },
39
- "then" : {
40
- "properties" : {
41
- "s" : {
42
- "description" : "JSON array of priority status items",
43
- "type" : "array",
44
- "items" : {
45
- "type" : "object",
29
+ "else" : {
30
+ "allOf" : [
31
+ {
32
+ "if" : {
46
33
  "required" : [
47
- "r",
48
- "s",
49
- "t"
34
+ "n"
50
35
  ],
51
- "additionalProperties" : false,
52
36
  "properties" : {
53
- "r" : {
54
- "description" : "ID of the priority request",
55
- "type" : "string"
56
- },
57
- "t" : {
58
- "allOf" : [
59
- {
60
- "description" : "Timestamp, indicating when the priority last changed state.\nFormat according to W3C XML dateTime with a resolution of 3 decimal places.\nAll time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z"
61
- },
62
- {
63
- "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
64
- }
65
- ]
66
- },
37
+ "n" : {
38
+ "const" : "status"
39
+ }
40
+ }
41
+ },
42
+ "then" : {
43
+ "properties" : {
67
44
  "s" : {
68
- "description" : "Current status of the priority request",
69
- "type" : "string",
70
- "enum" : [
71
- "activated",
72
- "completed",
73
- "cooldown",
74
- "queued",
75
- "received",
76
- "rejected",
77
- "stale",
78
- "timeout"
79
- ]
80
- },
81
- "e" : {
82
- "allOf" : [
83
- {
84
- "description" : "Estimated green extension provided by the priority, in seconds\nOnly used when state is ‘completed’."
85
- },
86
- {
87
- "$ref" : "../../../core/3.1.2/definitions.json#/integer"
45
+ "description" : "JSON array of priority status items",
46
+ "type" : "array",
47
+ "items" : {
48
+ "type" : "object",
49
+ "required" : [
50
+ "r",
51
+ "s",
52
+ "t"
53
+ ],
54
+ "additionalProperties" : false,
55
+ "properties" : {
56
+ "r" : {
57
+ "description" : "ID of the priority request",
58
+ "type" : "string"
59
+ },
60
+ "t" : {
61
+ "allOf" : [
62
+ {
63
+ "description" : "Timestamp, indicating when the priority last changed state.\nFormat according to W3C XML dateTime with a resolution of 3 decimal places.\nAll time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z"
64
+ },
65
+ {
66
+ "$ref" : "../../../core/3.1.2/definitions.json#/timestamp"
67
+ }
68
+ ]
69
+ },
70
+ "s" : {
71
+ "description" : "Current status of the priority request",
72
+ "type" : "string",
73
+ "enum" : [
74
+ "activated",
75
+ "completed",
76
+ "cooldown",
77
+ "queued",
78
+ "received",
79
+ "rejected",
80
+ "stale",
81
+ "timeout"
82
+ ]
83
+ },
84
+ "e" : {
85
+ "allOf" : [
86
+ {
87
+ "description" : "Estimated green extension provided by the priority, in seconds\nOnly used when state is ‘completed’."
88
+ },
89
+ {
90
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
91
+ }
92
+ ]
93
+ },
94
+ "d" : {
95
+ "allOf" : [
96
+ {
97
+ "description" : "Estimated red reduction provided by the priority, in seconds\nOnly used when state is ‘completed’."
98
+ },
99
+ {
100
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
101
+ }
102
+ ]
103
+ }
88
104
  }
89
- ]
90
- },
91
- "d" : {
92
- "allOf" : [
93
- {
94
- "description" : "Estimated red reduction provided by the priority, in seconds\nOnly used when state is ‘completed’."
95
- },
96
- {
97
- "$ref" : "../../../core/3.1.2/definitions.json#/integer"
98
- }
99
- ]
105
+ }
100
106
  }
101
107
  }
102
108
  }
103
109
  }
104
- }
110
+ ]
105
111
  }
106
112
  }
107
113
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Timeout for dynamic bands.\nTime until a designated time plan is entered due to lost connection with the supervisor.\nDisabled if set to '0'.\nUsed in conjunction with dynamic bands, M0014",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Timeout for dynamic bands.\nTime until a designated time plan is entered due to lost connection with the supervisor.\nDisabled if set to '0'.\nUsed in conjunction with dynamic bands, M0014",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -22,33 +22,39 @@
22
22
  }
23
23
  },
24
24
  "then" : {
25
- "s" : null
26
- }
27
- },
28
- {
29
- "if" : {
30
- "required" : [
31
- "n"
32
- ],
33
- "properties" : {
34
- "n" : {
35
- "const" : "status"
36
- }
25
+ "s" : {
26
+ "type" : "null"
37
27
  }
38
28
  },
39
- "then" : {
40
- "properties" : {
41
- "s" : {
42
- "allOf" : [
43
- {
44
- "description" : "Timeout, in minutes"
45
- },
46
- {
47
- "$ref" : "../../../core/3.1.2/definitions.json#/integer"
29
+ "else" : {
30
+ "allOf" : [
31
+ {
32
+ "if" : {
33
+ "required" : [
34
+ "n"
35
+ ],
36
+ "properties" : {
37
+ "n" : {
38
+ "const" : "status"
39
+ }
40
+ }
41
+ },
42
+ "then" : {
43
+ "properties" : {
44
+ "s" : {
45
+ "allOf" : [
46
+ {
47
+ "description" : "Timeout, in minutes"
48
+ },
49
+ {
50
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
51
+ }
52
+ ]
53
+ }
48
54
  }
49
- ]
55
+ }
50
56
  }
51
- }
57
+ ]
52
58
  }
53
59
  }
54
60
  ]