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" : "Signal group status.\nProvides the status of each signal group, including basic information such as green, yellow and red. But also detailed technical information.\nCan be used to draw a live signal group diagram as well provide diagnostic information about the performance of the controller.",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Signal group status.\nProvides the status of each signal group, including basic information such as green, yellow and red. But also detailed technical information.\nCan be used to draw a live signal group diagram as well provide diagnostic information about the performance of the controller.",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -25,106 +25,112 @@
25
25
  }
26
26
  },
27
27
  "then" : {
28
- "s" : null
29
- }
30
- },
31
- {
32
- "if" : {
33
- "required" : [
34
- "n"
35
- ],
36
- "properties" : {
37
- "n" : {
38
- "const" : "signalgroupstatus"
39
- }
28
+ "s" : {
29
+ "type" : "null"
40
30
  }
41
31
  },
42
- "then" : {
43
- "properties" : {
44
- "s" : {
45
- "description" : "Signal group status as text field.\nEach character represent the state of the signal group in consecutive order.\nSignal group status is described in detail in the corresponding section.\n- = Signal group is undefined/does not exist",
46
- "type" : "string",
47
- "pattern" : "^[a-hA-G0-9N-P]*$"
48
- }
49
- }
50
- }
51
- },
52
- {
53
- "if" : {
54
- "required" : [
55
- "n"
56
- ],
57
- "properties" : {
58
- "n" : {
59
- "const" : "cyclecounter"
60
- }
61
- }
62
- },
63
- "then" : {
64
- "properties" : {
65
- "s" : {
66
- "allOf" : [
67
- {
68
- "description" : "Cycle counter.\nUsed for handling of coordination between TLC’s.\nIs counted from 0 until it reaches the cycle time (See S0028).\n\nc = (b + o) mod t\n\nwhere c = cycle counter,\nb = base cycle counter,\no = offset,\nt = cycle time,\nmod = modulo\n\nSee the coordination section for more information."
69
- },
70
- {
71
- "$ref" : "../../../core/3.1.2/definitions.json#/integer"
32
+ "else" : {
33
+ "allOf" : [
34
+ {
35
+ "if" : {
36
+ "required" : [
37
+ "n"
38
+ ],
39
+ "properties" : {
40
+ "n" : {
41
+ "const" : "signalgroupstatus"
42
+ }
72
43
  }
73
- ]
74
- }
75
- }
76
- }
77
- },
78
- {
79
- "if" : {
80
- "required" : [
81
- "n"
82
- ],
83
- "properties" : {
84
- "n" : {
85
- "const" : "basecyclecounter"
86
- }
87
- }
88
- },
89
- "then" : {
90
- "properties" : {
91
- "s" : {
92
- "allOf" : [
93
- {
94
- "description" : "Base cycle counter.\nUsed for handling of coordination between TLC’s.\nSynchronized between all TLC’s in an active coordination.\nSee the coordination section for more information."
95
- },
96
- {
97
- "$ref" : "../../../core/3.1.2/definitions.json#/integer"
44
+ },
45
+ "then" : {
46
+ "properties" : {
47
+ "s" : {
48
+ "description" : "Signal group status as text field.\nEach character represent the state of the signal group in consecutive order.\nSignal group status is described in detail in the corresponding section.\n- = Signal group is undefined/does not exist",
49
+ "type" : "string",
50
+ "pattern" : "^[a-hA-G0-9N-P]*$"
51
+ }
98
52
  }
99
- ]
100
- }
101
- }
102
- }
103
- },
104
- {
105
- "if" : {
106
- "required" : [
107
- "n"
108
- ],
109
- "properties" : {
110
- "n" : {
111
- "const" : "stage"
112
- }
113
- }
114
- },
115
- "then" : {
116
- "properties" : {
117
- "s" : {
118
- "allOf" : [
119
- {
120
- "description" : "Current stage (isolated)"
121
- },
122
- {
123
- "$ref" : "../../../core/3.1.2/definitions.json#/integer"
53
+ }
54
+ },
55
+ {
56
+ "if" : {
57
+ "required" : [
58
+ "n"
59
+ ],
60
+ "properties" : {
61
+ "n" : {
62
+ "const" : "cyclecounter"
63
+ }
64
+ }
65
+ },
66
+ "then" : {
67
+ "properties" : {
68
+ "s" : {
69
+ "allOf" : [
70
+ {
71
+ "description" : "Cycle counter.\nUsed for handling of coordination between TLC’s.\nIs counted from 0 until it reaches the cycle time (See S0028).\n\nc = (b + o) mod t\n\nwhere c = cycle counter,\nb = base cycle counter,\no = offset,\nt = cycle time,\nmod = modulo\n\nSee the coordination section for more information."
72
+ },
73
+ {
74
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
75
+ }
76
+ ]
77
+ }
78
+ }
79
+ }
80
+ },
81
+ {
82
+ "if" : {
83
+ "required" : [
84
+ "n"
85
+ ],
86
+ "properties" : {
87
+ "n" : {
88
+ "const" : "basecyclecounter"
89
+ }
90
+ }
91
+ },
92
+ "then" : {
93
+ "properties" : {
94
+ "s" : {
95
+ "allOf" : [
96
+ {
97
+ "description" : "Base cycle counter.\nUsed for handling of coordination between TLC’s.\nSynchronized between all TLC’s in an active coordination.\nSee the coordination section for more information."
98
+ },
99
+ {
100
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
101
+ }
102
+ ]
103
+ }
124
104
  }
125
- ]
105
+ }
106
+ },
107
+ {
108
+ "if" : {
109
+ "required" : [
110
+ "n"
111
+ ],
112
+ "properties" : {
113
+ "n" : {
114
+ "const" : "stage"
115
+ }
116
+ }
117
+ },
118
+ "then" : {
119
+ "properties" : {
120
+ "s" : {
121
+ "allOf" : [
122
+ {
123
+ "description" : "Current stage (isolated)"
124
+ },
125
+ {
126
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
127
+ }
128
+ ]
129
+ }
130
+ }
131
+ }
126
132
  }
127
- }
133
+ ]
128
134
  }
129
135
  }
130
136
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Detector logic status.\nProvides the status of all detector logics of the controller.\nCan be used to draw a live signal group diagram as well provide diagnostic information about the performance of the controller. Can also be used for bus priority, external control systems, and much more.",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Detector logic status.\nProvides the status of all detector logics of the controller.\nCan be used to draw a live signal group diagram as well provide diagnostic information about the performance of the controller. Can also be used for bus priority, 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" : "detectorlogicstatus"
36
- }
25
+ "s" : {
26
+ "type" : "null"
37
27
  }
38
28
  },
39
- "then" : {
40
- "properties" : {
41
- "s" : {
42
- "description" : "Detector logic status as text field\nEach character represent the state of the detector logic in consecutive order.\n0 : Detector logic is not active\n1 : Detector logic is active\n- : Detector logic is undefined/does not exist",
43
- "type" : "string"
29
+ "else" : {
30
+ "allOf" : [
31
+ {
32
+ "if" : {
33
+ "required" : [
34
+ "n"
35
+ ],
36
+ "properties" : {
37
+ "n" : {
38
+ "const" : "detectorlogicstatus"
39
+ }
40
+ }
41
+ },
42
+ "then" : {
43
+ "properties" : {
44
+ "s" : {
45
+ "description" : "Detector logic status as text field\nEach character represent the state of the detector logic in consecutive order.\n0 : Detector logic is not active\n1 : Detector logic is active\n- : Detector logic is undefined/does not exist",
46
+ "type" : "string"
47
+ }
48
+ }
49
+ }
44
50
  }
45
- }
51
+ ]
46
52
  }
47
53
  }
48
54
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Input status.\nInput (1-255) of the controllers general purpose I/O.\nInput is used where the traffic light controller must react to external control. It could be external detectors, bus priority, and much more.",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Input status.\nInput (1-255) of the controllers general purpose I/O.\nInput is used where the traffic light controller must react to external control. It could be external detectors, bus priority, and much more.",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -23,47 +23,53 @@
23
23
  }
24
24
  },
25
25
  "then" : {
26
- "s" : null
27
- }
28
- },
29
- {
30
- "if" : {
31
- "required" : [
32
- "n"
33
- ],
34
- "properties" : {
35
- "n" : {
36
- "const" : "inputstatus"
37
- }
26
+ "s" : {
27
+ "type" : "null"
38
28
  }
39
29
  },
40
- "then" : {
41
- "properties" : {
42
- "s" : {
43
- "description" : "Input status as text field\nEach character represent the state of the input in consecutive order.\n0 : Input is not active\n1 : Input is active\n- : Input is undefined/does not exist",
44
- "type" : "string"
30
+ "else" : {
31
+ "allOf" : [
32
+ {
33
+ "if" : {
34
+ "required" : [
35
+ "n"
36
+ ],
37
+ "properties" : {
38
+ "n" : {
39
+ "const" : "inputstatus"
40
+ }
41
+ }
42
+ },
43
+ "then" : {
44
+ "properties" : {
45
+ "s" : {
46
+ "description" : "Input status as text field\nEach character represent the state of the input in consecutive order.\n0 : Input is not active\n1 : Input is active\n- : Input is undefined/does not exist",
47
+ "type" : "string"
48
+ }
49
+ }
50
+ }
51
+ },
52
+ {
53
+ "if" : {
54
+ "required" : [
55
+ "n"
56
+ ],
57
+ "properties" : {
58
+ "n" : {
59
+ "const" : "extendedinputstatus"
60
+ }
61
+ }
62
+ },
63
+ "then" : {
64
+ "properties" : {
65
+ "s" : {
66
+ "description" : "Extended input status as text field\nEach character represent the state of the extended input status in consecutive order.\n0 : Input is not active\n1 : Input is active\n- : Input is undefined/does not exist",
67
+ "type" : "string"
68
+ }
69
+ }
70
+ }
45
71
  }
46
- }
47
- }
48
- },
49
- {
50
- "if" : {
51
- "required" : [
52
- "n"
53
- ],
54
- "properties" : {
55
- "n" : {
56
- "const" : "extendedinputstatus"
57
- }
58
- }
59
- },
60
- "then" : {
61
- "properties" : {
62
- "s" : {
63
- "description" : "Extended input status as text field\nEach character represent the state of the extended input status in consecutive order.\n0 : Input is not active\n1 : Input is active\n- : Input is undefined/does not exist",
64
- "type" : "string"
65
- }
66
- }
72
+ ]
67
73
  }
68
74
  }
69
75
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Output status.\nOutput (1-255) of the controllers general purpose I/O.\nCan be used for all types of output where the traffic light controller needs to control other equipment. Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Output status.\nOutput (1-255) of the controllers general purpose I/O.\nCan be used for all types of output where the traffic light controller needs to control other equipment. Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -23,47 +23,53 @@
23
23
  }
24
24
  },
25
25
  "then" : {
26
- "s" : null
27
- }
28
- },
29
- {
30
- "if" : {
31
- "required" : [
32
- "n"
33
- ],
34
- "properties" : {
35
- "n" : {
36
- "const" : "outputstatus"
37
- }
26
+ "s" : {
27
+ "type" : "null"
38
28
  }
39
29
  },
40
- "then" : {
41
- "properties" : {
42
- "s" : {
43
- "description" : "Output status as text field\nEach character represent the state of the output status in consecutive order.\n0 : Output is not active\n1 : Output is active\n- : Output is undefined/does not exist",
44
- "type" : "string"
30
+ "else" : {
31
+ "allOf" : [
32
+ {
33
+ "if" : {
34
+ "required" : [
35
+ "n"
36
+ ],
37
+ "properties" : {
38
+ "n" : {
39
+ "const" : "outputstatus"
40
+ }
41
+ }
42
+ },
43
+ "then" : {
44
+ "properties" : {
45
+ "s" : {
46
+ "description" : "Output status as text field\nEach character represent the state of the output status in consecutive order.\n0 : Output is not active\n1 : Output is active\n- : Output is undefined/does not exist",
47
+ "type" : "string"
48
+ }
49
+ }
50
+ }
51
+ },
52
+ {
53
+ "if" : {
54
+ "required" : [
55
+ "n"
56
+ ],
57
+ "properties" : {
58
+ "n" : {
59
+ "const" : "extendedoutputstatus"
60
+ }
61
+ }
62
+ },
63
+ "then" : {
64
+ "properties" : {
65
+ "s" : {
66
+ "description" : "Extended output status as text field\nEach character represent the state of the extended output status in consecutive order.\n0 : Output is not active\n1 : Output is active\n- : Output is undefined/does not exist",
67
+ "type" : "string"
68
+ }
69
+ }
70
+ }
45
71
  }
46
- }
47
- }
48
- },
49
- {
50
- "if" : {
51
- "required" : [
52
- "n"
53
- ],
54
- "properties" : {
55
- "n" : {
56
- "const" : "extendedoutputstatus"
57
- }
58
- }
59
- },
60
- "then" : {
61
- "properties" : {
62
- "s" : {
63
- "description" : "Extended output status as text field\nEach character represent the state of the extended output status in consecutive order.\n0 : Output is not active\n1 : Output is active\n- : Output is undefined/does not exist",
64
- "type" : "string"
65
- }
66
- }
72
+ ]
67
73
  }
68
74
  }
69
75
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Traffic Light Controller starting.\nThe traffic signal is starting, e.g. it is in startup mode and has not begun working normally yet.\nDuring startup mode the traffic controller shows dark, red, yellow flash or using the predetermined start cycle (minimum times).",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Traffic Light Controller starting.\nThe traffic signal is starting, e.g. it is in startup mode and has not begun working normally yet.\nDuring startup mode the traffic controller shows dark, red, yellow flash or using the predetermined start cycle (minimum times).",
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" : "False: Controller is not in start up mode\nTrue: Controller is currently in start up mode"
45
- },
46
- {
47
- "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
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" : "False: Controller is not in start up mode\nTrue: Controller is currently in start up mode"
48
+ },
49
+ {
50
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
51
+ }
52
+ ]
53
+ }
48
54
  }
49
- ]
55
+ }
50
56
  }
