rsmp_schemer 0.4.2 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1251) hide show
  1. checksums.yaml +4 -4
  2. data/.gitmodules +2 -43
  3. data/Gemfile.lock +1 -1
  4. data/lib/rsmp_schemer/schemer.rb +13 -12
  5. data/lib/rsmp_schemer/version.rb +1 -1
  6. data/schemas/{core_3.1.2/.rspec → .rspec} +0 -0
  7. data/schemas/{core_3.1.2/Gemfile → Gemfile} +0 -0
  8. data/schemas/Gemfile.lock +37 -0
  9. data/schemas/{core_3.1.2/LICENSE → LICENSE} +0 -0
  10. data/schemas/README.md +73 -0
  11. data/schemas/examples/validate.rb +32 -0
  12. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/aggregated_status.json +0 -0
  13. data/schemas/schemas/core/3.1.1/alarm.json +58 -0
  14. data/schemas/{core_3.1.5/schema/core/alarm_suspended_resumed.json → schemas/core/3.1.1/alarm_issue.json} +0 -0
  15. data/schemas/{core_3.1.5/schema/core → schemas/core/3.1.1}/alarm_suspend_resume.json +0 -0
  16. data/schemas/schemas/core/3.1.1/alarm_suspended_resumed.json +47 -0
  17. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/command_request.json +0 -0
  18. data/schemas/schemas/core/3.1.1/command_response.json +34 -0
  19. data/schemas/schemas/core/3.1.1/core.json +38 -0
  20. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/definitions.json +0 -0
  21. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/message_ack.json +0 -0
  22. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/message_not_ack.json +0 -0
  23. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/rsmp.json +0 -0
  24. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status.json +0 -0
  25. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_request.json +0 -0
  26. data/schemas/schemas/core/3.1.1/status_response.json +30 -0
  27. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_subscribe.json +0 -0
  28. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_unsubscribe.json +0 -0
  29. data/schemas/schemas/core/3.1.1/status_update.json +30 -0
  30. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/version.json +0 -0
  31. data/schemas/schemas/core/3.1.1/watchdog.json +9 -0
  32. data/schemas/schemas/core/3.1.2/rsmp.json +3 -0
  33. data/schemas/schemas/core/3.1.3/rsmp.json +124 -0
  34. data/schemas/schemas/core/3.1.3/status_response.json +30 -0
  35. data/schemas/schemas/core/3.1.3/status_update.json +30 -0
  36. data/schemas/schemas/core/3.1.4/rsmp.json +3 -0
  37. data/schemas/schemas/core/3.1.5/aggregated_status_request.json +9 -0
  38. data/schemas/schemas/core/3.1.5/alarm.json +68 -0
  39. data/schemas/schemas/core/3.1.5/alarm_request.json +3 -0
  40. data/schemas/schemas/core/3.1.5/core.json +39 -0
  41. data/schemas/schemas/core/3.1.5/rsmp.json +133 -0
  42. data/schemas/schemas/core/3.1.5/status.json +21 -0
  43. data/schemas/schemas/core/3.1.5/status_subscribe.json +31 -0
  44. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0001.json +0 -0
  45. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0002.json +0 -0
  46. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0003.json +0 -0
  47. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0004.json +0 -0
  48. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0005.json +0 -0
  49. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0006.json +0 -0
  50. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0007.json +0 -0
  51. data/schemas/schemas/tlc/1.0.10/alarms/A0008.json +34 -0
  52. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0009.json +0 -0
  53. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0101.json +0 -0
  54. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0201.json +0 -0
  55. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0202.json +0 -0
  56. data/schemas/schemas/tlc/1.0.10/alarms/A0301.json +105 -0
  57. data/schemas/schemas/tlc/1.0.10/alarms/A0302.json +131 -0
  58. data/schemas/schemas/tlc/1.0.10/alarms/alarms.json +238 -0
  59. data/schemas/schemas/tlc/1.0.10/commands/M0001.json +105 -0
  60. data/schemas/schemas/tlc/1.0.10/commands/M0002.json +79 -0
  61. data/schemas/schemas/tlc/1.0.10/commands/M0003.json +79 -0
  62. data/schemas/schemas/tlc/1.0.10/commands/M0004.json +58 -0
  63. data/schemas/schemas/tlc/1.0.10/commands/M0005.json +79 -0
  64. data/schemas/schemas/tlc/1.0.10/commands/M0006.json +79 -0
  65. data/schemas/schemas/tlc/1.0.10/commands/M0007.json +58 -0
  66. data/schemas/schemas/tlc/1.0.10/commands/M0008.json +79 -0
  67. data/schemas/schemas/tlc/1.0.10/commands/M0010.json +58 -0
  68. data/schemas/schemas/tlc/1.0.10/commands/M0011.json +58 -0
  69. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/commands/M0012.json +0 -0
  70. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/commands/M0013.json +0 -0
  71. data/schemas/schemas/tlc/1.0.10/commands/M0019.json +100 -0
  72. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/commands/M0103.json +0 -0
  73. data/schemas/schemas/tlc/1.0.10/commands/M0104.json +163 -0
  74. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/commands/command_requests.json +0 -0
  75. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/commands/command_responses.json +0 -0
  76. data/schemas/schemas/tlc/1.0.10/commands/commands.json +254 -0
  77. data/schemas/schemas/tlc/1.0.10/statuses/S0001.json +98 -0
  78. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0002.json +0 -0
  79. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0003.json +0 -0
  80. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0004.json +0 -0
  81. data/schemas/schemas/tlc/1.0.10/statuses/S0005.json +34 -0
  82. data/schemas/schemas/tlc/1.0.10/statuses/S0006.json +55 -0
  83. data/schemas/schemas/tlc/1.0.10/statuses/S0007.json +55 -0
  84. data/schemas/schemas/tlc/1.0.10/statuses/S0008.json +55 -0
  85. data/schemas/schemas/tlc/1.0.10/statuses/S0009.json +55 -0
  86. data/schemas/schemas/tlc/1.0.10/statuses/S0010.json +55 -0
  87. data/schemas/schemas/tlc/1.0.10/statuses/S0011.json +55 -0
  88. data/schemas/schemas/tlc/1.0.10/statuses/S0012.json +55 -0
  89. data/schemas/schemas/tlc/1.0.10/statuses/S0013.json +55 -0
  90. data/schemas/schemas/tlc/1.0.10/statuses/S0014.json +34 -0
  91. data/schemas/schemas/tlc/1.0.10/statuses/S0015.json +34 -0
  92. data/schemas/schemas/tlc/1.0.10/statuses/S0016.json +34 -0
  93. data/schemas/schemas/tlc/1.0.10/statuses/S0017.json +34 -0
  94. data/schemas/schemas/tlc/1.0.10/statuses/S0018.json +34 -0
  95. data/schemas/schemas/tlc/1.0.10/statuses/S0019.json +34 -0
  96. data/schemas/schemas/tlc/1.0.10/statuses/S0020.json +61 -0
  97. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0021.json +0 -0
  98. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0091.json +0 -0
  99. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0092.json +0 -0
  100. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0095.json +0 -0
  101. data/schemas/schemas/tlc/1.0.10/statuses/S0096.json +139 -0
  102. data/schemas/schemas/tlc/1.0.10/statuses/S0201.json +55 -0
  103. data/schemas/schemas/tlc/1.0.10/statuses/S0202.json +55 -0
  104. data/schemas/schemas/tlc/1.0.10/statuses/S0203.json +55 -0
  105. data/schemas/schemas/tlc/1.0.10/statuses/S0204.json +223 -0
  106. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/statuses/statuses.json +0 -0
  107. data/schemas/schemas/tlc/1.0.10/sxl.json +73 -0
  108. data/schemas/schemas/tlc/1.0.10/sxl.yaml +1053 -0
  109. data/schemas/schemas/tlc/1.0.13/alarms/A0001.json +7 -0
  110. data/schemas/schemas/tlc/1.0.13/alarms/A0002.json +7 -0
  111. data/schemas/schemas/tlc/1.0.13/alarms/A0003.json +7 -0
  112. data/schemas/schemas/tlc/1.0.13/alarms/A0004.json +7 -0
  113. data/schemas/schemas/tlc/1.0.13/alarms/A0005.json +7 -0
  114. data/schemas/schemas/tlc/1.0.13/alarms/A0006.json +7 -0
  115. data/schemas/schemas/tlc/1.0.13/alarms/A0007.json +7 -0
  116. data/schemas/schemas/tlc/1.0.13/alarms/A0008.json +34 -0
  117. data/schemas/schemas/tlc/1.0.13/alarms/A0009.json +7 -0
  118. data/schemas/schemas/tlc/1.0.13/alarms/A0101.json +7 -0
  119. data/schemas/schemas/tlc/1.0.13/alarms/A0201.json +39 -0
  120. data/schemas/schemas/tlc/1.0.13/alarms/A0202.json +39 -0
  121. data/schemas/schemas/tlc/1.0.13/alarms/A0301.json +105 -0
  122. data/schemas/schemas/tlc/1.0.13/alarms/A0302.json +131 -0
  123. data/schemas/schemas/tlc/1.0.13/alarms/alarms.json +238 -0
  124. data/schemas/schemas/tlc/1.0.13/commands/M0001.json +105 -0
  125. data/schemas/schemas/tlc/1.0.13/commands/M0002.json +79 -0
  126. data/schemas/schemas/tlc/1.0.13/commands/M0003.json +79 -0
  127. data/schemas/schemas/tlc/1.0.13/commands/M0004.json +58 -0
  128. data/schemas/schemas/tlc/1.0.13/commands/M0005.json +79 -0
  129. data/schemas/schemas/tlc/1.0.13/commands/M0006.json +79 -0
  130. data/schemas/schemas/tlc/1.0.13/commands/M0007.json +58 -0
  131. data/schemas/schemas/tlc/1.0.13/commands/M0008.json +79 -0
  132. data/schemas/schemas/tlc/1.0.13/commands/M0010.json +58 -0
  133. data/schemas/schemas/tlc/1.0.13/commands/M0011.json +58 -0
  134. data/schemas/schemas/tlc/1.0.13/commands/M0012.json +58 -0
  135. data/schemas/schemas/tlc/1.0.13/commands/M0013.json +58 -0
  136. data/schemas/schemas/tlc/1.0.13/commands/M0014.json +79 -0
  137. data/schemas/schemas/tlc/1.0.13/commands/M0015.json +79 -0
  138. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/commands/M0016.json +0 -0
  139. data/schemas/schemas/tlc/1.0.13/commands/M0017.json +58 -0
  140. data/schemas/schemas/tlc/1.0.13/commands/M0018.json +79 -0
  141. data/schemas/schemas/tlc/1.0.13/commands/M0019.json +100 -0
  142. data/schemas/schemas/tlc/1.0.13/commands/M0103.json +82 -0
  143. data/schemas/schemas/tlc/1.0.13/commands/M0104.json +163 -0
  144. data/schemas/{tlc_1.0.13/schema/tlc → schemas/tlc/1.0.13}/commands/command_requests.json +0 -0
  145. data/schemas/{tlc_1.0.13/schema/tlc → schemas/tlc/1.0.13}/commands/command_responses.json +0 -0
  146. data/schemas/schemas/tlc/1.0.13/commands/commands.json +334 -0
  147. data/schemas/schemas/tlc/1.0.13/statuses/S0001.json +98 -0
  148. data/schemas/schemas/tlc/1.0.13/statuses/S0002.json +34 -0
  149. data/schemas/schemas/tlc/1.0.13/statuses/S0003.json +55 -0
  150. data/schemas/schemas/tlc/1.0.13/statuses/S0004.json +55 -0
  151. data/schemas/schemas/tlc/1.0.13/statuses/S0005.json +34 -0
  152. data/schemas/schemas/tlc/1.0.13/statuses/S0006.json +55 -0
  153. data/schemas/schemas/tlc/1.0.13/statuses/S0007.json +55 -0
  154. data/schemas/schemas/tlc/1.0.13/statuses/S0008.json +55 -0
  155. data/schemas/schemas/tlc/1.0.13/statuses/S0009.json +55 -0
  156. data/schemas/schemas/tlc/1.0.13/statuses/S0010.json +55 -0
  157. data/schemas/schemas/tlc/1.0.13/statuses/S0011.json +55 -0
  158. data/schemas/schemas/tlc/1.0.13/statuses/S0012.json +55 -0
  159. data/schemas/schemas/tlc/1.0.13/statuses/S0013.json +55 -0
  160. data/schemas/schemas/tlc/1.0.13/statuses/S0014.json +34 -0
  161. data/schemas/schemas/tlc/1.0.13/statuses/S0015.json +34 -0
  162. data/schemas/schemas/tlc/1.0.13/statuses/S0016.json +34 -0
  163. data/schemas/schemas/tlc/1.0.13/statuses/S0017.json +34 -0
  164. data/schemas/schemas/tlc/1.0.13/statuses/S0018.json +34 -0
  165. data/schemas/schemas/tlc/1.0.13/statuses/S0019.json +34 -0
  166. data/schemas/schemas/tlc/1.0.13/statuses/S0020.json +61 -0
  167. data/schemas/schemas/tlc/1.0.13/statuses/S0021.json +35 -0
  168. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0022.json +0 -0
  169. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0023.json +0 -0
  170. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0024.json +0 -0
  171. data/schemas/schemas/tlc/1.0.13/statuses/S0025.json +181 -0
  172. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0026.json +0 -0
  173. data/schemas/schemas/tlc/1.0.13/statuses/S0027.json +34 -0
  174. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0028.json +0 -0
  175. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0029.json +0 -0
  176. data/schemas/schemas/tlc/1.0.13/statuses/S0091.json +58 -0
  177. data/schemas/schemas/tlc/1.0.13/statuses/S0092.json +58 -0
  178. data/schemas/schemas/tlc/1.0.13/statuses/S0095.json +34 -0
  179. data/schemas/schemas/tlc/1.0.13/statuses/S0096.json +139 -0
  180. data/schemas/schemas/tlc/1.0.13/statuses/S0201.json +55 -0
  181. data/schemas/schemas/tlc/1.0.13/statuses/S0202.json +55 -0
  182. data/schemas/schemas/tlc/1.0.13/statuses/S0203.json +55 -0
  183. data/schemas/schemas/tlc/1.0.13/statuses/S0204.json +223 -0
  184. data/schemas/schemas/tlc/1.0.13/statuses/statuses.json +610 -0
  185. data/schemas/schemas/tlc/1.0.13/sxl.json +73 -0
  186. data/schemas/schemas/tlc/1.0.13/sxl.yaml +1370 -0
  187. data/schemas/schemas/tlc/1.0.14/alarms/A0001.json +7 -0
  188. data/schemas/schemas/tlc/1.0.14/alarms/A0002.json +7 -0
  189. data/schemas/schemas/tlc/1.0.14/alarms/A0003.json +7 -0
  190. data/schemas/schemas/tlc/1.0.14/alarms/A0004.json +7 -0
  191. data/schemas/schemas/tlc/1.0.14/alarms/A0005.json +7 -0
  192. data/schemas/schemas/tlc/1.0.14/alarms/A0006.json +7 -0
  193. data/schemas/schemas/tlc/1.0.14/alarms/A0007.json +7 -0
  194. data/schemas/schemas/tlc/1.0.14/alarms/A0008.json +34 -0
  195. data/schemas/schemas/tlc/1.0.14/alarms/A0009.json +7 -0
  196. data/schemas/schemas/tlc/1.0.14/alarms/A0101.json +7 -0
  197. data/schemas/schemas/tlc/1.0.14/alarms/A0201.json +39 -0
  198. data/schemas/schemas/tlc/1.0.14/alarms/A0202.json +39 -0
  199. data/schemas/schemas/tlc/1.0.14/alarms/A0301.json +105 -0
  200. data/schemas/schemas/tlc/1.0.14/alarms/A0302.json +131 -0
  201. data/schemas/schemas/tlc/1.0.14/alarms/alarms.json +238 -0
  202. data/schemas/schemas/tlc/1.0.14/commands/M0001.json +105 -0
  203. data/schemas/schemas/tlc/1.0.14/commands/M0002.json +79 -0
  204. data/schemas/schemas/tlc/1.0.14/commands/M0003.json +79 -0
  205. data/schemas/schemas/tlc/1.0.14/commands/M0004.json +58 -0
  206. data/schemas/schemas/tlc/1.0.14/commands/M0005.json +79 -0
  207. data/schemas/schemas/tlc/1.0.14/commands/M0006.json +79 -0
  208. data/schemas/schemas/tlc/1.0.14/commands/M0007.json +58 -0
  209. data/schemas/schemas/tlc/1.0.14/commands/M0008.json +79 -0
  210. data/schemas/schemas/tlc/1.0.14/commands/M0010.json +58 -0
  211. data/schemas/schemas/tlc/1.0.14/commands/M0011.json +58 -0
  212. data/schemas/schemas/tlc/1.0.14/commands/M0012.json +58 -0
  213. data/schemas/schemas/tlc/1.0.14/commands/M0013.json +58 -0
  214. data/schemas/schemas/tlc/1.0.14/commands/M0014.json +79 -0
  215. data/schemas/schemas/tlc/1.0.14/commands/M0015.json +79 -0
  216. data/schemas/schemas/tlc/1.0.14/commands/M0016.json +58 -0
  217. data/schemas/schemas/tlc/1.0.14/commands/M0017.json +58 -0
  218. data/schemas/schemas/tlc/1.0.14/commands/M0018.json +79 -0
  219. data/schemas/schemas/tlc/1.0.14/commands/M0019.json +100 -0
  220. data/schemas/schemas/tlc/1.0.14/commands/M0103.json +82 -0
  221. data/schemas/schemas/tlc/1.0.14/commands/M0104.json +163 -0
  222. data/schemas/{tlc_1.0.14/schema/tlc → schemas/tlc/1.0.14}/commands/command_requests.json +0 -0
  223. data/schemas/{tlc_1.0.14/schema/tlc → schemas/tlc/1.0.14}/commands/command_responses.json +0 -0
  224. data/schemas/schemas/tlc/1.0.14/commands/commands.json +334 -0
  225. data/schemas/schemas/tlc/1.0.14/statuses/S0001.json +98 -0
  226. data/schemas/schemas/tlc/1.0.14/statuses/S0002.json +34 -0
  227. data/schemas/schemas/tlc/1.0.14/statuses/S0003.json +55 -0
  228. data/schemas/schemas/tlc/1.0.14/statuses/S0004.json +55 -0
  229. data/schemas/schemas/tlc/1.0.14/statuses/S0005.json +34 -0
  230. data/schemas/schemas/tlc/1.0.14/statuses/S0006.json +55 -0
  231. data/schemas/schemas/tlc/1.0.14/statuses/S0007.json +55 -0
  232. data/schemas/schemas/tlc/1.0.14/statuses/S0008.json +55 -0
  233. data/schemas/schemas/tlc/1.0.14/statuses/S0009.json +55 -0
  234. data/schemas/schemas/tlc/1.0.14/statuses/S0010.json +55 -0
  235. data/schemas/schemas/tlc/1.0.14/statuses/S0011.json +55 -0
  236. data/schemas/schemas/tlc/1.0.14/statuses/S0012.json +55 -0
  237. data/schemas/schemas/tlc/1.0.14/statuses/S0013.json +55 -0
  238. data/schemas/schemas/tlc/1.0.14/statuses/S0014.json +34 -0
  239. data/schemas/schemas/tlc/1.0.14/statuses/S0015.json +34 -0
  240. data/schemas/schemas/tlc/1.0.14/statuses/S0016.json +34 -0
  241. data/schemas/schemas/tlc/1.0.14/statuses/S0017.json +34 -0
  242. data/schemas/schemas/tlc/1.0.14/statuses/S0018.json +34 -0
  243. data/schemas/schemas/tlc/1.0.14/statuses/S0019.json +34 -0
  244. data/schemas/schemas/tlc/1.0.14/statuses/S0020.json +61 -0
  245. data/schemas/schemas/tlc/1.0.14/statuses/S0021.json +35 -0
  246. data/schemas/schemas/tlc/1.0.14/statuses/S0022.json +34 -0
  247. data/schemas/schemas/tlc/1.0.14/statuses/S0023.json +35 -0
  248. data/schemas/schemas/tlc/1.0.14/statuses/S0024.json +35 -0
  249. data/schemas/schemas/tlc/1.0.14/statuses/S0025.json +181 -0
  250. data/schemas/schemas/tlc/1.0.14/statuses/S0026.json +34 -0
  251. data/schemas/schemas/tlc/1.0.14/statuses/S0027.json +34 -0
  252. data/schemas/schemas/tlc/1.0.14/statuses/S0028.json +34 -0
  253. data/schemas/schemas/tlc/1.0.14/statuses/S0029.json +34 -0
  254. data/schemas/schemas/tlc/1.0.14/statuses/S0091.json +58 -0
  255. data/schemas/schemas/tlc/1.0.14/statuses/S0092.json +58 -0
  256. data/schemas/schemas/tlc/1.0.14/statuses/S0095.json +34 -0
  257. data/schemas/schemas/tlc/1.0.14/statuses/S0096.json +139 -0
  258. data/schemas/schemas/tlc/1.0.14/statuses/S0201.json +55 -0
  259. data/schemas/schemas/tlc/1.0.14/statuses/S0202.json +55 -0
  260. data/schemas/schemas/tlc/1.0.14/statuses/S0203.json +55 -0
  261. data/schemas/schemas/tlc/1.0.14/statuses/S0204.json +223 -0
  262. data/schemas/schemas/tlc/1.0.14/statuses/S0205.json +55 -0
  263. data/schemas/schemas/tlc/1.0.14/statuses/S0206.json +55 -0
  264. data/schemas/schemas/tlc/1.0.14/statuses/S0207.json +55 -0
  265. data/schemas/schemas/tlc/1.0.14/statuses/S0208.json +223 -0
  266. data/schemas/schemas/tlc/1.0.14/statuses/statuses.json +674 -0
  267. data/schemas/schemas/tlc/1.0.14/sxl.json +73 -0
  268. data/schemas/schemas/tlc/1.0.14/sxl.yaml +1508 -0
  269. data/schemas/schemas/tlc/1.0.15/alarms/A0001.json +7 -0
  270. data/schemas/schemas/tlc/1.0.15/alarms/A0002.json +7 -0
  271. data/schemas/schemas/tlc/1.0.15/alarms/A0003.json +7 -0
  272. data/schemas/schemas/tlc/1.0.15/alarms/A0004.json +7 -0
  273. data/schemas/schemas/tlc/1.0.15/alarms/A0005.json +7 -0
  274. data/schemas/schemas/tlc/1.0.15/alarms/A0006.json +7 -0
  275. data/schemas/schemas/tlc/1.0.15/alarms/A0007.json +7 -0
  276. data/schemas/schemas/tlc/1.0.15/alarms/A0008.json +34 -0
  277. data/schemas/schemas/tlc/1.0.15/alarms/A0009.json +7 -0
  278. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/alarms/A0010.json +0 -0
  279. data/schemas/schemas/tlc/1.0.15/alarms/A0101.json +7 -0
  280. data/schemas/schemas/tlc/1.0.15/alarms/A0201.json +39 -0
  281. data/schemas/schemas/tlc/1.0.15/alarms/A0202.json +39 -0
  282. data/schemas/schemas/tlc/1.0.15/alarms/A0301.json +105 -0
  283. data/schemas/schemas/tlc/1.0.15/alarms/A0302.json +131 -0
  284. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.15}/alarms/alarms.json +0 -0
  285. data/schemas/schemas/tlc/1.0.15/commands/M0001.json +105 -0
  286. data/schemas/schemas/tlc/1.0.15/commands/M0002.json +79 -0
  287. data/schemas/schemas/tlc/1.0.15/commands/M0003.json +79 -0
  288. data/schemas/schemas/tlc/1.0.15/commands/M0004.json +58 -0
  289. data/schemas/schemas/tlc/1.0.15/commands/M0005.json +79 -0
  290. data/schemas/schemas/tlc/1.0.15/commands/M0006.json +79 -0
  291. data/schemas/schemas/tlc/1.0.15/commands/M0007.json +58 -0
  292. data/schemas/schemas/tlc/1.0.15/commands/M0008.json +79 -0
  293. data/schemas/schemas/tlc/1.0.15/commands/M0010.json +58 -0
  294. data/schemas/schemas/tlc/1.0.15/commands/M0011.json +58 -0
  295. data/schemas/schemas/tlc/1.0.15/commands/M0012.json +58 -0
  296. data/schemas/schemas/tlc/1.0.15/commands/M0013.json +58 -0
  297. data/schemas/schemas/tlc/1.0.15/commands/M0014.json +79 -0
  298. data/schemas/schemas/tlc/1.0.15/commands/M0015.json +79 -0
  299. data/schemas/schemas/tlc/1.0.15/commands/M0016.json +58 -0
  300. data/schemas/schemas/tlc/1.0.15/commands/M0017.json +58 -0
  301. data/schemas/schemas/tlc/1.0.15/commands/M0018.json +79 -0
  302. data/schemas/schemas/tlc/1.0.15/commands/M0019.json +100 -0
  303. data/schemas/schemas/tlc/1.0.15/commands/M0020.json +100 -0
  304. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/commands/M0021.json +0 -0
  305. data/schemas/schemas/tlc/1.0.15/commands/M0103.json +82 -0
  306. data/schemas/schemas/tlc/1.0.15/commands/M0104.json +163 -0
  307. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/commands/command_requests.json +0 -0
  308. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/commands/command_responses.json +0 -0
  309. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.15}/commands/commands.json +0 -0
  310. data/schemas/schemas/tlc/1.0.15/statuses/S0001.json +98 -0
  311. data/schemas/schemas/tlc/1.0.15/statuses/S0002.json +34 -0
  312. data/schemas/schemas/tlc/1.0.15/statuses/S0003.json +55 -0
  313. data/schemas/schemas/tlc/1.0.15/statuses/S0004.json +55 -0
  314. data/schemas/schemas/tlc/1.0.15/statuses/S0005.json +34 -0
  315. data/schemas/schemas/tlc/1.0.15/statuses/S0006.json +55 -0
  316. data/schemas/schemas/tlc/1.0.15/statuses/S0007.json +55 -0
  317. data/schemas/schemas/tlc/1.0.15/statuses/S0008.json +55 -0
  318. data/schemas/schemas/tlc/1.0.15/statuses/S0009.json +55 -0
  319. data/schemas/schemas/tlc/1.0.15/statuses/S0010.json +55 -0
  320. data/schemas/schemas/tlc/1.0.15/statuses/S0011.json +55 -0
  321. data/schemas/schemas/tlc/1.0.15/statuses/S0012.json +55 -0
  322. data/schemas/schemas/tlc/1.0.15/statuses/S0013.json +55 -0
  323. data/schemas/schemas/tlc/1.0.15/statuses/S0014.json +34 -0
  324. data/schemas/schemas/tlc/1.0.15/statuses/S0015.json +34 -0
  325. data/schemas/schemas/tlc/1.0.15/statuses/S0016.json +34 -0
  326. data/schemas/schemas/tlc/1.0.15/statuses/S0017.json +34 -0
  327. data/schemas/schemas/tlc/1.0.15/statuses/S0018.json +34 -0
  328. data/schemas/schemas/tlc/1.0.15/statuses/S0019.json +34 -0
  329. data/schemas/schemas/tlc/1.0.15/statuses/S0020.json +61 -0
  330. data/schemas/schemas/tlc/1.0.15/statuses/S0021.json +35 -0
  331. data/schemas/schemas/tlc/1.0.15/statuses/S0022.json +34 -0
  332. data/schemas/schemas/tlc/1.0.15/statuses/S0023.json +35 -0
  333. data/schemas/schemas/tlc/1.0.15/statuses/S0024.json +35 -0
  334. data/schemas/schemas/tlc/1.0.15/statuses/S0025.json +181 -0
  335. data/schemas/schemas/tlc/1.0.15/statuses/S0026.json +34 -0
  336. data/schemas/schemas/tlc/1.0.15/statuses/S0027.json +34 -0
  337. data/schemas/schemas/tlc/1.0.15/statuses/S0028.json +34 -0
  338. data/schemas/schemas/tlc/1.0.15/statuses/S0029.json +34 -0
  339. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/statuses/S0030.json +0 -0
  340. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/statuses/S0031.json +0 -0
  341. data/schemas/schemas/tlc/1.0.15/statuses/S0091.json +58 -0
  342. data/schemas/schemas/tlc/1.0.15/statuses/S0092.json +58 -0
  343. data/schemas/schemas/tlc/1.0.15/statuses/S0095.json +34 -0
  344. data/schemas/schemas/tlc/1.0.15/statuses/S0096.json +139 -0
  345. data/schemas/schemas/tlc/1.0.15/statuses/S0097.json +55 -0
  346. data/schemas/schemas/tlc/1.0.15/statuses/S0098.json +76 -0
  347. data/schemas/schemas/tlc/1.0.15/statuses/S0201.json +55 -0
  348. data/schemas/schemas/tlc/1.0.15/statuses/S0202.json +55 -0
  349. data/schemas/schemas/tlc/1.0.15/statuses/S0203.json +55 -0
  350. data/schemas/schemas/tlc/1.0.15/statuses/S0204.json +223 -0
  351. data/schemas/schemas/tlc/1.0.15/statuses/S0205.json +55 -0
  352. data/schemas/schemas/tlc/1.0.15/statuses/S0206.json +55 -0
  353. data/schemas/schemas/tlc/1.0.15/statuses/S0207.json +55 -0
  354. data/schemas/schemas/tlc/1.0.15/statuses/S0208.json +223 -0
  355. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/statuses/statuses.json +0 -0
  356. data/schemas/schemas/tlc/1.0.15/sxl.json +73 -0
  357. data/schemas/schemas/tlc/1.0.15/sxl.yaml +1654 -0
  358. data/schemas/schemas/tlc/1.0.7/alarms/A0001.json +7 -0
  359. data/schemas/schemas/tlc/1.0.7/alarms/A0002.json +7 -0
  360. data/schemas/schemas/tlc/1.0.7/alarms/A0003.json +7 -0
  361. data/schemas/schemas/tlc/1.0.7/alarms/A0004.json +7 -0
  362. data/schemas/schemas/tlc/1.0.7/alarms/A0005.json +7 -0
  363. data/schemas/schemas/tlc/1.0.7/alarms/A0006.json +7 -0
  364. data/schemas/schemas/tlc/1.0.7/alarms/A0007.json +7 -0
  365. data/schemas/schemas/tlc/1.0.7/alarms/A0008.json +34 -0
  366. data/schemas/schemas/tlc/1.0.7/alarms/A0009.json +7 -0
  367. data/schemas/schemas/tlc/1.0.7/alarms/A0101.json +7 -0
  368. data/schemas/schemas/tlc/1.0.7/alarms/A0201.json +39 -0
  369. data/schemas/schemas/tlc/1.0.7/alarms/A0202.json +39 -0
  370. data/schemas/schemas/tlc/1.0.7/alarms/A0301.json +105 -0
  371. data/schemas/schemas/tlc/1.0.7/alarms/A0302.json +131 -0
  372. data/schemas/schemas/tlc/1.0.7/alarms/alarms.json +238 -0
  373. data/schemas/schemas/tlc/1.0.7/commands/M0001.json +105 -0
  374. data/schemas/schemas/tlc/1.0.7/commands/M0002.json +79 -0
  375. data/schemas/schemas/tlc/1.0.7/commands/M0003.json +79 -0
  376. data/schemas/schemas/tlc/1.0.7/commands/M0004.json +58 -0
  377. data/schemas/schemas/tlc/1.0.7/commands/M0005.json +79 -0
  378. data/schemas/schemas/tlc/1.0.7/commands/M0006.json +79 -0
  379. data/schemas/schemas/tlc/1.0.7/commands/M0007.json +58 -0
  380. data/schemas/schemas/tlc/1.0.7/commands/M0008.json +79 -0
  381. data/schemas/schemas/tlc/1.0.7/commands/M0010.json +58 -0
  382. data/schemas/schemas/tlc/1.0.7/commands/M0011.json +58 -0
  383. data/schemas/schemas/tlc/1.0.7/commands/M0019.json +100 -0
  384. data/schemas/schemas/tlc/1.0.7/commands/M0103.json +82 -0
  385. data/schemas/schemas/tlc/1.0.7/commands/M0104.json +163 -0
  386. data/schemas/{tlc_1.0.7/schema/tlc → schemas/tlc/1.0.7}/commands/command_requests.json +0 -0
  387. data/schemas/{tlc_1.0.7/schema/tlc → schemas/tlc/1.0.7}/commands/command_responses.json +0 -0
  388. data/schemas/schemas/tlc/1.0.7/commands/commands.json +222 -0
  389. data/schemas/schemas/tlc/1.0.7/statuses/S0001.json +98 -0
  390. data/schemas/schemas/tlc/1.0.7/statuses/S0002.json +34 -0
  391. data/schemas/schemas/tlc/1.0.7/statuses/S0003.json +55 -0
  392. data/schemas/schemas/tlc/1.0.7/statuses/S0004.json +55 -0
  393. data/schemas/schemas/tlc/1.0.7/statuses/S0005.json +34 -0
  394. data/schemas/schemas/tlc/1.0.7/statuses/S0006.json +55 -0
  395. data/schemas/schemas/tlc/1.0.7/statuses/S0007.json +55 -0
  396. data/schemas/schemas/tlc/1.0.7/statuses/S0008.json +55 -0
  397. data/schemas/schemas/tlc/1.0.7/statuses/S0009.json +55 -0
  398. data/schemas/schemas/tlc/1.0.7/statuses/S0010.json +55 -0
  399. data/schemas/schemas/tlc/1.0.7/statuses/S0011.json +55 -0
  400. data/schemas/schemas/tlc/1.0.7/statuses/S0012.json +55 -0
  401. data/schemas/schemas/tlc/1.0.7/statuses/S0013.json +55 -0
  402. data/schemas/schemas/tlc/1.0.7/statuses/S0014.json +34 -0
  403. data/schemas/schemas/tlc/1.0.7/statuses/S0015.json +34 -0
  404. data/schemas/schemas/tlc/1.0.7/statuses/S0016.json +34 -0
  405. data/schemas/schemas/tlc/1.0.7/statuses/S0017.json +34 -0
  406. data/schemas/schemas/tlc/1.0.7/statuses/S0018.json +34 -0
  407. data/schemas/schemas/tlc/1.0.7/statuses/S0019.json +34 -0
  408. data/schemas/schemas/tlc/1.0.7/statuses/S0020.json +61 -0
  409. data/schemas/schemas/tlc/1.0.7/statuses/S0021.json +35 -0
  410. data/schemas/schemas/tlc/1.0.7/statuses/S0025.json +181 -0
  411. data/schemas/schemas/tlc/1.0.7/statuses/S0091.json +58 -0
  412. data/schemas/schemas/tlc/1.0.7/statuses/S0092.json +58 -0
  413. data/schemas/schemas/tlc/1.0.7/statuses/S0095.json +34 -0
  414. data/schemas/schemas/tlc/1.0.7/statuses/S0096.json +139 -0
  415. data/schemas/schemas/tlc/1.0.7/statuses/S0201.json +55 -0
  416. data/schemas/schemas/tlc/1.0.7/statuses/S0202.json +55 -0
  417. data/schemas/schemas/tlc/1.0.7/statuses/S0203.json +55 -0
  418. data/schemas/schemas/tlc/1.0.7/statuses/S0204.json +223 -0
  419. data/schemas/schemas/tlc/1.0.7/statuses/statuses.json +498 -0
  420. data/schemas/schemas/tlc/1.0.7/sxl.json +73 -0
  421. data/schemas/schemas/tlc/1.0.7/sxl.yaml +1020 -0
  422. data/schemas/schemas/tlc/1.0.8/alarms/A0001.json +7 -0
  423. data/schemas/schemas/tlc/1.0.8/alarms/A0002.json +7 -0
  424. data/schemas/schemas/tlc/1.0.8/alarms/A0003.json +7 -0
  425. data/schemas/schemas/tlc/1.0.8/alarms/A0004.json +7 -0
  426. data/schemas/schemas/tlc/1.0.8/alarms/A0005.json +7 -0
  427. data/schemas/schemas/tlc/1.0.8/alarms/A0006.json +7 -0
  428. data/schemas/schemas/tlc/1.0.8/alarms/A0007.json +7 -0
  429. data/schemas/schemas/tlc/1.0.8/alarms/A0008.json +34 -0
  430. data/schemas/schemas/tlc/1.0.8/alarms/A0009.json +7 -0
  431. data/schemas/schemas/tlc/1.0.8/alarms/A0101.json +7 -0
  432. data/schemas/schemas/tlc/1.0.8/alarms/A0201.json +39 -0
  433. data/schemas/schemas/tlc/1.0.8/alarms/A0202.json +39 -0
  434. data/schemas/schemas/tlc/1.0.8/alarms/A0301.json +105 -0
  435. data/schemas/schemas/tlc/1.0.8/alarms/A0302.json +131 -0
  436. data/schemas/schemas/tlc/1.0.8/alarms/alarms.json +238 -0
  437. data/schemas/schemas/tlc/1.0.8/commands/M0001.json +105 -0
  438. data/schemas/schemas/tlc/1.0.8/commands/M0002.json +79 -0
  439. data/schemas/schemas/tlc/1.0.8/commands/M0003.json +79 -0
  440. data/schemas/schemas/tlc/1.0.8/commands/M0004.json +58 -0
  441. data/schemas/schemas/tlc/1.0.8/commands/M0005.json +79 -0
  442. data/schemas/schemas/tlc/1.0.8/commands/M0006.json +79 -0
  443. data/schemas/schemas/tlc/1.0.8/commands/M0007.json +58 -0
  444. data/schemas/schemas/tlc/1.0.8/commands/M0008.json +79 -0
  445. data/schemas/schemas/tlc/1.0.8/commands/M0010.json +58 -0
  446. data/schemas/schemas/tlc/1.0.8/commands/M0011.json +58 -0
  447. data/schemas/schemas/tlc/1.0.8/commands/M0012.json +58 -0
  448. data/schemas/schemas/tlc/1.0.8/commands/M0013.json +58 -0
  449. data/schemas/schemas/tlc/1.0.8/commands/M0019.json +100 -0
  450. data/schemas/schemas/tlc/1.0.8/commands/M0103.json +82 -0
  451. data/schemas/schemas/tlc/1.0.8/commands/M0104.json +163 -0
  452. data/schemas/{tlc_1.0.8/schema/tlc → schemas/tlc/1.0.8}/commands/command_requests.json +0 -0
  453. data/schemas/{tlc_1.0.8/schema/tlc → schemas/tlc/1.0.8}/commands/command_responses.json +0 -0
  454. data/schemas/schemas/tlc/1.0.8/commands/commands.json +254 -0
  455. data/schemas/schemas/tlc/1.0.8/statuses/S0001.json +98 -0
  456. data/schemas/schemas/tlc/1.0.8/statuses/S0002.json +34 -0
  457. data/schemas/schemas/tlc/1.0.8/statuses/S0003.json +55 -0
  458. data/schemas/schemas/tlc/1.0.8/statuses/S0004.json +55 -0
  459. data/schemas/schemas/tlc/1.0.8/statuses/S0005.json +34 -0
  460. data/schemas/schemas/tlc/1.0.8/statuses/S0006.json +55 -0
  461. data/schemas/schemas/tlc/1.0.8/statuses/S0007.json +55 -0
  462. data/schemas/schemas/tlc/1.0.8/statuses/S0008.json +55 -0
  463. data/schemas/schemas/tlc/1.0.8/statuses/S0009.json +55 -0
  464. data/schemas/schemas/tlc/1.0.8/statuses/S0010.json +55 -0
  465. data/schemas/schemas/tlc/1.0.8/statuses/S0011.json +55 -0
  466. data/schemas/schemas/tlc/1.0.8/statuses/S0012.json +55 -0
  467. data/schemas/schemas/tlc/1.0.8/statuses/S0013.json +55 -0
  468. data/schemas/schemas/tlc/1.0.8/statuses/S0014.json +34 -0
  469. data/schemas/schemas/tlc/1.0.8/statuses/S0015.json +34 -0
  470. data/schemas/schemas/tlc/1.0.8/statuses/S0016.json +34 -0
  471. data/schemas/schemas/tlc/1.0.8/statuses/S0017.json +34 -0
  472. data/schemas/schemas/tlc/1.0.8/statuses/S0018.json +34 -0
  473. data/schemas/schemas/tlc/1.0.8/statuses/S0019.json +34 -0
  474. data/schemas/schemas/tlc/1.0.8/statuses/S0020.json +61 -0
  475. data/schemas/schemas/tlc/1.0.8/statuses/S0021.json +35 -0
  476. data/schemas/schemas/tlc/1.0.8/statuses/S0025.json +181 -0
  477. data/schemas/schemas/tlc/1.0.8/statuses/S0091.json +58 -0
  478. data/schemas/schemas/tlc/1.0.8/statuses/S0092.json +58 -0
  479. data/schemas/schemas/tlc/1.0.8/statuses/S0095.json +34 -0
  480. data/schemas/schemas/tlc/1.0.8/statuses/S0096.json +139 -0
  481. data/schemas/schemas/tlc/1.0.8/statuses/S0201.json +55 -0
  482. data/schemas/schemas/tlc/1.0.8/statuses/S0202.json +55 -0
  483. data/schemas/schemas/tlc/1.0.8/statuses/S0203.json +55 -0
  484. data/schemas/schemas/tlc/1.0.8/statuses/S0204.json +223 -0
  485. data/schemas/schemas/tlc/1.0.8/statuses/statuses.json +482 -0
  486. data/schemas/schemas/tlc/1.0.8/sxl.json +73 -0
  487. data/schemas/schemas/tlc/1.0.8/sxl.yaml +1053 -0
  488. data/schemas/schemas/tlc/1.0.9/alarms/A0001.json +7 -0
  489. data/schemas/schemas/tlc/1.0.9/alarms/A0002.json +7 -0
  490. data/schemas/schemas/tlc/1.0.9/alarms/A0003.json +7 -0
  491. data/schemas/schemas/tlc/1.0.9/alarms/A0004.json +7 -0
  492. data/schemas/schemas/tlc/1.0.9/alarms/A0005.json +7 -0
  493. data/schemas/schemas/tlc/1.0.9/alarms/A0006.json +7 -0
  494. data/schemas/schemas/tlc/1.0.9/alarms/A0007.json +7 -0
  495. data/schemas/schemas/tlc/1.0.9/alarms/A0008.json +34 -0
  496. data/schemas/schemas/tlc/1.0.9/alarms/A0009.json +7 -0
  497. data/schemas/schemas/tlc/1.0.9/alarms/A0101.json +7 -0
  498. data/schemas/schemas/tlc/1.0.9/alarms/A0201.json +39 -0
  499. data/schemas/schemas/tlc/1.0.9/alarms/A0202.json +39 -0
  500. data/schemas/schemas/tlc/1.0.9/alarms/A0301.json +105 -0
  501. data/schemas/schemas/tlc/1.0.9/alarms/A0302.json +131 -0
  502. data/schemas/schemas/tlc/1.0.9/alarms/alarms.json +238 -0
  503. data/schemas/schemas/tlc/1.0.9/commands/M0001.json +105 -0
  504. data/schemas/schemas/tlc/1.0.9/commands/M0002.json +79 -0
  505. data/schemas/schemas/tlc/1.0.9/commands/M0003.json +79 -0
  506. data/schemas/schemas/tlc/1.0.9/commands/M0004.json +58 -0
  507. data/schemas/schemas/tlc/1.0.9/commands/M0005.json +79 -0
  508. data/schemas/schemas/tlc/1.0.9/commands/M0006.json +79 -0
  509. data/schemas/schemas/tlc/1.0.9/commands/M0007.json +58 -0
  510. data/schemas/schemas/tlc/1.0.9/commands/M0008.json +79 -0
  511. data/schemas/schemas/tlc/1.0.9/commands/M0010.json +58 -0
  512. data/schemas/schemas/tlc/1.0.9/commands/M0011.json +58 -0
  513. data/schemas/schemas/tlc/1.0.9/commands/M0012.json +58 -0
  514. data/schemas/schemas/tlc/1.0.9/commands/M0013.json +58 -0
  515. data/schemas/schemas/tlc/1.0.9/commands/M0019.json +100 -0
  516. data/schemas/schemas/tlc/1.0.9/commands/M0103.json +82 -0
  517. data/schemas/schemas/tlc/1.0.9/commands/M0104.json +163 -0
  518. data/schemas/{tlc_1.0.9/schema/tlc → schemas/tlc/1.0.9}/commands/command_requests.json +0 -0
  519. data/schemas/{tlc_1.0.9/schema/tlc → schemas/tlc/1.0.9}/commands/command_responses.json +0 -0
  520. data/schemas/schemas/tlc/1.0.9/commands/commands.json +254 -0
  521. data/schemas/schemas/tlc/1.0.9/statuses/S0001.json +98 -0
  522. data/schemas/schemas/tlc/1.0.9/statuses/S0002.json +34 -0
  523. data/schemas/schemas/tlc/1.0.9/statuses/S0003.json +55 -0
  524. data/schemas/schemas/tlc/1.0.9/statuses/S0004.json +55 -0
  525. data/schemas/schemas/tlc/1.0.9/statuses/S0005.json +34 -0
  526. data/schemas/schemas/tlc/1.0.9/statuses/S0006.json +55 -0
  527. data/schemas/schemas/tlc/1.0.9/statuses/S0007.json +55 -0
  528. data/schemas/schemas/tlc/1.0.9/statuses/S0008.json +55 -0
  529. data/schemas/schemas/tlc/1.0.9/statuses/S0009.json +55 -0
  530. data/schemas/schemas/tlc/1.0.9/statuses/S0010.json +55 -0
  531. data/schemas/schemas/tlc/1.0.9/statuses/S0011.json +55 -0
  532. data/schemas/schemas/tlc/1.0.9/statuses/S0012.json +55 -0
  533. data/schemas/schemas/tlc/1.0.9/statuses/S0013.json +55 -0
  534. data/schemas/schemas/tlc/1.0.9/statuses/S0014.json +34 -0
  535. data/schemas/schemas/tlc/1.0.9/statuses/S0015.json +34 -0
  536. data/schemas/schemas/tlc/1.0.9/statuses/S0016.json +34 -0
  537. data/schemas/schemas/tlc/1.0.9/statuses/S0017.json +34 -0
  538. data/schemas/schemas/tlc/1.0.9/statuses/S0018.json +34 -0
  539. data/schemas/schemas/tlc/1.0.9/statuses/S0019.json +34 -0
  540. data/schemas/schemas/tlc/1.0.9/statuses/S0020.json +61 -0
  541. data/schemas/schemas/tlc/1.0.9/statuses/S0021.json +35 -0
  542. data/schemas/schemas/tlc/1.0.9/statuses/S0025.json +181 -0
  543. data/schemas/schemas/tlc/1.0.9/statuses/S0091.json +58 -0
  544. data/schemas/schemas/tlc/1.0.9/statuses/S0092.json +58 -0
  545. data/schemas/schemas/tlc/1.0.9/statuses/S0095.json +34 -0
  546. data/schemas/schemas/tlc/1.0.9/statuses/S0096.json +139 -0
  547. data/schemas/schemas/tlc/1.0.9/statuses/S0201.json +55 -0
  548. data/schemas/schemas/tlc/1.0.9/statuses/S0202.json +55 -0
  549. data/schemas/schemas/tlc/1.0.9/statuses/S0203.json +55 -0
  550. data/schemas/schemas/tlc/1.0.9/statuses/S0204.json +223 -0
  551. data/schemas/schemas/tlc/1.0.9/statuses/statuses.json +498 -0
  552. data/schemas/schemas/tlc/1.0.9/sxl.json +73 -0
  553. data/schemas/schemas/tlc/1.0.9/sxl.yaml +1053 -0
  554. data/schemas/spec/core/aggregated_status_request_spec.rb +27 -0
  555. data/schemas/spec/core/aggregated_status_spec.rb +72 -0
  556. data/schemas/spec/core/alarm_request_spec.rb +69 -0
  557. data/schemas/spec/core/alarm_spec.rb +274 -0
  558. data/schemas/spec/core/command_request_spec.rb +96 -0
  559. data/schemas/spec/core/command_response_spec.rb +91 -0
  560. data/schemas/spec/core/core_spec.rb +66 -0
  561. data/schemas/spec/core/message_ack.rb +26 -0
  562. data/schemas/spec/core/message_not_ack_spec.rb +50 -0
  563. data/schemas/spec/core/status_request_spec.rb +84 -0
  564. data/schemas/spec/core/status_response_spec.rb +135 -0
  565. data/schemas/spec/core/status_subscribe_spec.rb +154 -0
  566. data/schemas/spec/core/status_unsubscribe_spec.rb +91 -0
  567. data/schemas/spec/core/status_update_spec.rb +143 -0
  568. data/schemas/spec/core/version_spec.rb +133 -0
  569. data/schemas/spec/core/watchdog_spec.rb +34 -0
  570. data/schemas/spec/schemer_helper.rb +83 -0
  571. data/schemas/{core_3.1.2/spec → spec}/spec_helper.rb +0 -0
  572. data/schemas/spec/tlc/M0001_spec.rb +62 -0
  573. data/schemas/spec/tlc/S0007_intersections_spec.rb +104 -0
  574. data/schemas/spec/tlc/S0007_spec.rb +18 -0
  575. metadata +571 -745
  576. data/schemas/core_3.1.2/Gemfile.lock +0 -37
  577. data/schemas/core_3.1.2/README.md +0 -70
  578. data/schemas/core_3.1.2/schema/core/alarm.json +0 -59
  579. data/schemas/core_3.1.2/schema/core/command_response.json +0 -34
  580. data/schemas/core_3.1.2/schema/core/core.json +0 -35
  581. data/schemas/core_3.1.2/schema/core/status_response.json +0 -30
  582. data/schemas/core_3.1.2/schema/core/status_update.json +0 -30
  583. data/schemas/core_3.1.2/schema/core/watchdog.json +0 -9
  584. data/schemas/core_3.1.2/spec/core/aggregated_status_spec.rb +0 -80
  585. data/schemas/core_3.1.2/spec/core/alarm_spec.rb +0 -313
  586. data/schemas/core_3.1.2/spec/core/command_request_spec.rb +0 -106
  587. data/schemas/core_3.1.2/spec/core/command_response_spec.rb +0 -102
  588. data/schemas/core_3.1.2/spec/core/core_spec.rb +0 -72
  589. data/schemas/core_3.1.2/spec/core/message_ack.rb +0 -28
  590. data/schemas/core_3.1.2/spec/core/message_not_ack_spec.rb +0 -55
  591. data/schemas/core_3.1.2/spec/core/status_request_spec.rb +0 -93
  592. data/schemas/core_3.1.2/spec/core/status_response_spec.rb +0 -126
  593. data/schemas/core_3.1.2/spec/core/status_subscribe_spec.rb +0 -122
  594. data/schemas/core_3.1.2/spec/core/status_unsubscribe_spec.rb +0 -101
  595. data/schemas/core_3.1.2/spec/core/status_update_spec.rb +0 -117
  596. data/schemas/core_3.1.2/spec/core/version_spec.rb +0 -149
  597. data/schemas/core_3.1.2/spec/core/watchdog_spec.rb +0 -37
  598. data/schemas/core_3.1.2/spec/schemer_helper.rb +0 -23
  599. data/schemas/core_3.1.3/.rspec +0 -1
  600. data/schemas/core_3.1.3/Gemfile +0 -5
  601. data/schemas/core_3.1.3/Gemfile.lock +0 -37
  602. data/schemas/core_3.1.3/LICENSE +0 -7
  603. data/schemas/core_3.1.3/README.md +0 -70
  604. data/schemas/core_3.1.3/schema/core/aggregated_status.json +0 -25
  605. data/schemas/core_3.1.3/schema/core/alarm.json +0 -59
  606. data/schemas/core_3.1.3/schema/core/command_request.json +0 -24
  607. data/schemas/core_3.1.3/schema/core/command_response.json +0 -34
  608. data/schemas/core_3.1.3/schema/core/core.json +0 -35
  609. data/schemas/core_3.1.3/schema/core/definitions.json +0 -63
  610. data/schemas/core_3.1.3/schema/core/message_ack.json +0 -11
  611. data/schemas/core_3.1.3/schema/core/message_not_ack.json +0 -15
  612. data/schemas/core_3.1.3/schema/core/rsmp.json +0 -124
  613. data/schemas/core_3.1.3/schema/core/status.json +0 -21
  614. data/schemas/core_3.1.3/schema/core/status_request.json +0 -5
  615. data/schemas/core_3.1.3/schema/core/status_response.json +0 -30
  616. data/schemas/core_3.1.3/schema/core/status_subscribe.json +0 -27
  617. data/schemas/core_3.1.3/schema/core/status_unsubscribe.json +0 -5
  618. data/schemas/core_3.1.3/schema/core/status_update.json +0 -30
  619. data/schemas/core_3.1.3/schema/core/version.json +0 -47
  620. data/schemas/core_3.1.3/schema/core/watchdog.json +0 -9
  621. data/schemas/core_3.1.3/spec/core/aggregated_status_spec.rb +0 -80
  622. data/schemas/core_3.1.3/spec/core/alarm_spec.rb +0 -313
  623. data/schemas/core_3.1.3/spec/core/command_request_spec.rb +0 -106
  624. data/schemas/core_3.1.3/spec/core/command_response_spec.rb +0 -102
  625. data/schemas/core_3.1.3/spec/core/core_spec.rb +0 -72
  626. data/schemas/core_3.1.3/spec/core/message_ack.rb +0 -28
  627. data/schemas/core_3.1.3/spec/core/message_not_ack_spec.rb +0 -55
  628. data/schemas/core_3.1.3/spec/core/status_request_spec.rb +0 -93
  629. data/schemas/core_3.1.3/spec/core/status_response_spec.rb +0 -126
  630. data/schemas/core_3.1.3/spec/core/status_subscribe_spec.rb +0 -122
  631. data/schemas/core_3.1.3/spec/core/status_unsubscribe_spec.rb +0 -101
  632. data/schemas/core_3.1.3/spec/core/status_update_spec.rb +0 -117
  633. data/schemas/core_3.1.3/spec/core/version_spec.rb +0 -149
  634. data/schemas/core_3.1.3/spec/core/watchdog_spec.rb +0 -37
  635. data/schemas/core_3.1.3/spec/schemer_helper.rb +0 -23
  636. data/schemas/core_3.1.3/spec/spec_helper.rb +0 -102
  637. data/schemas/core_3.1.4/.gitignore +0 -1
  638. data/schemas/core_3.1.4/.rspec +0 -1
  639. data/schemas/core_3.1.4/Gemfile +0 -5
  640. data/schemas/core_3.1.4/Gemfile.lock +0 -37
  641. data/schemas/core_3.1.4/LICENSE +0 -7
  642. data/schemas/core_3.1.4/README.md +0 -70
  643. data/schemas/core_3.1.4/schema/core/aggregated_status.json +0 -25
  644. data/schemas/core_3.1.4/schema/core/alarm.json +0 -59
  645. data/schemas/core_3.1.4/schema/core/command_request.json +0 -24
  646. data/schemas/core_3.1.4/schema/core/command_response.json +0 -34
  647. data/schemas/core_3.1.4/schema/core/core.json +0 -35
  648. data/schemas/core_3.1.4/schema/core/definitions.json +0 -63
  649. data/schemas/core_3.1.4/schema/core/message_ack.json +0 -11
  650. data/schemas/core_3.1.4/schema/core/message_not_ack.json +0 -15
  651. data/schemas/core_3.1.4/schema/core/rsmp.json +0 -124
  652. data/schemas/core_3.1.4/schema/core/status.json +0 -21
  653. data/schemas/core_3.1.4/schema/core/status_request.json +0 -5
  654. data/schemas/core_3.1.4/schema/core/status_response.json +0 -30
  655. data/schemas/core_3.1.4/schema/core/status_subscribe.json +0 -27
  656. data/schemas/core_3.1.4/schema/core/status_unsubscribe.json +0 -5
  657. data/schemas/core_3.1.4/schema/core/status_update.json +0 -30
  658. data/schemas/core_3.1.4/schema/core/version.json +0 -47
  659. data/schemas/core_3.1.4/schema/core/watchdog.json +0 -9
  660. data/schemas/core_3.1.4/spec/core/aggregated_status_spec.rb +0 -80
  661. data/schemas/core_3.1.4/spec/core/alarm_spec.rb +0 -313
  662. data/schemas/core_3.1.4/spec/core/command_request_spec.rb +0 -106
  663. data/schemas/core_3.1.4/spec/core/command_response_spec.rb +0 -102
  664. data/schemas/core_3.1.4/spec/core/core_spec.rb +0 -72
  665. data/schemas/core_3.1.4/spec/core/message_ack.rb +0 -28
  666. data/schemas/core_3.1.4/spec/core/message_not_ack_spec.rb +0 -55
  667. data/schemas/core_3.1.4/spec/core/status_request_spec.rb +0 -93
  668. data/schemas/core_3.1.4/spec/core/status_response_spec.rb +0 -126
  669. data/schemas/core_3.1.4/spec/core/status_subscribe_spec.rb +0 -122
  670. data/schemas/core_3.1.4/spec/core/status_unsubscribe_spec.rb +0 -101
  671. data/schemas/core_3.1.4/spec/core/status_update_spec.rb +0 -117
  672. data/schemas/core_3.1.4/spec/core/version_spec.rb +0 -150
  673. data/schemas/core_3.1.4/spec/core/watchdog_spec.rb +0 -37
  674. data/schemas/core_3.1.4/spec/schemer_helper.rb +0 -23
  675. data/schemas/core_3.1.4/spec/spec_helper.rb +0 -102
  676. data/schemas/core_3.1.5/.gitignore +0 -1
  677. data/schemas/core_3.1.5/.rspec +0 -1
  678. data/schemas/core_3.1.5/Gemfile +0 -5
  679. data/schemas/core_3.1.5/Gemfile.lock +0 -37
  680. data/schemas/core_3.1.5/LICENSE +0 -7
  681. data/schemas/core_3.1.5/README.md +0 -70
  682. data/schemas/core_3.1.5/schema/core/aggregated_status.json +0 -25
  683. data/schemas/core_3.1.5/schema/core/aggregated_status_request.json +0 -9
  684. data/schemas/core_3.1.5/schema/core/alarm.json +0 -54
  685. data/schemas/core_3.1.5/schema/core/alarm_issue.json +0 -44
  686. data/schemas/core_3.1.5/schema/core/command_request.json +0 -24
  687. data/schemas/core_3.1.5/schema/core/command_response.json +0 -34
  688. data/schemas/core_3.1.5/schema/core/core.json +0 -36
  689. data/schemas/core_3.1.5/schema/core/definitions.json +0 -63
  690. data/schemas/core_3.1.5/schema/core/message_ack.json +0 -11
  691. data/schemas/core_3.1.5/schema/core/message_not_ack.json +0 -15
  692. data/schemas/core_3.1.5/schema/core/rsmp.json +0 -133
  693. data/schemas/core_3.1.5/schema/core/status.json +0 -21
  694. data/schemas/core_3.1.5/schema/core/status_request.json +0 -5
  695. data/schemas/core_3.1.5/schema/core/status_response.json +0 -30
  696. data/schemas/core_3.1.5/schema/core/status_subscribe.json +0 -27
  697. data/schemas/core_3.1.5/schema/core/status_unsubscribe.json +0 -5
  698. data/schemas/core_3.1.5/schema/core/status_update.json +0 -30
  699. data/schemas/core_3.1.5/schema/core/version.json +0 -47
  700. data/schemas/core_3.1.5/schema/core/watchdog.json +0 -9
  701. data/schemas/core_3.1.5/spec/core/aggregated_status_spec.rb +0 -80
  702. data/schemas/core_3.1.5/spec/core/alarm_issue_spec.rb +0 -299
  703. data/schemas/core_3.1.5/spec/core/alarm_resume_spec.rb +0 -93
  704. data/schemas/core_3.1.5/spec/core/alarm_resumed_spec.rb +0 -277
  705. data/schemas/core_3.1.5/spec/core/alarm_suspend_spec.rb +0 -93
  706. data/schemas/core_3.1.5/spec/core/alarm_suspended_spec.rb +0 -277
  707. data/schemas/core_3.1.5/spec/core/command_request_spec.rb +0 -106
  708. data/schemas/core_3.1.5/spec/core/command_response_spec.rb +0 -102
  709. data/schemas/core_3.1.5/spec/core/core_spec.rb +0 -72
  710. data/schemas/core_3.1.5/spec/core/message_ack.rb +0 -28
  711. data/schemas/core_3.1.5/spec/core/message_not_ack_spec.rb +0 -55
  712. data/schemas/core_3.1.5/spec/core/status_request_spec.rb +0 -93
  713. data/schemas/core_3.1.5/spec/core/status_response_spec.rb +0 -126
  714. data/schemas/core_3.1.5/spec/core/status_subscribe_spec.rb +0 -122
  715. data/schemas/core_3.1.5/spec/core/status_unsubscribe_spec.rb +0 -101
  716. data/schemas/core_3.1.5/spec/core/status_update_spec.rb +0 -117
  717. data/schemas/core_3.1.5/spec/core/version_spec.rb +0 -150
  718. data/schemas/core_3.1.5/spec/core/watchdog_spec.rb +0 -37
  719. data/schemas/core_3.1.5/spec/schemer_helper.rb +0 -23
  720. data/schemas/core_3.1.5/spec/spec_helper.rb +0 -102
  721. data/schemas/tlc_1.0.10/.gitignore +0 -1
  722. data/schemas/tlc_1.0.10/.rspec +0 -1
  723. data/schemas/tlc_1.0.10/Gemfile +0 -5
  724. data/schemas/tlc_1.0.10/Gemfile.lock +0 -37
  725. data/schemas/tlc_1.0.10/LICENSE +0 -7
  726. data/schemas/tlc_1.0.10/README.md +0 -70
  727. data/schemas/tlc_1.0.10/schema/core/definitions.json +0 -63
  728. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0001.json +0 -7
  729. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0002.json +0 -7
  730. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0003.json +0 -7
  731. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0004.json +0 -7
  732. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0005.json +0 -7
  733. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0006.json +0 -7
  734. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0007.json +0 -7
  735. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0008.json +0 -34
  736. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0009.json +0 -7
  737. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0101.json +0 -7
  738. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0201.json +0 -39
  739. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0202.json +0 -39
  740. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0301.json +0 -105
  741. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0302.json +0 -131
  742. data/schemas/tlc_1.0.10/schema/tlc/commands/M0001.json +0 -105
  743. data/schemas/tlc_1.0.10/schema/tlc/commands/M0002.json +0 -79
  744. data/schemas/tlc_1.0.10/schema/tlc/commands/M0003.json +0 -79
  745. data/schemas/tlc_1.0.10/schema/tlc/commands/M0004.json +0 -58
  746. data/schemas/tlc_1.0.10/schema/tlc/commands/M0005.json +0 -79
  747. data/schemas/tlc_1.0.10/schema/tlc/commands/M0006.json +0 -79
  748. data/schemas/tlc_1.0.10/schema/tlc/commands/M0007.json +0 -58
  749. data/schemas/tlc_1.0.10/schema/tlc/commands/M0008.json +0 -79
  750. data/schemas/tlc_1.0.10/schema/tlc/commands/M0010.json +0 -58
  751. data/schemas/tlc_1.0.10/schema/tlc/commands/M0011.json +0 -58
  752. data/schemas/tlc_1.0.10/schema/tlc/commands/M0012.json +0 -58
  753. data/schemas/tlc_1.0.10/schema/tlc/commands/M0013.json +0 -58
  754. data/schemas/tlc_1.0.10/schema/tlc/commands/M0019.json +0 -100
  755. data/schemas/tlc_1.0.10/schema/tlc/commands/M0103.json +0 -82
  756. data/schemas/tlc_1.0.10/schema/tlc/commands/M0104.json +0 -163
  757. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0001.json +0 -98
  758. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0002.json +0 -34
  759. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0003.json +0 -55
  760. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0004.json +0 -55
  761. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0005.json +0 -34
  762. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0006.json +0 -55
  763. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0007.json +0 -55
  764. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0008.json +0 -55
  765. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0009.json +0 -55
  766. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0010.json +0 -55
  767. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0011.json +0 -55
  768. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0012.json +0 -55
  769. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0013.json +0 -55
  770. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0014.json +0 -34
  771. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0015.json +0 -34
  772. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0016.json +0 -34
  773. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0017.json +0 -34
  774. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0018.json +0 -34
  775. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0019.json +0 -34
  776. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0020.json +0 -61
  777. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0021.json +0 -35
  778. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0091.json +0 -61
  779. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0092.json +0 -61
  780. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0095.json +0 -34
  781. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0096.json +0 -139
  782. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0201.json +0 -55
  783. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0202.json +0 -55
  784. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0203.json +0 -55
  785. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0204.json +0 -223
  786. data/schemas/tlc_1.0.10/schema/tlc/sxl.json +0 -71
  787. data/schemas/tlc_1.0.10/spec/schemer_helper.rb +0 -21
  788. data/schemas/tlc_1.0.10/spec/spec_helper.rb +0 -102
  789. data/schemas/tlc_1.0.10/spec/tlc/M0001_spec.rb +0 -67
  790. data/schemas/tlc_1.0.10/spec/tlc/S0007_spec.rb +0 -159
  791. data/schemas/tlc_1.0.13/.gitignore +0 -1
  792. data/schemas/tlc_1.0.13/.rspec +0 -1
  793. data/schemas/tlc_1.0.13/Gemfile +0 -5
  794. data/schemas/tlc_1.0.13/Gemfile.lock +0 -37
  795. data/schemas/tlc_1.0.13/LICENSE +0 -7
  796. data/schemas/tlc_1.0.13/README.md +0 -70
  797. data/schemas/tlc_1.0.13/schema/core/definitions.json +0 -63
  798. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0001.json +0 -7
  799. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0002.json +0 -7
  800. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0003.json +0 -7
  801. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0004.json +0 -7
  802. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0005.json +0 -7
  803. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0006.json +0 -7
  804. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0007.json +0 -7
  805. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0008.json +0 -34
  806. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0009.json +0 -7
  807. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0101.json +0 -7
  808. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0201.json +0 -39
  809. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0202.json +0 -39
  810. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0301.json +0 -105
  811. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0302.json +0 -131
  812. data/schemas/tlc_1.0.13/schema/tlc/alarms/alarms.json +0 -254
  813. data/schemas/tlc_1.0.13/schema/tlc/commands/M0001.json +0 -105
  814. data/schemas/tlc_1.0.13/schema/tlc/commands/M0002.json +0 -79
  815. data/schemas/tlc_1.0.13/schema/tlc/commands/M0003.json +0 -79
  816. data/schemas/tlc_1.0.13/schema/tlc/commands/M0004.json +0 -58
  817. data/schemas/tlc_1.0.13/schema/tlc/commands/M0005.json +0 -79
  818. data/schemas/tlc_1.0.13/schema/tlc/commands/M0006.json +0 -79
  819. data/schemas/tlc_1.0.13/schema/tlc/commands/M0007.json +0 -58
  820. data/schemas/tlc_1.0.13/schema/tlc/commands/M0008.json +0 -79
  821. data/schemas/tlc_1.0.13/schema/tlc/commands/M0010.json +0 -58
  822. data/schemas/tlc_1.0.13/schema/tlc/commands/M0011.json +0 -58
  823. data/schemas/tlc_1.0.13/schema/tlc/commands/M0012.json +0 -58
  824. data/schemas/tlc_1.0.13/schema/tlc/commands/M0013.json +0 -58
  825. data/schemas/tlc_1.0.13/schema/tlc/commands/M0014.json +0 -79
  826. data/schemas/tlc_1.0.13/schema/tlc/commands/M0015.json +0 -79
  827. data/schemas/tlc_1.0.13/schema/tlc/commands/M0016.json +0 -58
  828. data/schemas/tlc_1.0.13/schema/tlc/commands/M0017.json +0 -58
  829. data/schemas/tlc_1.0.13/schema/tlc/commands/M0018.json +0 -79
  830. data/schemas/tlc_1.0.13/schema/tlc/commands/M0019.json +0 -100
  831. data/schemas/tlc_1.0.13/schema/tlc/commands/M0103.json +0 -82
  832. data/schemas/tlc_1.0.13/schema/tlc/commands/M0104.json +0 -163
  833. data/schemas/tlc_1.0.13/schema/tlc/commands/commands.json +0 -366
  834. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0001.json +0 -98
  835. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0002.json +0 -34
  836. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0003.json +0 -55
  837. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0004.json +0 -55
  838. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0005.json +0 -34
  839. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0006.json +0 -55
  840. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0007.json +0 -55
  841. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0008.json +0 -55
  842. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0009.json +0 -55
  843. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0010.json +0 -55
  844. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0011.json +0 -55
  845. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0012.json +0 -55
  846. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0013.json +0 -55
  847. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0014.json +0 -34
  848. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0015.json +0 -34
  849. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0016.json +0 -34
  850. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0017.json +0 -34
  851. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0018.json +0 -34
  852. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0019.json +0 -34
  853. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0020.json +0 -61
  854. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0021.json +0 -35
  855. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0022.json +0 -34
  856. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0023.json +0 -35
  857. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0024.json +0 -35
  858. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0025.json +0 -181
  859. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0026.json +0 -34
  860. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0027.json +0 -34
  861. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0028.json +0 -34
  862. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0029.json +0 -34
  863. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0091.json +0 -61
  864. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0092.json +0 -61
  865. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0095.json +0 -34
  866. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0096.json +0 -139
  867. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0201.json +0 -55
  868. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0202.json +0 -55
  869. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0203.json +0 -55
  870. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0204.json +0 -223
  871. data/schemas/tlc_1.0.13/schema/tlc/statuses/statuses.json +0 -640
  872. data/schemas/tlc_1.0.13/schema/tlc/sxl.json +0 -71
  873. data/schemas/tlc_1.0.13/spec/schemer_helper.rb +0 -21
  874. data/schemas/tlc_1.0.13/spec/spec_helper.rb +0 -102
  875. data/schemas/tlc_1.0.13/spec/tlc/M0001_spec.rb +0 -67
  876. data/schemas/tlc_1.0.13/spec/tlc/S0007_spec.rb +0 -159
  877. data/schemas/tlc_1.0.13/spec/tlc/S0023_spec.rb +0 -96
  878. data/schemas/tlc_1.0.14/.gitignore +0 -1
  879. data/schemas/tlc_1.0.14/.rspec +0 -1
  880. data/schemas/tlc_1.0.14/Gemfile +0 -5
  881. data/schemas/tlc_1.0.14/Gemfile.lock +0 -37
  882. data/schemas/tlc_1.0.14/LICENSE +0 -7
  883. data/schemas/tlc_1.0.14/README.md +0 -70
  884. data/schemas/tlc_1.0.14/schema/core/definitions.json +0 -63
  885. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0001.json +0 -7
  886. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0002.json +0 -7
  887. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0003.json +0 -7
  888. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0004.json +0 -7
  889. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0005.json +0 -7
  890. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0006.json +0 -7
  891. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0007.json +0 -7
  892. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0008.json +0 -34
  893. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0009.json +0 -7
  894. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0101.json +0 -7
  895. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0201.json +0 -39
  896. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0202.json +0 -39
  897. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0301.json +0 -105
  898. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0302.json +0 -131
  899. data/schemas/tlc_1.0.14/schema/tlc/alarms/alarms.json +0 -254
  900. data/schemas/tlc_1.0.14/schema/tlc/commands/M0001.json +0 -105
  901. data/schemas/tlc_1.0.14/schema/tlc/commands/M0002.json +0 -79
  902. data/schemas/tlc_1.0.14/schema/tlc/commands/M0003.json +0 -79
  903. data/schemas/tlc_1.0.14/schema/tlc/commands/M0004.json +0 -58
  904. data/schemas/tlc_1.0.14/schema/tlc/commands/M0005.json +0 -79
  905. data/schemas/tlc_1.0.14/schema/tlc/commands/M0006.json +0 -79
  906. data/schemas/tlc_1.0.14/schema/tlc/commands/M0007.json +0 -58
  907. data/schemas/tlc_1.0.14/schema/tlc/commands/M0008.json +0 -79
  908. data/schemas/tlc_1.0.14/schema/tlc/commands/M0010.json +0 -58
  909. data/schemas/tlc_1.0.14/schema/tlc/commands/M0011.json +0 -58
  910. data/schemas/tlc_1.0.14/schema/tlc/commands/M0012.json +0 -58
  911. data/schemas/tlc_1.0.14/schema/tlc/commands/M0013.json +0 -58
  912. data/schemas/tlc_1.0.14/schema/tlc/commands/M0014.json +0 -79
  913. data/schemas/tlc_1.0.14/schema/tlc/commands/M0015.json +0 -79
  914. data/schemas/tlc_1.0.14/schema/tlc/commands/M0016.json +0 -58
  915. data/schemas/tlc_1.0.14/schema/tlc/commands/M0017.json +0 -58
  916. data/schemas/tlc_1.0.14/schema/tlc/commands/M0018.json +0 -79
  917. data/schemas/tlc_1.0.14/schema/tlc/commands/M0019.json +0 -100
  918. data/schemas/tlc_1.0.14/schema/tlc/commands/M0103.json +0 -82
  919. data/schemas/tlc_1.0.14/schema/tlc/commands/M0104.json +0 -163
  920. data/schemas/tlc_1.0.14/schema/tlc/commands/commands.json +0 -366
  921. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0001.json +0 -98
  922. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0002.json +0 -34
  923. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0003.json +0 -55
  924. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0004.json +0 -55
  925. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0005.json +0 -34
  926. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0006.json +0 -55
  927. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0007.json +0 -55
  928. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0008.json +0 -55
  929. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0009.json +0 -55
  930. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0010.json +0 -55
  931. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0011.json +0 -55
  932. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0012.json +0 -55
  933. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0013.json +0 -55
  934. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0014.json +0 -34
  935. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0015.json +0 -34
  936. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0016.json +0 -34
  937. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0017.json +0 -34
  938. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0018.json +0 -34
  939. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0019.json +0 -34
  940. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0020.json +0 -61
  941. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0021.json +0 -35
  942. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0022.json +0 -34
  943. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0023.json +0 -35
  944. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0024.json +0 -35
  945. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0025.json +0 -181
  946. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0026.json +0 -34
  947. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0027.json +0 -34
  948. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0028.json +0 -34
  949. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0029.json +0 -34
  950. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0091.json +0 -61
  951. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0092.json +0 -61
  952. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0095.json +0 -34
  953. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0096.json +0 -139
  954. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0201.json +0 -55
  955. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0202.json +0 -55
  956. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0203.json +0 -55
  957. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0204.json +0 -223
  958. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0205.json +0 -55
  959. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0206.json +0 -55
  960. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0207.json +0 -55
  961. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0208.json +0 -223
  962. data/schemas/tlc_1.0.14/schema/tlc/statuses/statuses.json +0 -704
  963. data/schemas/tlc_1.0.14/schema/tlc/sxl.json +0 -71
  964. data/schemas/tlc_1.0.14/spec/schemer_helper.rb +0 -21
  965. data/schemas/tlc_1.0.14/spec/spec_helper.rb +0 -102
  966. data/schemas/tlc_1.0.14/spec/tlc/M0001_spec.rb +0 -67
  967. data/schemas/tlc_1.0.14/spec/tlc/S0007_spec.rb +0 -159
  968. data/schemas/tlc_1.0.14/spec/tlc/S0023_spec.rb +0 -96
  969. data/schemas/tlc_1.0.15/.gitignore +0 -1
  970. data/schemas/tlc_1.0.15/.rspec +0 -1
  971. data/schemas/tlc_1.0.15/Gemfile +0 -5
  972. data/schemas/tlc_1.0.15/Gemfile.lock +0 -37
  973. data/schemas/tlc_1.0.15/LICENSE +0 -7
  974. data/schemas/tlc_1.0.15/README.md +0 -77
  975. data/schemas/tlc_1.0.15/schema/core/definitions.json +0 -63
  976. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0008.json +0 -34
  977. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0301.json +0 -105
  978. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0302.json +0 -131
  979. data/schemas/tlc_1.0.15/schema/tlc/alarms/alarms.json +0 -254
  980. data/schemas/tlc_1.0.15/schema/tlc/commands/M0001.json +0 -105
  981. data/schemas/tlc_1.0.15/schema/tlc/commands/M0002.json +0 -79
  982. data/schemas/tlc_1.0.15/schema/tlc/commands/M0003.json +0 -79
  983. data/schemas/tlc_1.0.15/schema/tlc/commands/M0004.json +0 -58
  984. data/schemas/tlc_1.0.15/schema/tlc/commands/M0005.json +0 -79
  985. data/schemas/tlc_1.0.15/schema/tlc/commands/M0006.json +0 -79
  986. data/schemas/tlc_1.0.15/schema/tlc/commands/M0007.json +0 -58
  987. data/schemas/tlc_1.0.15/schema/tlc/commands/M0008.json +0 -79
  988. data/schemas/tlc_1.0.15/schema/tlc/commands/M0010.json +0 -58
  989. data/schemas/tlc_1.0.15/schema/tlc/commands/M0011.json +0 -58
  990. data/schemas/tlc_1.0.15/schema/tlc/commands/M0014.json +0 -79
  991. data/schemas/tlc_1.0.15/schema/tlc/commands/M0015.json +0 -79
  992. data/schemas/tlc_1.0.15/schema/tlc/commands/M0017.json +0 -58
  993. data/schemas/tlc_1.0.15/schema/tlc/commands/M0018.json +0 -79
  994. data/schemas/tlc_1.0.15/schema/tlc/commands/M0019.json +0 -100
  995. data/schemas/tlc_1.0.15/schema/tlc/commands/M0020.json +0 -100
  996. data/schemas/tlc_1.0.15/schema/tlc/commands/M0104.json +0 -163
  997. data/schemas/tlc_1.0.15/schema/tlc/commands/commands.json +0 -366
  998. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0001.json +0 -98
  999. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0005.json +0 -34
  1000. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0006.json +0 -55
  1001. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0007.json +0 -55
  1002. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0008.json +0 -55
  1003. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0009.json +0 -55
  1004. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0010.json +0 -55
  1005. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0011.json +0 -55
  1006. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0012.json +0 -55
  1007. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0013.json +0 -55
  1008. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0014.json +0 -34
  1009. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0015.json +0 -34
  1010. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0016.json +0 -34
  1011. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0017.json +0 -34
  1012. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0018.json +0 -34
  1013. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0019.json +0 -34
  1014. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0020.json +0 -61
  1015. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0025.json +0 -181
  1016. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0027.json +0 -34
  1017. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0096.json +0 -139
  1018. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0097.json +0 -55
  1019. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0098.json +0 -76
  1020. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0201.json +0 -55
  1021. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0202.json +0 -55
  1022. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0203.json +0 -55
  1023. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0204.json +0 -223
  1024. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0205.json +0 -55
  1025. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0206.json +0 -55
  1026. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0207.json +0 -55
  1027. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0208.json +0 -223
  1028. data/schemas/tlc_1.0.15/schema/tlc/sxl.json +0 -71
  1029. data/schemas/tlc_1.0.15/schema/tlc/sxl.yaml +0 -1655
  1030. data/schemas/tlc_1.0.15/spec/schemer_helper.rb +0 -21
  1031. data/schemas/tlc_1.0.15/spec/spec_helper.rb +0 -102
  1032. data/schemas/tlc_1.0.15/spec/tlc/M0001_spec.rb +0 -67
  1033. data/schemas/tlc_1.0.15/spec/tlc/S0007_spec.rb +0 -159
  1034. data/schemas/tlc_1.0.15/spec/tlc/S0023_spec.rb +0 -96
  1035. data/schemas/tlc_1.0.7/.gitignore +0 -1
  1036. data/schemas/tlc_1.0.7/.rspec +0 -1
  1037. data/schemas/tlc_1.0.7/Gemfile +0 -5
  1038. data/schemas/tlc_1.0.7/Gemfile.lock +0 -37
  1039. data/schemas/tlc_1.0.7/LICENSE +0 -7
  1040. data/schemas/tlc_1.0.7/README.md +0 -70
  1041. data/schemas/tlc_1.0.7/schema/core/definitions.json +0 -63
  1042. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0001.json +0 -7
  1043. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0002.json +0 -7
  1044. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0003.json +0 -7
  1045. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0004.json +0 -7
  1046. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0005.json +0 -7
  1047. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0006.json +0 -7
  1048. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0007.json +0 -7
  1049. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0008.json +0 -34
  1050. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0009.json +0 -7
  1051. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0101.json +0 -7
  1052. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0201.json +0 -39
  1053. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0202.json +0 -39
  1054. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0301.json +0 -105
  1055. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0302.json +0 -131
  1056. data/schemas/tlc_1.0.7/schema/tlc/alarms/alarms.json +0 -254
  1057. data/schemas/tlc_1.0.7/schema/tlc/commands/M0001.json +0 -105
  1058. data/schemas/tlc_1.0.7/schema/tlc/commands/M0002.json +0 -79
  1059. data/schemas/tlc_1.0.7/schema/tlc/commands/M0003.json +0 -79
  1060. data/schemas/tlc_1.0.7/schema/tlc/commands/M0004.json +0 -58
  1061. data/schemas/tlc_1.0.7/schema/tlc/commands/M0005.json +0 -79
  1062. data/schemas/tlc_1.0.7/schema/tlc/commands/M0006.json +0 -79
  1063. data/schemas/tlc_1.0.7/schema/tlc/commands/M0007.json +0 -58
  1064. data/schemas/tlc_1.0.7/schema/tlc/commands/M0008.json +0 -79
  1065. data/schemas/tlc_1.0.7/schema/tlc/commands/M0010.json +0 -58
  1066. data/schemas/tlc_1.0.7/schema/tlc/commands/M0011.json +0 -58
  1067. data/schemas/tlc_1.0.7/schema/tlc/commands/M0019.json +0 -100
  1068. data/schemas/tlc_1.0.7/schema/tlc/commands/M0103.json +0 -82
  1069. data/schemas/tlc_1.0.7/schema/tlc/commands/M0104.json +0 -163
  1070. data/schemas/tlc_1.0.7/schema/tlc/commands/commands.json +0 -366
  1071. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0001.json +0 -98
  1072. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0002.json +0 -34
  1073. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0003.json +0 -55
  1074. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0004.json +0 -55
  1075. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0005.json +0 -34
  1076. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0006.json +0 -55
  1077. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0007.json +0 -55
  1078. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0008.json +0 -55
  1079. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0009.json +0 -55
  1080. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0010.json +0 -55
  1081. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0011.json +0 -55
  1082. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0012.json +0 -55
  1083. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0013.json +0 -55
  1084. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0014.json +0 -34
  1085. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0015.json +0 -34
  1086. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0016.json +0 -34
  1087. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0017.json +0 -34
  1088. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0018.json +0 -34
  1089. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0019.json +0 -34
  1090. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0020.json +0 -61
  1091. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0021.json +0 -35
  1092. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0091.json +0 -61
  1093. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0092.json +0 -61
  1094. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0095.json +0 -34
  1095. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0096.json +0 -139
  1096. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0201.json +0 -55
  1097. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0202.json +0 -55
  1098. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0203.json +0 -55
  1099. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0204.json +0 -223
  1100. data/schemas/tlc_1.0.7/schema/tlc/statuses/statuses.json +0 -662
  1101. data/schemas/tlc_1.0.7/schema/tlc/sxl.json +0 -71
  1102. data/schemas/tlc_1.0.7/spec/schemer_helper.rb +0 -21
  1103. data/schemas/tlc_1.0.7/spec/spec_helper.rb +0 -102
  1104. data/schemas/tlc_1.0.7/spec/tlc/M0001_spec.rb +0 -67
  1105. data/schemas/tlc_1.0.7/spec/tlc/S0007_spec.rb +0 -159
  1106. data/schemas/tlc_1.0.8/.gitignore +0 -1
  1107. data/schemas/tlc_1.0.8/.rspec +0 -1
  1108. data/schemas/tlc_1.0.8/Gemfile +0 -5
  1109. data/schemas/tlc_1.0.8/Gemfile.lock +0 -37
  1110. data/schemas/tlc_1.0.8/LICENSE +0 -7
  1111. data/schemas/tlc_1.0.8/README.md +0 -70
  1112. data/schemas/tlc_1.0.8/schema/core/definitions.json +0 -63
  1113. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0001.json +0 -7
  1114. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0002.json +0 -7
  1115. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0003.json +0 -7
  1116. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0004.json +0 -7
  1117. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0005.json +0 -7
  1118. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0006.json +0 -7
  1119. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0007.json +0 -7
  1120. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0008.json +0 -34
  1121. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0009.json +0 -7
  1122. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0101.json +0 -7
  1123. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0201.json +0 -39
  1124. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0202.json +0 -39
  1125. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0301.json +0 -105
  1126. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0302.json +0 -131
  1127. data/schemas/tlc_1.0.8/schema/tlc/alarms/alarms.json +0 -254
  1128. data/schemas/tlc_1.0.8/schema/tlc/commands/M0001.json +0 -105
  1129. data/schemas/tlc_1.0.8/schema/tlc/commands/M0002.json +0 -79
  1130. data/schemas/tlc_1.0.8/schema/tlc/commands/M0003.json +0 -79
  1131. data/schemas/tlc_1.0.8/schema/tlc/commands/M0004.json +0 -58
  1132. data/schemas/tlc_1.0.8/schema/tlc/commands/M0005.json +0 -79
  1133. data/schemas/tlc_1.0.8/schema/tlc/commands/M0006.json +0 -79
  1134. data/schemas/tlc_1.0.8/schema/tlc/commands/M0007.json +0 -58
  1135. data/schemas/tlc_1.0.8/schema/tlc/commands/M0008.json +0 -79
  1136. data/schemas/tlc_1.0.8/schema/tlc/commands/M0010.json +0 -58
  1137. data/schemas/tlc_1.0.8/schema/tlc/commands/M0011.json +0 -58
  1138. data/schemas/tlc_1.0.8/schema/tlc/commands/M0012.json +0 -58
  1139. data/schemas/tlc_1.0.8/schema/tlc/commands/M0013.json +0 -58
  1140. data/schemas/tlc_1.0.8/schema/tlc/commands/M0019.json +0 -100
  1141. data/schemas/tlc_1.0.8/schema/tlc/commands/M0103.json +0 -82
  1142. data/schemas/tlc_1.0.8/schema/tlc/commands/M0104.json +0 -163
  1143. data/schemas/tlc_1.0.8/schema/tlc/commands/commands.json +0 -366
  1144. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0001.json +0 -98
  1145. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0002.json +0 -34
  1146. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0003.json +0 -55
  1147. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0004.json +0 -55
  1148. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0005.json +0 -34
  1149. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0006.json +0 -55
  1150. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0007.json +0 -55
  1151. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0008.json +0 -55
  1152. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0009.json +0 -55
  1153. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0010.json +0 -55
  1154. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0011.json +0 -55
  1155. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0012.json +0 -55
  1156. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0013.json +0 -55
  1157. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0014.json +0 -34
  1158. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0015.json +0 -34
  1159. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0016.json +0 -34
  1160. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0017.json +0 -34
  1161. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0018.json +0 -34
  1162. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0019.json +0 -34
  1163. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0020.json +0 -61
  1164. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0021.json +0 -35
  1165. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0091.json +0 -61
  1166. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0092.json +0 -61
  1167. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0095.json +0 -34
  1168. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0096.json +0 -139
  1169. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0201.json +0 -55
  1170. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0202.json +0 -55
  1171. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0203.json +0 -55
  1172. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0204.json +0 -223
  1173. data/schemas/tlc_1.0.8/schema/tlc/statuses/statuses.json +0 -662
  1174. data/schemas/tlc_1.0.8/schema/tlc/sxl.json +0 -71
  1175. data/schemas/tlc_1.0.8/spec/schemer_helper.rb +0 -21
  1176. data/schemas/tlc_1.0.8/spec/spec_helper.rb +0 -102
  1177. data/schemas/tlc_1.0.8/spec/tlc/M0001_spec.rb +0 -67
  1178. data/schemas/tlc_1.0.8/spec/tlc/S0007_spec.rb +0 -159
  1179. data/schemas/tlc_1.0.9/.gitignore +0 -1
  1180. data/schemas/tlc_1.0.9/.rspec +0 -1
  1181. data/schemas/tlc_1.0.9/Gemfile +0 -5
  1182. data/schemas/tlc_1.0.9/Gemfile.lock +0 -37
  1183. data/schemas/tlc_1.0.9/LICENSE +0 -7
  1184. data/schemas/tlc_1.0.9/README.md +0 -70
  1185. data/schemas/tlc_1.0.9/schema/core/definitions.json +0 -63
  1186. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0001.json +0 -7
  1187. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0002.json +0 -7
  1188. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0003.json +0 -7
  1189. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0004.json +0 -7
  1190. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0005.json +0 -7
  1191. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0006.json +0 -7
  1192. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0007.json +0 -7
  1193. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0008.json +0 -34
  1194. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0009.json +0 -7
  1195. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0101.json +0 -7
  1196. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0201.json +0 -39
  1197. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0202.json +0 -39
  1198. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0301.json +0 -105
  1199. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0302.json +0 -131
  1200. data/schemas/tlc_1.0.9/schema/tlc/alarms/alarms.json +0 -254
  1201. data/schemas/tlc_1.0.9/schema/tlc/commands/M0001.json +0 -105
  1202. data/schemas/tlc_1.0.9/schema/tlc/commands/M0002.json +0 -79
  1203. data/schemas/tlc_1.0.9/schema/tlc/commands/M0003.json +0 -79
  1204. data/schemas/tlc_1.0.9/schema/tlc/commands/M0004.json +0 -58
  1205. data/schemas/tlc_1.0.9/schema/tlc/commands/M0005.json +0 -79
  1206. data/schemas/tlc_1.0.9/schema/tlc/commands/M0006.json +0 -79
  1207. data/schemas/tlc_1.0.9/schema/tlc/commands/M0007.json +0 -58
  1208. data/schemas/tlc_1.0.9/schema/tlc/commands/M0008.json +0 -79
  1209. data/schemas/tlc_1.0.9/schema/tlc/commands/M0010.json +0 -58
  1210. data/schemas/tlc_1.0.9/schema/tlc/commands/M0011.json +0 -58
  1211. data/schemas/tlc_1.0.9/schema/tlc/commands/M0012.json +0 -58
  1212. data/schemas/tlc_1.0.9/schema/tlc/commands/M0013.json +0 -58
  1213. data/schemas/tlc_1.0.9/schema/tlc/commands/M0019.json +0 -100
  1214. data/schemas/tlc_1.0.9/schema/tlc/commands/M0103.json +0 -82
  1215. data/schemas/tlc_1.0.9/schema/tlc/commands/M0104.json +0 -163
  1216. data/schemas/tlc_1.0.9/schema/tlc/commands/commands.json +0 -366
  1217. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0001.json +0 -98
  1218. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0002.json +0 -34
  1219. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0003.json +0 -55
  1220. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0004.json +0 -55
  1221. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0005.json +0 -34
  1222. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0006.json +0 -55
  1223. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0007.json +0 -55
  1224. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0008.json +0 -55
  1225. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0009.json +0 -55
  1226. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0010.json +0 -55
  1227. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0011.json +0 -55
  1228. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0012.json +0 -55
  1229. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0013.json +0 -55
  1230. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0014.json +0 -34
  1231. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0015.json +0 -34
  1232. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0016.json +0 -34
  1233. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0017.json +0 -34
  1234. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0018.json +0 -34
  1235. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0019.json +0 -34
  1236. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0020.json +0 -61
  1237. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0021.json +0 -35
  1238. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0091.json +0 -61
  1239. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0092.json +0 -61
  1240. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0095.json +0 -34
  1241. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0096.json +0 -139
  1242. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0201.json +0 -55
  1243. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0202.json +0 -55
  1244. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0203.json +0 -55
  1245. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0204.json +0 -223
  1246. data/schemas/tlc_1.0.9/schema/tlc/statuses/statuses.json +0 -662
  1247. data/schemas/tlc_1.0.9/schema/tlc/sxl.json +0 -71
  1248. data/schemas/tlc_1.0.9/spec/schemer_helper.rb +0 -21
  1249. data/schemas/tlc_1.0.9/spec/spec_helper.rb +0 -102
  1250. data/schemas/tlc_1.0.9/spec/tlc/M0001_spec.rb +0 -67
  1251. data/schemas/tlc_1.0.9/spec/tlc/S0007_spec.rb +0 -159
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsmp_schemer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emil Tin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-08-08 00:00:00.000000000 Z
11
+ date: 2022-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json_schemer
@@ -90,749 +90,575 @@ files:
90
90
  - lib/rsmp_schemer/schemer.rb