51
- }
57
+ ]
52
58
  }
53
59
  }
54
60
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
+ "description" : "Emergency route.\nThe status is active during emergency prioritization.\nUsed in situations where full priority is given in the emergency vehicle program.\nIf no emergency route is active, status should be set to False, and emergencystage to zero.",
2
3
  "allOf" : [
3
4
  {
4
- "description" : "Emergency route.\nThe status is active during emergency prioritization.\nUsed in situations where full priority is given in the emergency vehicle program.\nIf no emergency route is active, status should be set to False, and emergencystage to zero.",
5
5
  "properties" : {
6
6
  "n" : {
7
7
  "enum" : [
@@ -23,59 +23,65 @@
23
23
  }
24
24
  },
25
25
  "then" : {
26
- "s" : null
27
- }
28
- },
29
- {
30
- "if" : {
31
- "required" : [
32
- "n"
33
- ],
34
- "properties" : {
35
- "n" : {
36
- "const" : "status"
37
- }
26
+ "s" : {
27
+ "type" : "null"
38
28
  }
39
29
  },
40
- "then" : {
41
- "properties" : {
42
- "s" : {
43
- "allOf" : [
44
- {
45
- "description" : "False: Emergency stage inactive\nTrue: Emergency stage active"
46
- },
47
- {
48
- "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
30
+ "else" : {
31
+ "allOf" : [
32
+ {
33
+ "if" : {
34
+ "required" : [
35
+ "n"
36
+ ],
37
+ "properties" : {
38
+ "n" : {
39
+ "const" : "status"
40
+ }
49
41
  }
50
- ]
51
- }
52
- }
53
- }
54
- },
55
- {
56
- "if" : {
57
- "required" : [
58
- "n"
59
- ],
60
- "properties" : {
61
- "n" : {
62
- "const" : "emergencystage"
63
- }
64
- }
65
- },
66
- "then" : {
67
- "properties" : {
68
- "s" : {
69
- "allOf" : [
70
- {
71
- "description" : "Number of emergency stage (set to zero if no route is active)"
72
- },
73
- {
74
- "$ref" : "../../../core/3.1.2/definitions.json#/integer"
42
+ },
43
+ "then" : {
44
+ "properties" : {
45
+ "s" : {
46
+ "allOf" : [
47
+ {
48
+ "description" : "False: Emergency stage inactive\nTrue: Emergency stage active"
49
+ },
50
+ {
51
+ "$ref" : "../../../core/3.1.2/definitions.json#/boolean"
52
+ }
53
+ ]
54
+ }
75
55
  }
76
- ]
56
+ }
57
+ },
58
+ {
59
+ "if" : {
60
+ "required" : [
61
+ "n"
62
+ ],
63
+ "properties" : {
64
+ "n" : {
65
+ "const" : "emergencystage"
66
+ }
67
+ }
68
+ },
69
+ "then" : {
70
+ "properties" : {
71
+ "s" : {
72
+ "allOf" : [
73
+ {
74
+ "description" : "Number of emergency stage (set to zero if no route is active)"
75
+ },
76
+ {
77
+ "$ref" : "../../../core/3.1.2/definitions.json#/integer"
78
+ }
79
+ ]
80
+ }
81
+ }
82
+ }
77
83
  }
78
- }
84
+ ]
79
85
  }
80
86
  }
81
87
  ]