91
91
  - lib/rsmp_schemer/version.rb
92
92
  - rsmp_schemer.gemspec
93
- - schemas/core_3.1.2/.rspec
94
- - schemas/core_3.1.2/Gemfile
95
- - schemas/core_3.1.2/Gemfile.lock
96
- - schemas/core_3.1.2/LICENSE
97
- - schemas/core_3.1.2/README.md
98
- - schemas/core_3.1.2/schema/core/aggregated_status.json
99
- - schemas/core_3.1.2/schema/core/alarm.json
100
- - schemas/core_3.1.2/schema/core/command_request.json
101
- - schemas/core_3.1.2/schema/core/command_response.json
102
- - schemas/core_3.1.2/schema/core/core.json
103
- - schemas/core_3.1.2/schema/core/definitions.json
104
- - schemas/core_3.1.2/schema/core/message_ack.json
105
- - schemas/core_3.1.2/schema/core/message_not_ack.json
106
- - schemas/core_3.1.2/schema/core/rsmp.json
107
- - schemas/core_3.1.2/schema/core/status.json
108
- - schemas/core_3.1.2/schema/core/status_request.json
109
- - schemas/core_3.1.2/schema/core/status_response.json
110
- - schemas/core_3.1.2/schema/core/status_subscribe.json
111
- - schemas/core_3.1.2/schema/core/status_unsubscribe.json
112
- - schemas/core_3.1.2/schema/core/status_update.json
113
- - schemas/core_3.1.2/schema/core/version.json
114
- - schemas/core_3.1.2/schema/core/watchdog.json
115
- - schemas/core_3.1.2/spec/core/aggregated_status_spec.rb
116
- - schemas/core_3.1.2/spec/core/alarm_spec.rb
117
- - schemas/core_3.1.2/spec/core/command_request_spec.rb
118
- - schemas/core_3.1.2/spec/core/command_response_spec.rb
119
- - schemas/core_3.1.2/spec/core/core_spec.rb
120
- - schemas/core_3.1.2/spec/core/message_ack.rb
121
- - schemas/core_3.1.2/spec/core/message_not_ack_spec.rb
122
- - schemas/core_3.1.2/spec/core/status_request_spec.rb
123
- - schemas/core_3.1.2/spec/core/status_response_spec.rb
124
- - schemas/core_3.1.2/spec/core/status_subscribe_spec.rb
125
- - schemas/core_3.1.2/spec/core/status_unsubscribe_spec.rb
126
- - schemas/core_3.1.2/spec/core/status_update_spec.rb
127
- - schemas/core_3.1.2/spec/core/version_spec.rb
128
- - schemas/core_3.1.2/spec/core/watchdog_spec.rb
129
- - schemas/core_3.1.2/spec/schemer_helper.rb
130
- - schemas/core_3.1.2/spec/spec_helper.rb
131
- - schemas/core_3.1.3/.rspec
132
- - schemas/core_3.1.3/Gemfile
133
- - schemas/core_3.1.3/Gemfile.lock
134
- - schemas/core_3.1.3/LICENSE
135
- - schemas/core_3.1.3/README.md
136
- - schemas/core_3.1.3/schema/core/aggregated_status.json
137
- - schemas/core_3.1.3/schema/core/alarm.json
138
- - schemas/core_3.1.3/schema/core/command_request.json
139
- - schemas/core_3.1.3/schema/core/command_response.json
140
- - schemas/core_3.1.3/schema/core/core.json
141
- - schemas/core_3.1.3/schema/core/definitions.json
142
- - schemas/core_3.1.3/schema/core/message_ack.json
143
- - schemas/core_3.1.3/schema/core/message_not_ack.json
144
- - schemas/core_3.1.3/schema/core/rsmp.json
145
- - schemas/core_3.1.3/schema/core/status.json
146
- - schemas/core_3.1.3/schema/core/status_request.json
147
- - schemas/core_3.1.3/schema/core/status_response.json
148
- - schemas/core_3.1.3/schema/core/status_subscribe.json
149
- - schemas/core_3.1.3/schema/core/status_unsubscribe.json
150
- - schemas/core_3.1.3/schema/core/status_update.json
151
- - schemas/core_3.1.3/schema/core/version.json
152
- - schemas/core_3.1.3/schema/core/watchdog.json
153
- - schemas/core_3.1.3/spec/core/aggregated_status_spec.rb
154
- - schemas/core_3.1.3/spec/core/alarm_spec.rb
155
- - schemas/core_3.1.3/spec/core/command_request_spec.rb
156
- - schemas/core_3.1.3/spec/core/command_response_spec.rb
157
- - schemas/core_3.1.3/spec/core/core_spec.rb
158
- - schemas/core_3.1.3/spec/core/message_ack.rb
159
- - schemas/core_3.1.3/spec/core/message_not_ack_spec.rb
160
- - schemas/core_3.1.3/spec/core/status_request_spec.rb
161
- - schemas/core_3.1.3/spec/core/status_response_spec.rb
162
- - schemas/core_3.1.3/spec/core/status_subscribe_spec.rb
163
- - schemas/core_3.1.3/spec/core/status_unsubscribe_spec.rb
164
- - schemas/core_3.1.3/spec/core/status_update_spec.rb
165
- - schemas/core_3.1.3/spec/core/version_spec.rb
166
- - schemas/core_3.1.3/spec/core/watchdog_spec.rb
167
- - schemas/core_3.1.3/spec/schemer_helper.rb
168
- - schemas/core_3.1.3/spec/spec_helper.rb
169
- - schemas/core_3.1.4/.gitignore
170
- - schemas/core_3.1.4/.rspec
171
- - schemas/core_3.1.4/Gemfile
172
- - schemas/core_3.1.4/Gemfile.lock
173
- - schemas/core_3.1.4/LICENSE
174
- - schemas/core_3.1.4/README.md
175
- - schemas/core_3.1.4/schema/core/aggregated_status.json
176
- - schemas/core_3.1.4/schema/core/alarm.json
177
- - schemas/core_3.1.4/schema/core/command_request.json
178
- - schemas/core_3.1.4/schema/core/command_response.json
179
- - schemas/core_3.1.4/schema/core/core.json
180
- - schemas/core_3.1.4/schema/core/definitions.json
181
- - schemas/core_3.1.4/schema/core/message_ack.json
182
- - schemas/core_3.1.4/schema/core/message_not_ack.json
183
- - schemas/core_3.1.4/schema/core/rsmp.json
184
- - schemas/core_3.1.4/schema/core/status.json
185
- - schemas/core_3.1.4/schema/core/status_request.json
186
- - schemas/core_3.1.4/schema/core/status_response.json
187
- - schemas/core_3.1.4/schema/core/status_subscribe.json
188
- - schemas/core_3.1.4/schema/core/status_unsubscribe.json
189
- - schemas/core_3.1.4/schema/core/status_update.json
190
- - schemas/core_3.1.4/schema/core/version.json
191
- - schemas/core_3.1.4/schema/core/watchdog.json
192
- - schemas/core_3.1.4/spec/core/aggregated_status_spec.rb
193
- - schemas/core_3.1.4/spec/core/alarm_spec.rb
194
- - schemas/core_3.1.4/spec/core/command_request_spec.rb
195
- - schemas/core_3.1.4/spec/core/command_response_spec.rb
196
- - schemas/core_3.1.4/spec/core/core_spec.rb
197
- - schemas/core_3.1.4/spec/core/message_ack.rb
198
- - schemas/core_3.1.4/spec/core/message_not_ack_spec.rb
199
- - schemas/core_3.1.4/spec/core/status_request_spec.rb
200
- - schemas/core_3.1.4/spec/core/status_response_spec.rb
201
- - schemas/core_3.1.4/spec/core/status_subscribe_spec.rb
202
- - schemas/core_3.1.4/spec/core/status_unsubscribe_spec.rb
203
- - schemas/core_3.1.4/spec/core/status_update_spec.rb
204
- - schemas/core_3.1.4/spec/core/version_spec.rb
205
- - schemas/core_3.1.4/spec/core/watchdog_spec.rb
206
- - schemas/core_3.1.4/spec/schemer_helper.rb
207
- - schemas/core_3.1.4/spec/spec_helper.rb
208
- - schemas/core_3.1.5/.gitignore
209
- - schemas/core_3.1.5/.rspec
210
- - schemas/core_3.1.5/Gemfile
211
- - schemas/core_3.1.5/Gemfile.lock
212
- - schemas/core_3.1.5/LICENSE
213
- - schemas/core_3.1.5/README.md
214
- - schemas/core_3.1.5/schema/core/aggregated_status.json
215
- - schemas/core_3.1.5/schema/core/aggregated_status_request.json
216
- - schemas/core_3.1.5/schema/core/alarm.json
217
- - schemas/core_3.1.5/schema/core/alarm_issue.json
218
- - schemas/core_3.1.5/schema/core/alarm_suspend_resume.json
219
- - schemas/core_3.1.5/schema/core/alarm_suspended_resumed.json
220
- - schemas/core_3.1.5/schema/core/command_request.json
221
- - schemas/core_3.1.5/schema/core/command_response.json
222
- - schemas/core_3.1.5/schema/core/core.json
223
- - schemas/core_3.1.5/schema/core/definitions.json
224
- - schemas/core_3.1.5/schema/core/message_ack.json
225
- - schemas/core_3.1.5/schema/core/message_not_ack.json
226
- - schemas/core_3.1.5/schema/core/rsmp.json
227
- - schemas/core_3.1.5/schema/core/status.json
228
- - schemas/core_3.1.5/schema/core/status_request.json
229
- - schemas/core_3.1.5/schema/core/status_response.json
230
- - schemas/core_3.1.5/schema/core/status_subscribe.json
231
- - schemas/core_3.1.5/schema/core/status_unsubscribe.json
232
- - schemas/core_3.1.5/schema/core/status_update.json
233
- - schemas/core_3.1.5/schema/core/version.json
234
- - schemas/core_3.1.5/schema/core/watchdog.json
235
- - schemas/core_3.1.5/spec/core/aggregated_status_spec.rb
236
- - schemas/core_3.1.5/spec/core/alarm_issue_spec.rb
237
- - schemas/core_3.1.5/spec/core/alarm_resume_spec.rb
238
- - schemas/core_3.1.5/spec/core/alarm_resumed_spec.rb
239
- - schemas/core_3.1.5/spec/core/alarm_suspend_spec.rb
240
- - schemas/core_3.1.5/spec/core/alarm_suspended_spec.rb
241
- - schemas/core_3.1.5/spec/core/command_request_spec.rb
242
- - schemas/core_3.1.5/spec/core/command_response_spec.rb
243
- - schemas/core_3.1.5/spec/core/core_spec.rb
244
- - schemas/core_3.1.5/spec/core/message_ack.rb
245
- - schemas/core_3.1.5/spec/core/message_not_ack_spec.rb
246
- - schemas/core_3.1.5/spec/core/status_request_spec.rb
247
- - schemas/core_3.1.5/spec/core/status_response_spec.rb
248
- - schemas/core_3.1.5/spec/core/status_subscribe_spec.rb
249
- - schemas/core_3.1.5/spec/core/status_unsubscribe_spec.rb
250
- - schemas/core_3.1.5/spec/core/status_update_spec.rb
251
- - schemas/core_3.1.5/spec/core/version_spec.rb
252
- - schemas/core_3.1.5/spec/core/watchdog_spec.rb
253
- - schemas/core_3.1.5/spec/schemer_helper.rb
254
- - schemas/core_3.1.5/spec/spec_helper.rb
255
- - schemas/tlc_1.0.10/.gitignore
256
- - schemas/tlc_1.0.10/.rspec
257
- - schemas/tlc_1.0.10/Gemfile
258
- - schemas/tlc_1.0.10/Gemfile.lock
259
- - schemas/tlc_1.0.10/LICENSE
260
- - schemas/tlc_1.0.10/README.md
261
- - schemas/tlc_1.0.10/schema/core/definitions.json
262
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0001.json
263
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0002.json
264
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0003.json
265
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0004.json
266
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0005.json
267
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0006.json
268
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0007.json
269
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0008.json
270
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0009.json
271
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0101.json
272
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0201.json
273
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0202.json
274
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0301.json
275
- - schemas/tlc_1.0.10/schema/tlc/alarms/A0302.json
276
- - schemas/tlc_1.0.10/schema/tlc/alarms/alarms.json
277
- - schemas/tlc_1.0.10/schema/tlc/commands/M0001.json
278
- - schemas/tlc_1.0.10/schema/tlc/commands/M0002.json
279
- - schemas/tlc_1.0.10/schema/tlc/commands/M0003.json
280
- - schemas/tlc_1.0.10/schema/tlc/commands/M0004.json
281
- - schemas/tlc_1.0.10/schema/tlc/commands/M0005.json
282
- - schemas/tlc_1.0.10/schema/tlc/commands/M0006.json
283
- - schemas/tlc_1.0.10/schema/tlc/commands/M0007.json
284
- - schemas/tlc_1.0.10/schema/tlc/commands/M0008.json
285
- - schemas/tlc_1.0.10/schema/tlc/commands/M0010.json
286
- - schemas/tlc_1.0.10/schema/tlc/commands/M0011.json
287
- - schemas/tlc_1.0.10/schema/tlc/commands/M0012.json
288
- - schemas/tlc_1.0.10/schema/tlc/commands/M0013.json
289
- - schemas/tlc_1.0.10/schema/tlc/commands/M0019.json
290
- - schemas/tlc_1.0.10/schema/tlc/commands/M0103.json
291
- - schemas/tlc_1.0.10/schema/tlc/commands/M0104.json
292
- - schemas/tlc_1.0.10/schema/tlc/commands/command_requests.json
293
- - schemas/tlc_1.0.10/schema/tlc/commands/command_responses.json
294
- - schemas/tlc_1.0.10/schema/tlc/commands/commands.json
295
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0001.json
296
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0002.json
297
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0003.json
298
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0004.json
299
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0005.json
300
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0006.json
301
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0007.json
302
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0008.json
303
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0009.json
304
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0010.json
305
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0011.json
306
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0012.json
307
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0013.json
308
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0014.json
309
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0015.json
310
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0016.json
311
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0017.json
312
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0018.json
313
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0019.json
314
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0020.json
315
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0021.json
316
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0091.json
317
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0092.json
318
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0095.json
319
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0096.json
320
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0201.json
321
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0202.json
322
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0203.json
323
- - schemas/tlc_1.0.10/schema/tlc/statuses/S0204.json
324
- - schemas/tlc_1.0.10/schema/tlc/statuses/statuses.json
325
- - schemas/tlc_1.0.10/schema/tlc/sxl.json
326
- - schemas/tlc_1.0.10/spec/schemer_helper.rb
327
- - schemas/tlc_1.0.10/spec/spec_helper.rb
328
- - schemas/tlc_1.0.10/spec/tlc/M0001_spec.rb
329
- - schemas/tlc_1.0.10/spec/tlc/S0007_spec.rb
330
- - schemas/tlc_1.0.13/.gitignore
331
- - schemas/tlc_1.0.13/.rspec
332
- - schemas/tlc_1.0.13/Gemfile
333
- - schemas/tlc_1.0.13/Gemfile.lock
334
- - schemas/tlc_1.0.13/LICENSE
335
- - schemas/tlc_1.0.13/README.md
336
- - schemas/tlc_1.0.13/schema/core/definitions.json
337
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0001.json
338
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0002.json
339
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0003.json
340
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0004.json
341
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0005.json
342
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0006.json
343
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0007.json
344
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0008.json
345
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0009.json
346
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0101.json
347
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0201.json
348
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0202.json
349
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0301.json
350
- - schemas/tlc_1.0.13/schema/tlc/alarms/A0302.json
351
- - schemas/tlc_1.0.13/schema/tlc/alarms/alarms.json
352
- - schemas/tlc_1.0.13/schema/tlc/commands/M0001.json
353
- - schemas/tlc_1.0.13/schema/tlc/commands/M0002.json
354
- - schemas/tlc_1.0.13/schema/tlc/commands/M0003.json
355
- - schemas/tlc_1.0.13/schema/tlc/commands/M0004.json
356
- - schemas/tlc_1.0.13/schema/tlc/commands/M0005.json
357
- - schemas/tlc_1.0.13/schema/tlc/commands/M0006.json
358
- - schemas/tlc_1.0.13/schema/tlc/commands/M0007.json
359
- - schemas/tlc_1.0.13/schema/tlc/commands/M0008.json
360
- - schemas/tlc_1.0.13/schema/tlc/commands/M0010.json
361
- - schemas/tlc_1.0.13/schema/tlc/commands/M0011.json
362
- - schemas/tlc_1.0.13/schema/tlc/commands/M0012.json
363
- - schemas/tlc_1.0.13/schema/tlc/commands/M0013.json
364
- - schemas/tlc_1.0.13/schema/tlc/commands/M0014.json
365
- - schemas/tlc_1.0.13/schema/tlc/commands/M0015.json
366
- - schemas/tlc_1.0.13/schema/tlc/commands/M0016.json
367
- - schemas/tlc_1.0.13/schema/tlc/commands/M0017.json
368
- - schemas/tlc_1.0.13/schema/tlc/commands/M0018.json
369
- - schemas/tlc_1.0.13/schema/tlc/commands/M0019.json
370
- - schemas/tlc_1.0.13/schema/tlc/commands/M0103.json
371
- - schemas/tlc_1.0.13/schema/tlc/commands/M0104.json
372
- - schemas/tlc_1.0.13/schema/tlc/commands/command_requests.json
373
- - schemas/tlc_1.0.13/schema/tlc/commands/command_responses.json
374
- - schemas/tlc_1.0.13/schema/tlc/commands/commands.json
375
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0001.json
376
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0002.json
377
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0003.json
378
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0004.json
379
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0005.json
380
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0006.json
381
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0007.json
382
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0008.json
383
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0009.json
384
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0010.json
385
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0011.json
386
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0012.json
387
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0013.json
388
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0014.json
389
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0015.json
390
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0016.json
391
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0017.json
392
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0018.json
393
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0019.json
394
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0020.json
395
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0021.json
396
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0022.json
397
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0023.json
398
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0024.json
399
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0025.json
400
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0026.json
401
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0027.json
402
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0028.json
403
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0029.json
404
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0091.json
405
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0092.json
406
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0095.json
407
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0096.json
408
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0201.json
409
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0202.json
410
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0203.json
411
- - schemas/tlc_1.0.13/schema/tlc/statuses/S0204.json
412
- - schemas/tlc_1.0.13/schema/tlc/statuses/statuses.json
413
- - schemas/tlc_1.0.13/schema/tlc/sxl.json
414
- - schemas/tlc_1.0.13/spec/schemer_helper.rb
415
- - schemas/tlc_1.0.13/spec/spec_helper.rb
416
- - schemas/tlc_1.0.13/spec/tlc/M0001_spec.rb
417
- - schemas/tlc_1.0.13/spec/tlc/S0007_spec.rb
418
- - schemas/tlc_1.0.13/spec/tlc/S0023_spec.rb
419
- - schemas/tlc_1.0.14/.gitignore
420
- - schemas/tlc_1.0.14/.rspec
421
- - schemas/tlc_1.0.14/Gemfile
422
- - schemas/tlc_1.0.14/Gemfile.lock
423
- - schemas/tlc_1.0.14/LICENSE
424
- - schemas/tlc_1.0.14/README.md
425
- - schemas/tlc_1.0.14/schema/core/definitions.json
426
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0001.json
427
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0002.json
428
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0003.json
429
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0004.json
430
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0005.json
431
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0006.json
432
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0007.json
433
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0008.json
434
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0009.json
435
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0101.json
436
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0201.json
437
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0202.json
438
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0301.json
439
- - schemas/tlc_1.0.14/schema/tlc/alarms/A0302.json
440
- - schemas/tlc_1.0.14/schema/tlc/alarms/alarms.json
441
- - schemas/tlc_1.0.14/schema/tlc/commands/M0001.json
442
- - schemas/tlc_1.0.14/schema/tlc/commands/M0002.json
443
- - schemas/tlc_1.0.14/schema/tlc/commands/M0003.json
444
- - schemas/tlc_1.0.14/schema/tlc/commands/M0004.json
445
- - schemas/tlc_1.0.14/schema/tlc/commands/M0005.json
446
- - schemas/tlc_1.0.14/schema/tlc/commands/M0006.json
447
- - schemas/tlc_1.0.14/schema/tlc/commands/M0007.json
448
- - schemas/tlc_1.0.14/schema/tlc/commands/M0008.json
449
- - schemas/tlc_1.0.14/schema/tlc/commands/M0010.json
450
- - schemas/tlc_1.0.14/schema/tlc/commands/M0011.json
451
- - schemas/tlc_1.0.14/schema/tlc/commands/M0012.json
452
- - schemas/tlc_1.0.14/schema/tlc/commands/M0013.json
453
- - schemas/tlc_1.0.14/schema/tlc/commands/M0014.json
454
- - schemas/tlc_1.0.14/schema/tlc/commands/M0015.json
455
- - schemas/tlc_1.0.14/schema/tlc/commands/M0016.json
456
- - schemas/tlc_1.0.14/schema/tlc/commands/M0017.json
457
- - schemas/tlc_1.0.14/schema/tlc/commands/M0018.json
458
- - schemas/tlc_1.0.14/schema/tlc/commands/M0019.json
459
- - schemas/tlc_1.0.14/schema/tlc/commands/M0103.json
460
- - schemas/tlc_1.0.14/schema/tlc/commands/M0104.json
461
- - schemas/tlc_1.0.14/schema/tlc/commands/command_requests.json
462
- - schemas/tlc_1.0.14/schema/tlc/commands/command_responses.json
463
- - schemas/tlc_1.0.14/schema/tlc/commands/commands.json
464
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0001.json
465
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0002.json
466
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0003.json
467
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0004.json
468
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0005.json
469
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0006.json
470
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0007.json
471
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0008.json
472
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0009.json
473
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0010.json
474
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0011.json
475
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0012.json
476
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0013.json
477
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0014.json
478
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0015.json
479
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0016.json
480
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0017.json
481
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0018.json
482
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0019.json
483
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0020.json
484
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0021.json
485
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0022.json
486
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0023.json
487
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0024.json
488
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0025.json
489
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0026.json
490
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0027.json
491
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0028.json
492
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0029.json
493
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0091.json
494
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0092.json
495
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0095.json
496
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0096.json
497
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0201.json
498
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0202.json
499
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0203.json
500
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0204.json
501
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0205.json
502
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0206.json
503
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0207.json
504
- - schemas/tlc_1.0.14/schema/tlc/statuses/S0208.json
505
- - schemas/tlc_1.0.14/schema/tlc/statuses/statuses.json
506
- - schemas/tlc_1.0.14/schema/tlc/sxl.json
507
- - schemas/tlc_1.0.14/spec/schemer_helper.rb
508
- - schemas/tlc_1.0.14/spec/spec_helper.rb
509
- - schemas/tlc_1.0.14/spec/tlc/M0001_spec.rb
510
- - schemas/tlc_1.0.14/spec/tlc/S0007_spec.rb
511
- - schemas/tlc_1.0.14/spec/tlc/S0023_spec.rb
512
- - schemas/tlc_1.0.15/.gitignore
513
- - schemas/tlc_1.0.15/.rspec
514
- - schemas/tlc_1.0.15/Gemfile
515
- - schemas/tlc_1.0.15/Gemfile.lock
516
- - schemas/tlc_1.0.15/LICENSE
517
- - schemas/tlc_1.0.15/README.md
518
- - schemas/tlc_1.0.15/schema/core/definitions.json
519
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0001.json
520
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0002.json
521
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0003.json
522
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0004.json
523
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0005.json
524
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0006.json
525
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0007.json
526
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0008.json
527
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0009.json
528
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0010.json
529
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0101.json
530
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0201.json
531
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0202.json
532
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0301.json
533
- - schemas/tlc_1.0.15/schema/tlc/alarms/A0302.json
534
- - schemas/tlc_1.0.15/schema/tlc/alarms/alarms.json
535
- - schemas/tlc_1.0.15/schema/tlc/commands/M0001.json
536
- - schemas/tlc_1.0.15/schema/tlc/commands/M0002.json
537
- - schemas/tlc_1.0.15/schema/tlc/commands/M0003.json
538
- - schemas/tlc_1.0.15/schema/tlc/commands/M0004.json
539
- - schemas/tlc_1.0.15/schema/tlc/commands/M0005.json
540
- - schemas/tlc_1.0.15/schema/tlc/commands/M0006.json
541
- - schemas/tlc_1.0.15/schema/tlc/commands/M0007.json
542
- - schemas/tlc_1.0.15/schema/tlc/commands/M0008.json
543
- - schemas/tlc_1.0.15/schema/tlc/commands/M0010.json
544
- - schemas/tlc_1.0.15/schema/tlc/commands/M0011.json
545
- - schemas/tlc_1.0.15/schema/tlc/commands/M0012.json
546
- - schemas/tlc_1.0.15/schema/tlc/commands/M0013.json
547
- - schemas/tlc_1.0.15/schema/tlc/commands/M0014.json
548
- - schemas/tlc_1.0.15/schema/tlc/commands/M0015.json
549
- - schemas/tlc_1.0.15/schema/tlc/commands/M0016.json
550
- - schemas/tlc_1.0.15/schema/tlc/commands/M0017.json
551
- - schemas/tlc_1.0.15/schema/tlc/commands/M0018.json
552
- - schemas/tlc_1.0.15/schema/tlc/commands/M0019.json
553
- - schemas/tlc_1.0.15/schema/tlc/commands/M0020.json
554
- - schemas/tlc_1.0.15/schema/tlc/commands/M0021.json
555
- - schemas/tlc_1.0.15/schema/tlc/commands/M0103.json
556
- - schemas/tlc_1.0.15/schema/tlc/commands/M0104.json
557
- - schemas/tlc_1.0.15/schema/tlc/commands/command_requests.json
558
- - schemas/tlc_1.0.15/schema/tlc/commands/command_responses.json
559
- - schemas/tlc_1.0.15/schema/tlc/commands/commands.json
560
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0001.json
561
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0002.json
562
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0003.json
563
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0004.json
564
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0005.json
565
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0006.json
566
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0007.json
567
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0008.json
568
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0009.json
569
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0010.json
570
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0011.json
571
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0012.json
572
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0013.json
573
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0014.json
574
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0015.json
575
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0016.json
576
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0017.json
577
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0018.json
578
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0019.json
579
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0020.json
580
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0021.json
581
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0022.json
582
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0023.json
583
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0024.json
584
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0025.json
585
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0026.json
586
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0027.json
587
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0028.json
588
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0029.json
589
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0030.json
590
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0031.json
591
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0091.json
592
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0092.json
593
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0095.json
594
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0096.json
595
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0097.json
596
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0098.json
597
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0201.json
598
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0202.json
599
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0203.json
600
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0204.json
601
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0205.json
602
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0206.json
603
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0207.json
604
- - schemas/tlc_1.0.15/schema/tlc/statuses/S0208.json
605
- - schemas/tlc_1.0.15/schema/tlc/statuses/statuses.json
606
- - schemas/tlc_1.0.15/schema/tlc/sxl.json
607
- - schemas/tlc_1.0.15/schema/tlc/sxl.yaml
608
- - schemas/tlc_1.0.15/spec/schemer_helper.rb
609
- - schemas/tlc_1.0.15/spec/spec_helper.rb
610
- - schemas/tlc_1.0.15/spec/tlc/M0001_spec.rb
611
- - schemas/tlc_1.0.15/spec/tlc/S0007_spec.rb
612
- - schemas/tlc_1.0.15/spec/tlc/S0023_spec.rb
613
- - schemas/tlc_1.0.7/.gitignore
614
- - schemas/tlc_1.0.7/.rspec
615
- - schemas/tlc_1.0.7/Gemfile
616
- - schemas/tlc_1.0.7/Gemfile.lock
617
- - schemas/tlc_1.0.7/LICENSE
618
- - schemas/tlc_1.0.7/README.md
619
- - schemas/tlc_1.0.7/schema/core/definitions.json
620
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0001.json
621
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0002.json
622
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0003.json
623
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0004.json
624
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0005.json
625
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0006.json
626
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0007.json
627
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0008.json
628
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0009.json
629
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0101.json
630
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0201.json
631
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0202.json
632
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0301.json
633
- - schemas/tlc_1.0.7/schema/tlc/alarms/A0302.json
634
- - schemas/tlc_1.0.7/schema/tlc/alarms/alarms.json
635
- - schemas/tlc_1.0.7/schema/tlc/commands/M0001.json
636
- - schemas/tlc_1.0.7/schema/tlc/commands/M0002.json
637
- - schemas/tlc_1.0.7/schema/tlc/commands/M0003.json
638
- - schemas/tlc_1.0.7/schema/tlc/commands/M0004.json
639
- - schemas/tlc_1.0.7/schema/tlc/commands/M0005.json
640
- - schemas/tlc_1.0.7/schema/tlc/commands/M0006.json
641
- - schemas/tlc_1.0.7/schema/tlc/commands/M0007.json
642
- - schemas/tlc_1.0.7/schema/tlc/commands/M0008.json
643
- - schemas/tlc_1.0.7/schema/tlc/commands/M0010.json
644
- - schemas/tlc_1.0.7/schema/tlc/commands/M0011.json
645
- - schemas/tlc_1.0.7/schema/tlc/commands/M0019.json
646
- - schemas/tlc_1.0.7/schema/tlc/commands/M0103.json
647
- - schemas/tlc_1.0.7/schema/tlc/commands/M0104.json
648
- - schemas/tlc_1.0.7/schema/tlc/commands/command_requests.json
649
- - schemas/tlc_1.0.7/schema/tlc/commands/command_responses.json
650
- - schemas/tlc_1.0.7/schema/tlc/commands/commands.json
651
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0001.json
652
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0002.json
653
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0003.json
654
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0004.json
655
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0005.json
656
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0006.json
657
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0007.json
658
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0008.json
659
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0009.json
660
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0010.json
661
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0011.json
662
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0012.json
663
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0013.json
664
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0014.json
665
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0015.json
666
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0016.json
667
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0017.json
668
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0018.json
669
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0019.json
670
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0020.json
671
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0021.json
672
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0091.json
673
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0092.json
674
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0095.json
675
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0096.json
676
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0201.json
677
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0202.json
678
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0203.json
679
- - schemas/tlc_1.0.7/schema/tlc/statuses/S0204.json
680
- - schemas/tlc_1.0.7/schema/tlc/statuses/statuses.json
681
- - schemas/tlc_1.0.7/schema/tlc/sxl.json
682
- - schemas/tlc_1.0.7/spec/schemer_helper.rb
683
- - schemas/tlc_1.0.7/spec/spec_helper.rb
684
- - schemas/tlc_1.0.7/spec/tlc/M0001_spec.rb
685
- - schemas/tlc_1.0.7/spec/tlc/S0007_spec.rb
686
- - schemas/tlc_1.0.8/.gitignore
687
- - schemas/tlc_1.0.8/.rspec
688
- - schemas/tlc_1.0.8/Gemfile
689
- - schemas/tlc_1.0.8/Gemfile.lock
690
- - schemas/tlc_1.0.8/LICENSE
691
- - schemas/tlc_1.0.8/README.md
692
- - schemas/tlc_1.0.8/schema/core/definitions.json
693
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0001.json
694
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0002.json
695
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0003.json
696
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0004.json
697
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0005.json
698
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0006.json
699
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0007.json
700
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0008.json
701
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0009.json
702
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0101.json
703
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0201.json
704
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0202.json
705
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0301.json
706
- - schemas/tlc_1.0.8/schema/tlc/alarms/A0302.json
707
- - schemas/tlc_1.0.8/schema/tlc/alarms/alarms.json
708
- - schemas/tlc_1.0.8/schema/tlc/commands/M0001.json
709
- - schemas/tlc_1.0.8/schema/tlc/commands/M0002.json
710
- - schemas/tlc_1.0.8/schema/tlc/commands/M0003.json
711
- - schemas/tlc_1.0.8/schema/tlc/commands/M0004.json
712
- - schemas/tlc_1.0.8/schema/tlc/commands/M0005.json
713
- - schemas/tlc_1.0.8/schema/tlc/commands/M0006.json
714
- - schemas/tlc_1.0.8/schema/tlc/commands/M0007.json
715
- - schemas/tlc_1.0.8/schema/tlc/commands/M0008.json
716
- - schemas/tlc_1.0.8/schema/tlc/commands/M0010.json
717
- - schemas/tlc_1.0.8/schema/tlc/commands/M0011.json
718
- - schemas/tlc_1.0.8/schema/tlc/commands/M0012.json
719
- - schemas/tlc_1.0.8/schema/tlc/commands/M0013.json
720
- - schemas/tlc_1.0.8/schema/tlc/commands/M0019.json
721
- - schemas/tlc_1.0.8/schema/tlc/commands/M0103.json
722
- - schemas/tlc_1.0.8/schema/tlc/commands/M0104.json
723
- - schemas/tlc_1.0.8/schema/tlc/commands/command_requests.json
724
- - schemas/tlc_1.0.8/schema/tlc/commands/command_responses.json
725
- - schemas/tlc_1.0.8/schema/tlc/commands/commands.json
726
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0001.json
727
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0002.json
728
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0003.json
729
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0004.json
730
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0005.json
731
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0006.json
732
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0007.json
733
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0008.json
734
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0009.json
735
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0010.json
736
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0011.json
737
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0012.json
738
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0013.json
739
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0014.json
740
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0015.json
741
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0016.json
742
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0017.json
743
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0018.json
744
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0019.json
745
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0020.json
746
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0021.json
747
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0091.json
748
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0092.json
749
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0095.json
750
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0096.json
751
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0201.json
752
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0202.json
753
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0203.json
754
- - schemas/tlc_1.0.8/schema/tlc/statuses/S0204.json
755
- - schemas/tlc_1.0.8/schema/tlc/statuses/statuses.json
756
- - schemas/tlc_1.0.8/schema/tlc/sxl.json
757
- - schemas/tlc_1.0.8/spec/schemer_helper.rb
758
- - schemas/tlc_1.0.8/spec/spec_helper.rb
759
- - schemas/tlc_1.0.8/spec/tlc/M0001_spec.rb
760
- - schemas/tlc_1.0.8/spec/tlc/S0007_spec.rb
761
- - schemas/tlc_1.0.9/.gitignore
762
- - schemas/tlc_1.0.9/.rspec
763
- - schemas/tlc_1.0.9/Gemfile
764
- - schemas/tlc_1.0.9/Gemfile.lock
765
- - schemas/tlc_1.0.9/LICENSE
766
- - schemas/tlc_1.0.9/README.md
767
- - schemas/tlc_1.0.9/schema/core/definitions.json
768
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0001.json
769
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0002.json
770
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0003.json
771
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0004.json
772
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0005.json
773
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0006.json
774
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0007.json
775
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0008.json
776
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0009.json
777
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0101.json
778
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0201.json
779
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0202.json
780
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0301.json
781
- - schemas/tlc_1.0.9/schema/tlc/alarms/A0302.json
782
- - schemas/tlc_1.0.9/schema/tlc/alarms/alarms.json
783
- - schemas/tlc_1.0.9/schema/tlc/commands/M0001.json
784
- - schemas/tlc_1.0.9/schema/tlc/commands/M0002.json
785
- - schemas/tlc_1.0.9/schema/tlc/commands/M0003.json
786
- - schemas/tlc_1.0.9/schema/tlc/commands/M0004.json
787
- - schemas/tlc_1.0.9/schema/tlc/commands/M0005.json
788
- - schemas/tlc_1.0.9/schema/tlc/commands/M0006.json
789
- - schemas/tlc_1.0.9/schema/tlc/commands/M0007.json
790
- - schemas/tlc_1.0.9/schema/tlc/commands/M0008.json
791
- - schemas/tlc_1.0.9/schema/tlc/commands/M0010.json
792
- - schemas/tlc_1.0.9/schema/tlc/commands/M0011.json
793
- - schemas/tlc_1.0.9/schema/tlc/commands/M0012.json
794
- - schemas/tlc_1.0.9/schema/tlc/commands/M0013.json
795
- - schemas/tlc_1.0.9/schema/tlc/commands/M0019.json
796
- - schemas/tlc_1.0.9/schema/tlc/commands/M0103.json
797
- - schemas/tlc_1.0.9/schema/tlc/commands/M0104.json
798
- - schemas/tlc_1.0.9/schema/tlc/commands/command_requests.json
799
- - schemas/tlc_1.0.9/schema/tlc/commands/command_responses.json
800
- - schemas/tlc_1.0.9/schema/tlc/commands/commands.json
801
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0001.json
802
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0002.json
803
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0003.json
804
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0004.json
805
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0005.json
806
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0006.json
807
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0007.json
808
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0008.json
809
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0009.json
810
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0010.json
811
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0011.json
812
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0012.json
813
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0013.json
814
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0014.json
815
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0015.json
816
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0016.json
817
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0017.json
818
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0018.json
819
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0019.json
820
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0020.json
821
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0021.json
822
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0091.json
823
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0092.json
824
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0095.json
825
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0096.json
826
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0201.json
827
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0202.json
828
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0203.json
829
- - schemas/tlc_1.0.9/schema/tlc/statuses/S0204.json
830
- - schemas/tlc_1.0.9/schema/tlc/statuses/statuses.json
831
- - schemas/tlc_1.0.9/schema/tlc/sxl.json
832
- - schemas/tlc_1.0.9/spec/schemer_helper.rb
833
- - schemas/tlc_1.0.9/spec/spec_helper.rb
834
- - schemas/tlc_1.0.9/spec/tlc/M0001_spec.rb
835
- - schemas/tlc_1.0.9/spec/tlc/S0007_spec.rb
93
+ - schemas/.rspec
94
+ - schemas/Gemfile
95
+ - schemas/Gemfile.lock
96
+ - schemas/LICENSE
97
+ - schemas/README.md
98
+ - schemas/examples/validate.rb
99
+ - schemas/schemas/core/3.1.1/aggregated_status.json
100
+ - schemas/schemas/core/3.1.1/alarm.json
101
+ - schemas/schemas/core/3.1.1/alarm_issue.json
102
+ - schemas/schemas/core/3.1.1/alarm_suspend_resume.json
103
+ - schemas/schemas/core/3.1.1/alarm_suspended_resumed.json
104
+ - schemas/schemas/core/3.1.1/command_request.json
105
+ - schemas/schemas/core/3.1.1/command_response.json
106
+ - schemas/schemas/core/3.1.1/core.json
107
+ - schemas/schemas/core/3.1.1/definitions.json
108
+ - schemas/schemas/core/3.1.1/message_ack.json
109
+ - schemas/schemas/core/3.1.1/message_not_ack.json
110
+ - schemas/schemas/core/3.1.1/rsmp.json
111
+ - schemas/schemas/core/3.1.1/status.json
112
+ - schemas/schemas/core/3.1.1/status_request.json
113
+ - schemas/schemas/core/3.1.1/status_response.json
114
+ - schemas/schemas/core/3.1.1/status_subscribe.json
115
+ - schemas/schemas/core/3.1.1/status_unsubscribe.json
116
+ - schemas/schemas/core/3.1.1/status_update.json
117
+ - schemas/schemas/core/3.1.1/version.json
118
+ - schemas/schemas/core/3.1.1/watchdog.json
119
+ - schemas/schemas/core/3.1.2/rsmp.json
120
+ - schemas/schemas/core/3.1.3/rsmp.json
121
+ - schemas/schemas/core/3.1.3/status_response.json
122
+ - schemas/schemas/core/3.1.3/status_update.json
123
+ - schemas/schemas/core/3.1.4/rsmp.json
124
+ - schemas/schemas/core/3.1.5/aggregated_status_request.json
125
+ - schemas/schemas/core/3.1.5/alarm.json
126
+ - schemas/schemas/core/3.1.5/alarm_request.json
127
+ - schemas/schemas/core/3.1.5/core.json
128
+ - schemas/schemas/core/3.1.5/rsmp.json
129
+ - schemas/schemas/core/3.1.5/status.json
130
+ - schemas/schemas/core/3.1.5/status_subscribe.json
131
+ - schemas/schemas/tlc/1.0.10/alarms/A0001.json
132
+ - schemas/schemas/tlc/1.0.10/alarms/A0002.json
133
+ - schemas/schemas/tlc/1.0.10/alarms/A0003.json
134
+ - schemas/schemas/tlc/1.0.10/alarms/A0004.json
135
+ - schemas/schemas/tlc/1.0.10/alarms/A0005.json
136
+ - schemas/schemas/tlc/1.0.10/alarms/A0006.json
137
+ - schemas/schemas/tlc/1.0.10/alarms/A0007.json
138
+ - schemas/schemas/tlc/1.0.10/alarms/A0008.json
139
+ - schemas/schemas/tlc/1.0.10/alarms/A0009.json
140
+ - schemas/schemas/tlc/1.0.10/alarms/A0101.json
141
+ - schemas/schemas/tlc/1.0.10/alarms/A0201.json
142
+ - schemas/schemas/tlc/1.0.10/alarms/A0202.json
143
+ - schemas/schemas/tlc/1.0.10/alarms/A0301.json
144
+ - schemas/schemas/tlc/1.0.10/alarms/A0302.json
145
+ - schemas/schemas/tlc/1.0.10/alarms/alarms.json
146
+ - schemas/schemas/tlc/1.0.10/commands/M0001.json
147
+ - schemas/schemas/tlc/1.0.10/commands/M0002.json
148
+ - schemas/schemas/tlc/1.0.10/commands/M0003.json
149
+ - schemas/schemas/tlc/1.0.10/commands/M0004.json
150
+ - schemas/schemas/tlc/1.0.10/commands/M0005.json
151
+ - schemas/schemas/tlc/1.0.10/commands/M0006.json
152
+ - schemas/schemas/tlc/1.0.10/commands/M0007.json
153
+ - schemas/schemas/tlc/1.0.10/commands/M0008.json
154
+ - schemas/schemas/tlc/1.0.10/commands/M0010.json
155
+ - schemas/schemas/tlc/1.0.10/commands/M0011.json
156
+ - schemas/schemas/tlc/1.0.10/commands/M0012.json
157
+ - schemas/schemas/tlc/1.0.10/commands/M0013.json
158
+ - schemas/schemas/tlc/1.0.10/commands/M0019.json
159
+ - schemas/schemas/tlc/1.0.10/commands/M0103.json
160
+ - schemas/schemas/tlc/1.0.10/commands/M0104.json
161
+ - schemas/schemas/tlc/1.0.10/commands/command_requests.json
162
+ - schemas/schemas/tlc/1.0.10/commands/command_responses.json
163
+ - schemas/schemas/tlc/1.0.10/commands/commands.json
164
+ - schemas/schemas/tlc/1.0.10/statuses/S0001.json
165
+ - schemas/schemas/tlc/1.0.10/statuses/S0002.json
166
+ - schemas/schemas/tlc/1.0.10/statuses/S0003.json
167
+ - schemas/schemas/tlc/1.0.10/statuses/S0004.json
168
+ - schemas/schemas/tlc/1.0.10/statuses/S0005.json
169
+ - schemas/schemas/tlc/1.0.10/statuses/S0006.json
170
+ - schemas/schemas/tlc/1.0.10/statuses/S0007.json
171
+ - schemas/schemas/tlc/1.0.10/statuses/S0008.json
172
+ - schemas/schemas/tlc/1.0.10/statuses/S0009.json
173
+ - schemas/schemas/tlc/1.0.10/statuses/S0010.json
174
+ - schemas/schemas/tlc/1.0.10/statuses/S0011.json
175
+ - schemas/schemas/tlc/1.0.10/statuses/S0012.json
176
+ - schemas/schemas/tlc/1.0.10/statuses/S0013.json
177
+ - schemas/schemas/tlc/1.0.10/statuses/S0014.json
178
+ - schemas/schemas/tlc/1.0.10/statuses/S0015.json
179
+ - schemas/schemas/tlc/1.0.10/statuses/S0016.json
180
+ - schemas/schemas/tlc/1.0.10/statuses/S0017.json
181
+ - schemas/schemas/tlc/1.0.10/statuses/S0018.json
182
+ - schemas/schemas/tlc/1.0.10/statuses/S0019.json
183
+ - schemas/schemas/tlc/1.0.10/statuses/S0020.json
184
+ - schemas/schemas/tlc/1.0.10/statuses/S0021.json
185
+ - schemas/schemas/tlc/1.0.10/statuses/S0091.json
186
+ - schemas/schemas/tlc/1.0.10/statuses/S0092.json
187
+ - schemas/schemas/tlc/1.0.10/statuses/S0095.json
188
+ - schemas/schemas/tlc/1.0.10/statuses/S0096.json
189
+ - schemas/schemas/tlc/1.0.10/statuses/S0201.json
190
+ - schemas/schemas/tlc/1.0.10/statuses/S0202.json
191
+ - schemas/schemas/tlc/1.0.10/statuses/S0203.json
192
+ - schemas/schemas/tlc/1.0.10/statuses/S0204.json
193
+ - schemas/schemas/tlc/1.0.10/statuses/statuses.json
194
+ - schemas/schemas/tlc/1.0.10/sxl.json
195
+ - schemas/schemas/tlc/1.0.10/sxl.yaml
196
+ - schemas/schemas/tlc/1.0.13/alarms/A0001.json
197
+ - schemas/schemas/tlc/1.0.13/alarms/A0002.json
198
+ - schemas/schemas/tlc/1.0.13/alarms/A0003.json
199
+ - schemas/schemas/tlc/1.0.13/alarms/A0004.json
200
+ - schemas/schemas/tlc/1.0.13/alarms/A0005.json
201
+ - schemas/schemas/tlc/1.0.13/alarms/A0006.json
202
+ - schemas/schemas/tlc/1.0.13/alarms/A0007.json
203
+ - schemas/schemas/tlc/1.0.13/alarms/A0008.json
204
+ - schemas/schemas/tlc/1.0.13/alarms/A0009.json
205
+ - schemas/schemas/tlc/1.0.13/alarms/A0101.json
206
+ - schemas/schemas/tlc/1.0.13/alarms/A0201.json
207
+ - schemas/schemas/tlc/1.0.13/alarms/A0202.json
208
+ - schemas/schemas/tlc/1.0.13/alarms/A0301.json
209
+ - schemas/schemas/tlc/1.0.13/alarms/A0302.json
210
+ - schemas/schemas/tlc/1.0.13/alarms/alarms.json
211
+ - schemas/schemas/tlc/1.0.13/commands/M0001.json
212
+ - schemas/schemas/tlc/1.0.13/commands/M0002.json
213
+ - schemas/schemas/tlc/1.0.13/commands/M0003.json
214
+ - schemas/schemas/tlc/1.0.13/commands/M0004.json
215
+ - schemas/schemas/tlc/1.0.13/commands/M0005.json
216
+ - schemas/schemas/tlc/1.0.13/commands/M0006.json
217
+ - schemas/schemas/tlc/1.0.13/commands/M0007.json
218
+ - schemas/schemas/tlc/1.0.13/commands/M0008.json
219
+ - schemas/schemas/tlc/1.0.13/commands/M0010.json
220
+ - schemas/schemas/tlc/1.0.13/commands/M0011.json
221
+ - schemas/schemas/tlc/1.0.13/commands/M0012.json
222
+ - schemas/schemas/tlc/1.0.13/commands/M0013.json
223
+ - schemas/schemas/tlc/1.0.13/commands/M0014.json
224
+ - schemas/schemas/tlc/1.0.13/commands/M0015.json
225
+ - schemas/schemas/tlc/1.0.13/commands/M0016.json
226
+ - schemas/schemas/tlc/1.0.13/commands/M0017.json
227
+ - schemas/schemas/tlc/1.0.13/commands/M0018.json
228
+ - schemas/schemas/tlc/1.0.13/commands/M0019.json
229
+ - schemas/schemas/tlc/1.0.13/commands/M0103.json
230
+ - schemas/schemas/tlc/1.0.13/commands/M0104.json
231
+ - schemas/schemas/tlc/1.0.13/commands/command_requests.json
232
+ - schemas/schemas/tlc/1.0.13/commands/command_responses.json
233
+ - schemas/schemas/tlc/1.0.13/commands/commands.json
234
+ - schemas/schemas/tlc/1.0.13/statuses/S0001.json
235
+ - schemas/schemas/tlc/1.0.13/statuses/S0002.json
236
+ - schemas/schemas/tlc/1.0.13/statuses/S0003.json
237
+ - schemas/schemas/tlc/1.0.13/statuses/S0004.json
238
+ - schemas/schemas/tlc/1.0.13/statuses/S0005.json
239
+ - schemas/schemas/tlc/1.0.13/statuses/S0006.json
240
+ - schemas/schemas/tlc/1.0.13/statuses/S0007.json
241
+ - schemas/schemas/tlc/1.0.13/statuses/S0008.json
242
+ - schemas/schemas/tlc/1.0.13/statuses/S0009.json
243
+ - schemas/schemas/tlc/1.0.13/statuses/S0010.json
244
+ - schemas/schemas/tlc/1.0.13/statuses/S0011.json
245
+ - schemas/schemas/tlc/1.0.13/statuses/S0012.json
246
+ - schemas/schemas/tlc/1.0.13/statuses/S0013.json
247
+ - schemas/schemas/tlc/1.0.13/statuses/S0014.json
248
+ - schemas/schemas/tlc/1.0.13/statuses/S0015.json
249
+ - schemas/schemas/tlc/1.0.13/statuses/S0016.json
250
+ - schemas/schemas/tlc/1.0.13/statuses/S0017.json
251
+ - schemas/schemas/tlc/1.0.13/statuses/S0018.json
252
+ - schemas/schemas/tlc/1.0.13/statuses/S0019.json
253
+ - schemas/schemas/tlc/1.0.13/statuses/S0020.json
254
+ - schemas/schemas/tlc/1.0.13/statuses/S0021.json
255
+ - schemas/schemas/tlc/1.0.13/statuses/S0022.json
256
+ - schemas/schemas/tlc/1.0.13/statuses/S0023.json
257
+ - schemas/schemas/tlc/1.0.13/statuses/S0024.json
258
+ - schemas/schemas/tlc/1.0.13/statuses/S0025.json
259
+ - schemas/schemas/tlc/1.0.13/statuses/S0026.json
260
+ - schemas/schemas/tlc/1.0.13/statuses/S0027.json
261
+ - schemas/schemas/tlc/1.0.13/statuses/S0028.json
262
+ - schemas/schemas/tlc/1.0.13/statuses/S0029.json
263
+ - schemas/schemas/tlc/1.0.13/statuses/S0091.json
264
+ - schemas/schemas/tlc/1.0.13/statuses/S0092.json
265
+ - schemas/schemas/tlc/1.0.13/statuses/S0095.json
266
+ - schemas/schemas/tlc/1.0.13/statuses/S0096.json
267
+ - schemas/schemas/tlc/1.0.13/statuses/S0201.json
268
+ - schemas/schemas/tlc/1.0.13/statuses/S0202.json
269
+ - schemas/schemas/tlc/1.0.13/statuses/S0203.json
270
+ - schemas/schemas/tlc/1.0.13/statuses/S0204.json
271
+ - schemas/schemas/tlc/1.0.13/statuses/statuses.json
272
+ - schemas/schemas/tlc/1.0.13/sxl.json
273
+ - schemas/schemas/tlc/1.0.13/sxl.yaml
274
+ - schemas/schemas/tlc/1.0.14/alarms/A0001.json
275
+ - schemas/schemas/tlc/1.0.14/alarms/A0002.json
276
+ - schemas/schemas/tlc/1.0.14/alarms/A0003.json
277
+ - schemas/schemas/tlc/1.0.14/alarms/A0004.json
278
+ - schemas/schemas/tlc/1.0.14/alarms/A0005.json
279
+ - schemas/schemas/tlc/1.0.14/alarms/A0006.json
280
+ - schemas/schemas/tlc/1.0.14/alarms/A0007.json
281
+ - schemas/schemas/tlc/1.0.14/alarms/A0008.json
282
+ - schemas/schemas/tlc/1.0.14/alarms/A0009.json
283
+ - schemas/schemas/tlc/1.0.14/alarms/A0101.json
284
+ - schemas/schemas/tlc/1.0.14/alarms/A0201.json
285
+ - schemas/schemas/tlc/1.0.14/alarms/A0202.json
286
+ - schemas/schemas/tlc/1.0.14/alarms/A0301.json
287
+ - schemas/schemas/tlc/1.0.14/alarms/A0302.json
288
+ - schemas/schemas/tlc/1.0.14/alarms/alarms.json
289
+ - schemas/schemas/tlc/1.0.14/commands/M0001.json
290
+ - schemas/schemas/tlc/1.0.14/commands/M0002.json
291
+ - schemas/schemas/tlc/1.0.14/commands/M0003.json
292
+ - schemas/schemas/tlc/1.0.14/commands/M0004.json
293
+ - schemas/schemas/tlc/1.0.14/commands/M0005.json
294
+ - schemas/schemas/tlc/1.0.14/commands/M0006.json
295
+ - schemas/schemas/tlc/1.0.14/commands/M0007.json
296
+ - schemas/schemas/tlc/1.0.14/commands/M0008.json
297
+ - schemas/schemas/tlc/1.0.14/commands/M0010.json
298
+ - schemas/schemas/tlc/1.0.14/commands/M0011.json
299
+ - schemas/schemas/tlc/1.0.14/commands/M0012.json
300
+ - schemas/schemas/tlc/1.0.14/commands/M0013.json
301
+ - schemas/schemas/tlc/1.0.14/commands/M0014.json
302
+ - schemas/schemas/tlc/1.0.14/commands/M0015.json
303
+ - schemas/schemas/tlc/1.0.14/commands/M0016.json
304
+ - schemas/schemas/tlc/1.0.14/commands/M0017.json
305
+ - schemas/schemas/tlc/1.0.14/commands/M0018.json
306
+ - schemas/schemas/tlc/1.0.14/commands/M0019.json
307
+ - schemas/schemas/tlc/1.0.14/commands/M0103.json
308
+ - schemas/schemas/tlc/1.0.14/commands/M0104.json
309
+ - schemas/schemas/tlc/1.0.14/commands/command_requests.json
310
+ - schemas/schemas/tlc/1.0.14/commands/command_responses.json
311
+ - schemas/schemas/tlc/1.0.14/commands/commands.json
312
+ - schemas/schemas/tlc/1.0.14/statuses/S0001.json
313
+ - schemas/schemas/tlc/1.0.14/statuses/S0002.json
314
+ - schemas/schemas/tlc/1.0.14/statuses/S0003.json
315
+ - schemas/schemas/tlc/1.0.14/statuses/S0004.json
316
+ - schemas/schemas/tlc/1.0.14/statuses/S0005.json
317
+ - schemas/schemas/tlc/1.0.14/statuses/S0006.json
318
+ - schemas/schemas/tlc/1.0.14/statuses/S0007.json
319
+ - schemas/schemas/tlc/1.0.14/statuses/S0008.json
320
+ - schemas/schemas/tlc/1.0.14/statuses/S0009.json
321
+ - schemas/schemas/tlc/1.0.14/statuses/S0010.json
322
+ - schemas/schemas/tlc/1.0.14/statuses/S0011.json
323
+ - schemas/schemas/tlc/1.0.14/statuses/S0012.json
324
+ - schemas/schemas/tlc/1.0.14/statuses/S0013.json
325
+ - schemas/schemas/tlc/1.0.14/statuses/S0014.json
326
+ - schemas/schemas/tlc/1.0.14/statuses/S0015.json
327
+ - schemas/schemas/tlc/1.0.14/statuses/S0016.json
328
+ - schemas/schemas/tlc/1.0.14/statuses/S0017.json
329
+ - schemas/schemas/tlc/1.0.14/statuses/S0018.json
330
+ - schemas/schemas/tlc/1.0.14/statuses/S0019.json
331
+ - schemas/schemas/tlc/1.0.14/statuses/S0020.json
332
+ - schemas/schemas/tlc/1.0.14/statuses/S0021.json
333
+ - schemas/schemas/tlc/1.0.14/statuses/S0022.json
334
+ - schemas/schemas/tlc/1.0.14/statuses/S0023.json
335
+ - schemas/schemas/tlc/1.0.14/statuses/S0024.json
336
+ - schemas/schemas/tlc/1.0.14/statuses/S0025.json
337
+ - schemas/schemas/tlc/1.0.14/statuses/S0026.json
338
+ - schemas/schemas/tlc/1.0.14/statuses/S0027.json
339
+ - schemas/schemas/tlc/1.0.14/statuses/S0028.json
340
+ - schemas/schemas/tlc/1.0.14/statuses/S0029.json
341
+ - schemas/schemas/tlc/1.0.14/statuses/S0091.json
342
+ - schemas/schemas/tlc/1.0.14/statuses/S0092.json
343
+ - schemas/schemas/tlc/1.0.14/statuses/S0095.json
344
+ - schemas/schemas/tlc/1.0.14/statuses/S0096.json
345
+ - schemas/schemas/tlc/1.0.14/statuses/S0201.json
346
+ - schemas/schemas/tlc/1.0.14/statuses/S0202.json
347
+ - schemas/schemas/tlc/1.0.14/statuses/S0203.json
348
+ - schemas/schemas/tlc/1.0.14/statuses/S0204.json
349
+ - schemas/schemas/tlc/1.0.14/statuses/S0205.json
350
+ - schemas/schemas/tlc/1.0.14/statuses/S0206.json
351
+ - schemas/schemas/tlc/1.0.14/statuses/S0207.json
352
+ - schemas/schemas/tlc/1.0.14/statuses/S0208.json
353
+ - schemas/schemas/tlc/1.0.14/statuses/statuses.json
354
+ - schemas/schemas/tlc/1.0.14/sxl.json
355
+ - schemas/schemas/tlc/1.0.14/sxl.yaml
356
+ - schemas/schemas/tlc/1.0.15/alarms/A0001.json
357
+ - schemas/schemas/tlc/1.0.15/alarms/A0002.json
358
+ - schemas/schemas/tlc/1.0.15/alarms/A0003.json
359
+ - schemas/schemas/tlc/1.0.15/alarms/A0004.json
360
+ - schemas/schemas/tlc/1.0.15/alarms/A0005.json
361
+ - schemas/schemas/tlc/1.0.15/alarms/A0006.json
362
+ - schemas/schemas/tlc/1.0.15/alarms/A0007.json
363
+ - schemas/schemas/tlc/1.0.15/alarms/A0008.json
364
+ - schemas/schemas/tlc/1.0.15/alarms/A0009.json
365
+ - schemas/schemas/tlc/1.0.15/alarms/A0010.json
366
+ - schemas/schemas/tlc/1.0.15/alarms/A0101.json
367
+ - schemas/schemas/tlc/1.0.15/alarms/A0201.json
368
+ - schemas/schemas/tlc/1.0.15/alarms/A0202.json
369
+ - schemas/schemas/tlc/1.0.15/alarms/A0301.json
370
+ - schemas/schemas/tlc/1.0.15/alarms/A0302.json
371
+ - schemas/schemas/tlc/1.0.15/alarms/alarms.json
372
+ - schemas/schemas/tlc/1.0.15/commands/M0001.json
373
+ - schemas/schemas/tlc/1.0.15/commands/M0002.json
374
+ - schemas/schemas/tlc/1.0.15/commands/M0003.json
375
+ - schemas/schemas/tlc/1.0.15/commands/M0004.json
376
+ - schemas/schemas/tlc/1.0.15/commands/M0005.json
377
+ - schemas/schemas/tlc/1.0.15/commands/M0006.json
378
+ - schemas/schemas/tlc/1.0.15/commands/M0007.json
379
+ - schemas/schemas/tlc/1.0.15/commands/M0008.json
380
+ - schemas/schemas/tlc/1.0.15/commands/M0010.json
381
+ - schemas/schemas/tlc/1.0.15/commands/M0011.json
382
+ - schemas/schemas/tlc/1.0.15/commands/M0012.json
383
+ - schemas/schemas/tlc/1.0.15/commands/M0013.json
384
+ - schemas/schemas/tlc/1.0.15/commands/M0014.json
385
+ - schemas/schemas/tlc/1.0.15/commands/M0015.json
386
+ - schemas/schemas/tlc/1.0.15/commands/M0016.json
387
+ - schemas/schemas/tlc/1.0.15/commands/M0017.json
388
+ - schemas/schemas/tlc/1.0.15/commands/M0018.json
389
+ - schemas/schemas/tlc/1.0.15/commands/M0019.json
390
+ - schemas/schemas/tlc/1.0.15/commands/M0020.json
391
+ - schemas/schemas/tlc/1.0.15/commands/M0021.json
392
+ - schemas/schemas/tlc/1.0.15/commands/M0103.json
393
+ - schemas/schemas/tlc/1.0.15/commands/M0104.json
394
+ - schemas/schemas/tlc/1.0.15/commands/command_requests.json
395
+ - schemas/schemas/tlc/1.0.15/commands/command_responses.json
396
+ - schemas/schemas/tlc/1.0.15/commands/commands.json
397
+ - schemas/schemas/tlc/1.0.15/statuses/S0001.json
398
+ - schemas/schemas/tlc/1.0.15/statuses/S0002.json
399
+ - schemas/schemas/tlc/1.0.15/statuses/S0003.json
400
+ - schemas/schemas/tlc/1.0.15/statuses/S0004.json
401
+ - schemas/schemas/tlc/1.0.15/statuses/S0005.json
402
+ - schemas/schemas/tlc/1.0.15/statuses/S0006.json
403
+ - schemas/schemas/tlc/1.0.15/statuses/S0007.json
404
+ - schemas/schemas/tlc/1.0.15/statuses/S0008.json
405
+ - schemas/schemas/tlc/1.0.15/statuses/S0009.json
406
+ - schemas/schemas/tlc/1.0.15/statuses/S0010.json
407
+ - schemas/schemas/tlc/1.0.15/statuses/S0011.json
408
+ - schemas/schemas/tlc/1.0.15/statuses/S0012.json
409
+ - schemas/schemas/tlc/1.0.15/statuses/S0013.json
410
+ - schemas/schemas/tlc/1.0.15/statuses/S0014.json
411
+ - schemas/schemas/tlc/1.0.15/statuses/S0015.json
412
+ - schemas/schemas/tlc/1.0.15/statuses/S0016.json
413
+ - schemas/schemas/tlc/1.0.15/statuses/S0017.json
414
+ - schemas/schemas/tlc/1.0.15/statuses/S0018.json
415
+ - schemas/schemas/tlc/1.0.15/statuses/S0019.json
416
+ - schemas/schemas/tlc/1.0.15/statuses/S0020.json
417
+ - schemas/schemas/tlc/1.0.15/statuses/S0021.json
418
+ - schemas/schemas/tlc/1.0.15/statuses/S0022.json
419
+ - schemas/schemas/tlc/1.0.15/statuses/S0023.json
420
+ - schemas/schemas/tlc/1.0.15/statuses/S0024.json
421
+ - schemas/schemas/tlc/1.0.15/statuses/S0025.json
422
+ - schemas/schemas/tlc/1.0.15/statuses/S0026.json
423
+ - schemas/schemas/tlc/1.0.15/statuses/S0027.json
424
+ - schemas/schemas/tlc/1.0.15/statuses/S0028.json
425
+ - schemas/schemas/tlc/1.0.15/statuses/S0029.json
426
+ - schemas/schemas/tlc/1.0.15/statuses/S0030.json
427
+ - schemas/schemas/tlc/1.0.15/statuses/S0031.json
428
+ - schemas/schemas/tlc/1.0.15/statuses/S0091.json
429
+ - schemas/schemas/tlc/1.0.15/statuses/S0092.json
430
+ - schemas/schemas/tlc/1.0.15/statuses/S0095.json
431
+ - schemas/schemas/tlc/1.0.15/statuses/S0096.json
432
+ - schemas/schemas/tlc/1.0.15/statuses/S0097.json
433
+ - schemas/schemas/tlc/1.0.15/statuses/S0098.json
434
+ - schemas/schemas/tlc/1.0.15/statuses/S0201.json
435
+ - schemas/schemas/tlc/1.0.15/statuses/S0202.json
436
+ - schemas/schemas/tlc/1.0.15/statuses/S0203.json
437
+ - schemas/schemas/tlc/1.0.15/statuses/S0204.json
438
+ - schemas/schemas/tlc/1.0.15/statuses/S0205.json
439
+ - schemas/schemas/tlc/1.0.15/statuses/S0206.json
440
+ - schemas/schemas/tlc/1.0.15/statuses/S0207.json
441
+ - schemas/schemas/tlc/1.0.15/statuses/S0208.json
442
+ - schemas/schemas/tlc/1.0.15/statuses/statuses.json
443
+ - schemas/schemas/tlc/1.0.15/sxl.json
444
+ - schemas/schemas/tlc/1.0.15/sxl.yaml
445
+ - schemas/schemas/tlc/1.0.7/alarms/A0001.json
446
+ - schemas/schemas/tlc/1.0.7/alarms/A0002.json
447
+ - schemas/schemas/tlc/1.0.7/alarms/A0003.json
448
+ - schemas/schemas/tlc/1.0.7/alarms/A0004.json
449
+ - schemas/schemas/tlc/1.0.7/alarms/A0005.json
450
+ - schemas/schemas/tlc/1.0.7/alarms/A0006.json
451
+ - schemas/schemas/tlc/1.0.7/alarms/A0007.json
452
+ - schemas/schemas/tlc/1.0.7/alarms/A0008.json
453
+ - schemas/schemas/tlc/1.0.7/alarms/A0009.json
454
+ - schemas/schemas/tlc/1.0.7/alarms/A0101.json
455
+ - schemas/schemas/tlc/1.0.7/alarms/A0201.json
456
+ - schemas/schemas/tlc/1.0.7/alarms/A0202.json
457
+ - schemas/schemas/tlc/1.0.7/alarms/A0301.json
458
+ - schemas/schemas/tlc/1.0.7/alarms/A0302.json
459
+ - schemas/schemas/tlc/1.0.7/alarms/alarms.json
460
+ - schemas/schemas/tlc/1.0.7/commands/M0001.json
461
+ - schemas/schemas/tlc/1.0.7/commands/M0002.json
462
+ - schemas/schemas/tlc/1.0.7/commands/M0003.json
463
+ - schemas/schemas/tlc/1.0.7/commands/M0004.json
464
+ - schemas/schemas/tlc/1.0.7/commands/M0005.json
465
+ - schemas/schemas/tlc/1.0.7/commands/M0006.json
466
+ - schemas/schemas/tlc/1.0.7/commands/M0007.json
467
+ - schemas/schemas/tlc/1.0.7/commands/M0008.json
468
+ - schemas/schemas/tlc/1.0.7/commands/M0010.json
469
+ - schemas/schemas/tlc/1.0.7/commands/M0011.json
470
+ - schemas/schemas/tlc/1.0.7/commands/M0019.json
471
+ - schemas/schemas/tlc/1.0.7/commands/M0103.json
472
+ - schemas/schemas/tlc/1.0.7/commands/M0104.json
473
+ - schemas/schemas/tlc/1.0.7/commands/command_requests.json
474
+ - schemas/schemas/tlc/1.0.7/commands/command_responses.json
475
+ - schemas/schemas/tlc/1.0.7/commands/commands.json
476
+ - schemas/schemas/tlc/1.0.7/statuses/S0001.json
477
+ - schemas/schemas/tlc/1.0.7/statuses/S0002.json
478
+ - schemas/schemas/tlc/1.0.7/statuses/S0003.json
479
+ - schemas/schemas/tlc/1.0.7/statuses/S0004.json
480
+ - schemas/schemas/tlc/1.0.7/statuses/S0005.json
481
+ - schemas/schemas/tlc/1.0.7/statuses/S0006.json
482
+ - schemas/schemas/tlc/1.0.7/statuses/S0007.json
483
+ - schemas/schemas/tlc/1.0.7/statuses/S0008.json
484
+ - schemas/schemas/tlc/1.0.7/statuses/S0009.json
485
+ - schemas/schemas/tlc/1.0.7/statuses/S0010.json
486
+ - schemas/schemas/tlc/1.0.7/statuses/S0011.json
487
+ - schemas/schemas/tlc/1.0.7/statuses/S0012.json
488
+ - schemas/schemas/tlc/1.0.7/statuses/S0013.json
489
+ - schemas/schemas/tlc/1.0.7/statuses/S0014.json
490
+ - schemas/schemas/tlc/1.0.7/statuses/S0015.json
491
+ - schemas/schemas/tlc/1.0.7/statuses/S0016.json
492
+ - schemas/schemas/tlc/1.0.7/statuses/S0017.json
493
+ - schemas/schemas/tlc/1.0.7/statuses/S0018.json
494
+ - schemas/schemas/tlc/1.0.7/statuses/S0019.json
495
+ - schemas/schemas/tlc/1.0.7/statuses/S0020.json
496
+ - schemas/schemas/tlc/1.0.7/statuses/S0021.json
497
+ - schemas/schemas/tlc/1.0.7/statuses/S0025.json
498
+ - schemas/schemas/tlc/1.0.7/statuses/S0091.json
499
+ - schemas/schemas/tlc/1.0.7/statuses/S0092.json
500
+ - schemas/schemas/tlc/1.0.7/statuses/S0095.json
501
+ - schemas/schemas/tlc/1.0.7/statuses/S0096.json
502
+ - schemas/schemas/tlc/1.0.7/statuses/S0201.json
503
+ - schemas/schemas/tlc/1.0.7/statuses/S0202.json
504
+ - schemas/schemas/tlc/1.0.7/statuses/S0203.json
505
+ - schemas/schemas/tlc/1.0.7/statuses/S0204.json
506
+ - schemas/schemas/tlc/1.0.7/statuses/statuses.json
507
+ - schemas/schemas/tlc/1.0.7/sxl.json
508
+ - schemas/schemas/tlc/1.0.7/sxl.yaml
509
+ - schemas/schemas/tlc/1.0.8/alarms/A0001.json
510
+ - schemas/schemas/tlc/1.0.8/alarms/A0002.json
511
+ - schemas/schemas/tlc/1.0.8/alarms/A0003.json
512
+ - schemas/schemas/tlc/1.0.8/alarms/A0004.json
513
+ - schemas/schemas/tlc/1.0.8/alarms/A0005.json
514
+ - schemas/schemas/tlc/1.0.8/alarms/A0006.json
515
+ - schemas/schemas/tlc/1.0.8/alarms/A0007.json
516
+ - schemas/schemas/tlc/1.0.8/alarms/A0008.json
517
+ - schemas/schemas/tlc/1.0.8/alarms/A0009.json
518
+ - schemas/schemas/tlc/1.0.8/alarms/A0101.json
519
+ - schemas/schemas/tlc/1.0.8/alarms/A0201.json
520
+ - schemas/schemas/tlc/1.0.8/alarms/A0202.json
521
+ - schemas/schemas/tlc/1.0.8/alarms/A0301.json
522
+ - schemas/schemas/tlc/1.0.8/alarms/A0302.json
523
+ - schemas/schemas/tlc/1.0.8/alarms/alarms.json
524
+ - schemas/schemas/tlc/1.0.8/commands/M0001.json
525
+ - schemas/schemas/tlc/1.0.8/commands/M0002.json
526
+ - schemas/schemas/tlc/1.0.8/commands/M0003.json
527
+ - schemas/schemas/tlc/1.0.8/commands/M0004.json
528
+ - schemas/schemas/tlc/1.0.8/commands/M0005.json
529
+ - schemas/schemas/tlc/1.0.8/commands/M0006.json
530
+ - schemas/schemas/tlc/1.0.8/commands/M0007.json
531
+ - schemas/schemas/tlc/1.0.8/commands/M0008.json
532
+ - schemas/schemas/tlc/1.0.8/commands/M0010.json
533
+ - schemas/schemas/tlc/1.0.8/commands/M0011.json
534
+ - schemas/schemas/tlc/1.0.8/commands/M0012.json
535
+ - schemas/schemas/tlc/1.0.8/commands/M0013.json
536
+ - schemas/schemas/tlc/1.0.8/commands/M0019.json
537
+ - schemas/schemas/tlc/1.0.8/commands/M0103.json
538
+ - schemas/schemas/tlc/1.0.8/commands/M0104.json
539
+ - schemas/schemas/tlc/1.0.8/commands/command_requests.json
540
+ - schemas/schemas/tlc/1.0.8/commands/command_responses.json
541
+ - schemas/schemas/tlc/1.0.8/commands/commands.json
542
+ - schemas/schemas/tlc/1.0.8/statuses/S0001.json
543
+ - schemas/schemas/tlc/1.0.8/statuses/S0002.json
544
+ - schemas/schemas/tlc/1.0.8/statuses/S0003.json
545
+ - schemas/schemas/tlc/1.0.8/statuses/S0004.json
546
+ - schemas/schemas/tlc/1.0.8/statuses/S0005.json
547
+ - schemas/schemas/tlc/1.0.8/statuses/S0006.json
548
+ - schemas/schemas/tlc/1.0.8/statuses/S0007.json
549
+ - schemas/schemas/tlc/1.0.8/statuses/S0008.json
550
+ - schemas/schemas/tlc/1.0.8/statuses/S0009.json
551
+ - schemas/schemas/tlc/1.0.8/statuses/S0010.json
552
+ - schemas/schemas/tlc/1.0.8/statuses/S0011.json
553
+ - schemas/schemas/tlc/1.0.8/statuses/S0012.json
554
+ - schemas/schemas/tlc/1.0.8/statuses/S0013.json
555
+ - schemas/schemas/tlc/1.0.8/statuses/S0014.json
556
+ - schemas/schemas/tlc/1.0.8/statuses/S0015.json
557
+ - schemas/schemas/tlc/1.0.8/statuses/S0016.json
558
+ - schemas/schemas/tlc/1.0.8/statuses/S0017.json
559
+ - schemas/schemas/tlc/1.0.8/statuses/S0018.json
560
+ - schemas/schemas/tlc/1.0.8/statuses/S0019.json
561
+ - schemas/schemas/tlc/1.0.8/statuses/S0020.json
562
+ - schemas/schemas/tlc/1.0.8/statuses/S0021.json
563
+ - schemas/schemas/tlc/1.0.8/statuses/S0025.json
564
+ - schemas/schemas/tlc/1.0.8/statuses/S0091.json
565
+ - schemas/schemas/tlc/1.0.8/statuses/S0092.json
566
+ - schemas/schemas/tlc/1.0.8/statuses/S0095.json
567
+ - schemas/schemas/tlc/1.0.8/statuses/S0096.json
568
+ - schemas/schemas/tlc/1.0.8/statuses/S0201.json
569
+ - schemas/schemas/tlc/1.0.8/statuses/S0202.json
570
+ - schemas/schemas/tlc/1.0.8/statuses/S0203.json
571
+ - schemas/schemas/tlc/1.0.8/statuses/S0204.json
572
+ - schemas/schemas/tlc/1.0.8/statuses/statuses.json
573
+ - schemas/schemas/tlc/1.0.8/sxl.json
574
+ - schemas/schemas/tlc/1.0.8/sxl.yaml
575
+ - schemas/schemas/tlc/1.0.9/alarms/A0001.json
576
+ - schemas/schemas/tlc/1.0.9/alarms/A0002.json
577
+ - schemas/schemas/tlc/1.0.9/alarms/A0003.json
578
+ - schemas/schemas/tlc/1.0.9/alarms/A0004.json
579
+ - schemas/schemas/tlc/1.0.9/alarms/A0005.json
580
+ - schemas/schemas/tlc/1.0.9/alarms/A0006.json
581
+ - schemas/schemas/tlc/1.0.9/alarms/A0007.json
582
+ - schemas/schemas/tlc/1.0.9/alarms/A0008.json
583
+ - schemas/schemas/tlc/1.0.9/alarms/A0009.json
584
+ - schemas/schemas/tlc/1.0.9/alarms/A0101.json
585
+ - schemas/schemas/tlc/1.0.9/alarms/A0201.json
586
+ - schemas/schemas/tlc/1.0.9/alarms/A0202.json
587
+ - schemas/schemas/tlc/1.0.9/alarms/A0301.json
588
+ - schemas/schemas/tlc/1.0.9/alarms/A0302.json
589
+ - schemas/schemas/tlc/1.0.9/alarms/alarms.json
590
+ - schemas/schemas/tlc/1.0.9/commands/M0001.json
591
+ - schemas/schemas/tlc/1.0.9/commands/M0002.json
592
+ - schemas/schemas/tlc/1.0.9/commands/M0003.json
593
+ - schemas/schemas/tlc/1.0.9/commands/M0004.json
594
+ - schemas/schemas/tlc/1.0.9/commands/M0005.json
595
+ - schemas/schemas/tlc/1.0.9/commands/M0006.json
596
+ - schemas/schemas/tlc/1.0.9/commands/M0007.json
597
+ - schemas/schemas/tlc/1.0.9/commands/M0008.json
598
+ - schemas/schemas/tlc/1.0.9/commands/M0010.json
599
+ - schemas/schemas/tlc/1.0.9/commands/M0011.json
600
+ - schemas/schemas/tlc/1.0.9/commands/M0012.json
601
+ - schemas/schemas/tlc/1.0.9/commands/M0013.json
602
+ - schemas/schemas/tlc/1.0.9/commands/M0019.json
603
+ - schemas/schemas/tlc/1.0.9/commands/M0103.json
604
+ - schemas/schemas/tlc/1.0.9/commands/M0104.json
605
+ - schemas/schemas/tlc/1.0.9/commands/command_requests.json
606
+ - schemas/schemas/tlc/1.0.9/commands/command_responses.json
607
+ - schemas/schemas/tlc/1.0.9/commands/commands.json
608
+ - schemas/schemas/tlc/1.0.9/statuses/S0001.json
609
+ - schemas/schemas/tlc/1.0.9/statuses/S0002.json
610
+ - schemas/schemas/tlc/1.0.9/statuses/S0003.json
611
+ - schemas/schemas/tlc/1.0.9/statuses/S0004.json
612
+ - schemas/schemas/tlc/1.0.9/statuses/S0005.json
613
+ - schemas/schemas/tlc/1.0.9/statuses/S0006.json
614
+ - schemas/schemas/tlc/1.0.9/statuses/S0007.json
615
+ - schemas/schemas/tlc/1.0.9/statuses/S0008.json
616
+ - schemas/schemas/tlc/1.0.9/statuses/S0009.json
617
+ - schemas/schemas/tlc/1.0.9/statuses/S0010.json
618
+ - schemas/schemas/tlc/1.0.9/statuses/S0011.json
619
+ - schemas/schemas/tlc/1.0.9/statuses/S0012.json
620
+ - schemas/schemas/tlc/1.0.9/statuses/S0013.json
621
+ - schemas/schemas/tlc/1.0.9/statuses/S0014.json
622
+ - schemas/schemas/tlc/1.0.9/statuses/S0015.json
623
+ - schemas/schemas/tlc/1.0.9/statuses/S0016.json
624
+ - schemas/schemas/tlc/1.0.9/statuses/S0017.json
625
+ - schemas/schemas/tlc/1.0.9/statuses/S0018.json
626
+ - schemas/schemas/tlc/1.0.9/statuses/S0019.json
627
+ - schemas/schemas/tlc/1.0.9/statuses/S0020.json
628
+ - schemas/schemas/tlc/1.0.9/statuses/S0021.json
629
+ - schemas/schemas/tlc/1.0.9/statuses/S0025.json
630
+ - schemas/schemas/tlc/1.0.9/statuses/S0091.json
631
+ - schemas/schemas/tlc/1.0.9/statuses/S0092.json
632
+ - schemas/schemas/tlc/1.0.9/statuses/S0095.json
633
+ - schemas/schemas/tlc/1.0.9/statuses/S0096.json
634
+ - schemas/schemas/tlc/1.0.9/statuses/S0201.json
635
+ - schemas/schemas/tlc/1.0.9/statuses/S0202.json
636
+ - schemas/schemas/tlc/1.0.9/statuses/S0203.json
637
+ - schemas/schemas/tlc/1.0.9/statuses/S0204.json
638
+ - schemas/schemas/tlc/1.0.9/statuses/statuses.json
639
+ - schemas/schemas/tlc/1.0.9/sxl.json
640
+ - schemas/schemas/tlc/1.0.9/sxl.yaml
641
+ - schemas/spec/core/aggregated_status_request_spec.rb
642
+ - schemas/spec/core/aggregated_status_spec.rb
643
+ - schemas/spec/core/alarm_request_spec.rb
644
+ - schemas/spec/core/alarm_spec.rb
645
+ - schemas/spec/core/command_request_spec.rb
646
+ - schemas/spec/core/command_response_spec.rb
647
+ - schemas/spec/core/core_spec.rb
648
+ - schemas/spec/core/message_ack.rb
649
+ - schemas/spec/core/message_not_ack_spec.rb
650
+ - schemas/spec/core/status_request_spec.rb
651
+ - schemas/spec/core/status_response_spec.rb
652
+ - schemas/spec/core/status_subscribe_spec.rb
653
+ - schemas/spec/core/status_unsubscribe_spec.rb
654
+ - schemas/spec/core/status_update_spec.rb
655
+ - schemas/spec/core/version_spec.rb
656
+ - schemas/spec/core/watchdog_spec.rb
657
+ - schemas/spec/schemer_helper.rb
658
+ - schemas/spec/spec_helper.rb
659
+ - schemas/spec/tlc/M0001_spec.rb
660
+ - schemas/spec/tlc/S0007_intersections_spec.rb
661
+ - schemas/spec/tlc/S0007_spec.rb
836
662
  homepage: https://github.com/rsmp-nordic/rsmp_schemer
837
663
  licenses: []
838
664
  metadata: