rsmp_schemer 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1375) hide show
  1. checksums.yaml +4 -4
  2. data/.gitmodules +2 -43
  3. data/Gemfile.lock +18 -18
  4. data/lib/rsmp_schemer/schemer.rb +13 -12
  5. data/lib/rsmp_schemer/version.rb +3 -3
  6. data/rsmp_schemer.gemspec +3 -3
  7. data/schemas/{core_3.1.2/.rspec → .rspec} +0 -0
  8. data/schemas/{core_3.1.2/Gemfile → Gemfile} +0 -0
  9. data/schemas/Gemfile.lock +37 -0
  10. data/schemas/{core_3.1.2/LICENSE → LICENSE} +0 -0
  11. data/schemas/README.md +73 -0
  12. data/schemas/{core_3.1.3/examples → examples}/validate.rb +0 -0
  13. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/aggregated_status.json +0 -0
  14. data/schemas/schemas/core/3.1.1/alarm.json +58 -0
  15. data/schemas/schemas/core/3.1.1/alarm_issue.json +47 -0
  16. data/schemas/{core_3.1.5/schema/core → schemas/core/3.1.1}/alarm_suspend_resume.json +0 -0
  17. data/schemas/schemas/core/3.1.1/alarm_suspended_resumed.json +47 -0
  18. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/command_request.json +0 -0
  19. data/schemas/schemas/core/3.1.1/command_response.json +34 -0
  20. data/schemas/schemas/core/3.1.1/core.json +38 -0
  21. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/definitions.json +0 -0
  22. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/message_ack.json +0 -0
  23. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/message_not_ack.json +0 -0
  24. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/rsmp.json +0 -0
  25. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status.json +0 -0
  26. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_request.json +0 -0
  27. data/schemas/schemas/core/3.1.1/status_response.json +30 -0
  28. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_subscribe.json +0 -0
  29. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_unsubscribe.json +0 -0
  30. data/schemas/schemas/core/3.1.1/status_update.json +30 -0
  31. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/version.json +0 -0
  32. data/schemas/schemas/core/3.1.1/watchdog.json +9 -0
  33. data/schemas/schemas/core/3.1.2/rsmp.json +3 -0
  34. data/schemas/schemas/core/3.1.3/rsmp.json +124 -0
  35. data/schemas/schemas/core/3.1.3/status_response.json +30 -0
  36. data/schemas/schemas/core/3.1.3/status_update.json +30 -0
  37. data/schemas/schemas/core/3.1.4/rsmp.json +3 -0
  38. data/schemas/schemas/core/3.1.5/aggregated_status_request.json +9 -0
  39. data/schemas/schemas/core/3.1.5/alarm.json +68 -0
  40. data/schemas/schemas/core/3.1.5/alarm_request.json +3 -0
  41. data/schemas/schemas/core/3.1.5/core.json +39 -0
  42. data/schemas/schemas/core/3.1.5/rsmp.json +133 -0
  43. data/schemas/schemas/core/3.1.5/status.json +21 -0
  44. data/schemas/schemas/core/3.1.5/status_subscribe.json +31 -0
  45. data/schemas/schemas/tlc/1.0.10/alarms/A0001.json +7 -0
  46. data/schemas/schemas/tlc/1.0.10/alarms/A0002.json +7 -0
  47. data/schemas/schemas/tlc/1.0.10/alarms/A0003.json +7 -0
  48. data/schemas/schemas/tlc/1.0.10/alarms/A0004.json +7 -0
  49. data/schemas/schemas/tlc/1.0.10/alarms/A0005.json +7 -0
  50. data/schemas/schemas/tlc/1.0.10/alarms/A0006.json +7 -0
  51. data/schemas/schemas/tlc/1.0.10/alarms/A0007.json +7 -0
  52. data/schemas/schemas/tlc/1.0.10/alarms/A0008.json +34 -0
  53. data/schemas/schemas/tlc/1.0.10/alarms/A0009.json +7 -0
  54. data/schemas/schemas/tlc/1.0.10/alarms/A0101.json +7 -0
  55. data/schemas/schemas/tlc/1.0.10/alarms/A0201.json +39 -0
  56. data/schemas/schemas/tlc/1.0.10/alarms/A0202.json +39 -0
  57. data/schemas/schemas/tlc/1.0.10/alarms/A0301.json +105 -0
  58. data/schemas/schemas/tlc/1.0.10/alarms/A0302.json +131 -0
  59. data/schemas/schemas/tlc/1.0.10/alarms/alarms.json +238 -0
  60. data/schemas/schemas/tlc/1.0.10/commands/M0001.json +105 -0
  61. data/schemas/schemas/tlc/1.0.10/commands/M0002.json +79 -0
  62. data/schemas/schemas/tlc/1.0.10/commands/M0003.json +79 -0
  63. data/schemas/schemas/tlc/1.0.10/commands/M0004.json +58 -0
  64. data/schemas/schemas/tlc/1.0.10/commands/M0005.json +79 -0
  65. data/schemas/schemas/tlc/1.0.10/commands/M0006.json +79 -0
  66. data/schemas/schemas/tlc/1.0.10/commands/M0007.json +58 -0
  67. data/schemas/schemas/tlc/1.0.10/commands/M0008.json +79 -0
  68. data/schemas/schemas/tlc/1.0.10/commands/M0010.json +58 -0
  69. data/schemas/schemas/tlc/1.0.10/commands/M0011.json +58 -0
  70. data/schemas/schemas/tlc/1.0.10/commands/M0012.json +58 -0
  71. data/schemas/schemas/tlc/1.0.10/commands/M0013.json +58 -0
  72. data/schemas/schemas/tlc/1.0.10/commands/M0019.json +100 -0
  73. data/schemas/schemas/tlc/1.0.10/commands/M0103.json +82 -0
  74. data/schemas/schemas/tlc/1.0.10/commands/M0104.json +163 -0
  75. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/commands/command_requests.json +0 -0
  76. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/commands/command_responses.json +0 -0
  77. data/schemas/schemas/tlc/1.0.10/commands/commands.json +254 -0
  78. data/schemas/schemas/tlc/1.0.10/statuses/S0001.json +98 -0
  79. data/schemas/schemas/tlc/1.0.10/statuses/S0002.json +34 -0
  80. data/schemas/schemas/tlc/1.0.10/statuses/S0003.json +55 -0
  81. data/schemas/schemas/tlc/1.0.10/statuses/S0004.json +55 -0
  82. data/schemas/schemas/tlc/1.0.10/statuses/S0005.json +34 -0
  83. data/schemas/schemas/tlc/1.0.10/statuses/S0006.json +55 -0
  84. data/schemas/schemas/tlc/1.0.10/statuses/S0007.json +55 -0
  85. data/schemas/schemas/tlc/1.0.10/statuses/S0008.json +55 -0
  86. data/schemas/schemas/tlc/1.0.10/statuses/S0009.json +55 -0
  87. data/schemas/schemas/tlc/1.0.10/statuses/S0010.json +55 -0
  88. data/schemas/schemas/tlc/1.0.10/statuses/S0011.json +55 -0
  89. data/schemas/schemas/tlc/1.0.10/statuses/S0012.json +55 -0
  90. data/schemas/schemas/tlc/1.0.10/statuses/S0013.json +55 -0
  91. data/schemas/schemas/tlc/1.0.10/statuses/S0014.json +34 -0
  92. data/schemas/schemas/tlc/1.0.10/statuses/S0015.json +34 -0
  93. data/schemas/schemas/tlc/1.0.10/statuses/S0016.json +34 -0
  94. data/schemas/schemas/tlc/1.0.10/statuses/S0017.json +34 -0
  95. data/schemas/schemas/tlc/1.0.10/statuses/S0018.json +34 -0
  96. data/schemas/schemas/tlc/1.0.10/statuses/S0019.json +34 -0
  97. data/schemas/schemas/tlc/1.0.10/statuses/S0020.json +61 -0
  98. data/schemas/schemas/tlc/1.0.10/statuses/S0021.json +35 -0
  99. data/schemas/schemas/tlc/1.0.10/statuses/S0091.json +58 -0
  100. data/schemas/schemas/tlc/1.0.10/statuses/S0092.json +58 -0
  101. data/schemas/schemas/tlc/1.0.10/statuses/S0095.json +34 -0
  102. data/schemas/schemas/tlc/1.0.10/statuses/S0096.json +139 -0
  103. data/schemas/schemas/tlc/1.0.10/statuses/S0201.json +55 -0
  104. data/schemas/schemas/tlc/1.0.10/statuses/S0202.json +55 -0
  105. data/schemas/schemas/tlc/1.0.10/statuses/S0203.json +55 -0
  106. data/schemas/schemas/tlc/1.0.10/statuses/S0204.json +223 -0
  107. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/statuses/statuses.json +0 -0
  108. data/schemas/schemas/tlc/1.0.10/sxl.json +73 -0
  109. data/schemas/schemas/tlc/1.0.10/sxl.yaml +1053 -0
  110. data/schemas/schemas/tlc/1.0.13/alarms/A0001.json +7 -0
  111. data/schemas/schemas/tlc/1.0.13/alarms/A0002.json +7 -0
  112. data/schemas/schemas/tlc/1.0.13/alarms/A0003.json +7 -0
  113. data/schemas/schemas/tlc/1.0.13/alarms/A0004.json +7 -0
  114. data/schemas/schemas/tlc/1.0.13/alarms/A0005.json +7 -0
  115. data/schemas/schemas/tlc/1.0.13/alarms/A0006.json +7 -0
  116. data/schemas/schemas/tlc/1.0.13/alarms/A0007.json +7 -0
  117. data/schemas/schemas/tlc/1.0.13/alarms/A0008.json +34 -0
  118. data/schemas/schemas/tlc/1.0.13/alarms/A0009.json +7 -0
  119. data/schemas/schemas/tlc/1.0.13/alarms/A0101.json +7 -0
  120. data/schemas/schemas/tlc/1.0.13/alarms/A0201.json +39 -0
  121. data/schemas/schemas/tlc/1.0.13/alarms/A0202.json +39 -0
  122. data/schemas/schemas/tlc/1.0.13/alarms/A0301.json +105 -0
  123. data/schemas/schemas/tlc/1.0.13/alarms/A0302.json +131 -0
  124. data/schemas/schemas/tlc/1.0.13/alarms/alarms.json +238 -0
  125. data/schemas/schemas/tlc/1.0.13/commands/M0001.json +105 -0
  126. data/schemas/schemas/tlc/1.0.13/commands/M0002.json +79 -0
  127. data/schemas/schemas/tlc/1.0.13/commands/M0003.json +79 -0
  128. data/schemas/schemas/tlc/1.0.13/commands/M0004.json +58 -0
  129. data/schemas/schemas/tlc/1.0.13/commands/M0005.json +79 -0
  130. data/schemas/schemas/tlc/1.0.13/commands/M0006.json +79 -0
  131. data/schemas/schemas/tlc/1.0.13/commands/M0007.json +58 -0
  132. data/schemas/schemas/tlc/1.0.13/commands/M0008.json +79 -0
  133. data/schemas/schemas/tlc/1.0.13/commands/M0010.json +58 -0
  134. data/schemas/schemas/tlc/1.0.13/commands/M0011.json +58 -0
  135. data/schemas/schemas/tlc/1.0.13/commands/M0012.json +58 -0
  136. data/schemas/schemas/tlc/1.0.13/commands/M0013.json +58 -0
  137. data/schemas/schemas/tlc/1.0.13/commands/M0014.json +79 -0
  138. data/schemas/schemas/tlc/1.0.13/commands/M0015.json +79 -0
  139. data/schemas/schemas/tlc/1.0.13/commands/M0016.json +58 -0
  140. data/schemas/schemas/tlc/1.0.13/commands/M0017.json +58 -0
  141. data/schemas/schemas/tlc/1.0.13/commands/M0018.json +79 -0
  142. data/schemas/schemas/tlc/1.0.13/commands/M0019.json +100 -0
  143. data/schemas/schemas/tlc/1.0.13/commands/M0103.json +82 -0
  144. data/schemas/schemas/tlc/1.0.13/commands/M0104.json +163 -0
  145. data/schemas/{tlc_1.0.13/schema/tlc → schemas/tlc/1.0.13}/commands/command_requests.json +0 -0
  146. data/schemas/{tlc_1.0.13/schema/tlc → schemas/tlc/1.0.13}/commands/command_responses.json +0 -0
  147. data/schemas/schemas/tlc/1.0.13/commands/commands.json +334 -0
  148. data/schemas/schemas/tlc/1.0.13/statuses/S0001.json +98 -0
  149. data/schemas/schemas/tlc/1.0.13/statuses/S0002.json +34 -0
  150. data/schemas/schemas/tlc/1.0.13/statuses/S0003.json +55 -0
  151. data/schemas/schemas/tlc/1.0.13/statuses/S0004.json +55 -0
  152. data/schemas/schemas/tlc/1.0.13/statuses/S0005.json +34 -0
  153. data/schemas/schemas/tlc/1.0.13/statuses/S0006.json +55 -0
  154. data/schemas/schemas/tlc/1.0.13/statuses/S0007.json +55 -0
  155. data/schemas/schemas/tlc/1.0.13/statuses/S0008.json +55 -0
  156. data/schemas/schemas/tlc/1.0.13/statuses/S0009.json +55 -0
  157. data/schemas/schemas/tlc/1.0.13/statuses/S0010.json +55 -0
  158. data/schemas/schemas/tlc/1.0.13/statuses/S0011.json +55 -0
  159. data/schemas/schemas/tlc/1.0.13/statuses/S0012.json +55 -0
  160. data/schemas/schemas/tlc/1.0.13/statuses/S0013.json +55 -0
  161. data/schemas/schemas/tlc/1.0.13/statuses/S0014.json +34 -0
  162. data/schemas/schemas/tlc/1.0.13/statuses/S0015.json +34 -0
  163. data/schemas/schemas/tlc/1.0.13/statuses/S0016.json +34 -0
  164. data/schemas/schemas/tlc/1.0.13/statuses/S0017.json +34 -0
  165. data/schemas/schemas/tlc/1.0.13/statuses/S0018.json +34 -0
  166. data/schemas/schemas/tlc/1.0.13/statuses/S0019.json +34 -0
  167. data/schemas/schemas/tlc/1.0.13/statuses/S0020.json +61 -0
  168. data/schemas/schemas/tlc/1.0.13/statuses/S0021.json +35 -0
  169. data/schemas/schemas/tlc/1.0.13/statuses/S0022.json +34 -0
  170. data/schemas/schemas/tlc/1.0.13/statuses/S0023.json +35 -0
  171. data/schemas/schemas/tlc/1.0.13/statuses/S0024.json +35 -0
  172. data/schemas/schemas/tlc/1.0.13/statuses/S0025.json +181 -0
  173. data/schemas/schemas/tlc/1.0.13/statuses/S0026.json +34 -0
  174. data/schemas/schemas/tlc/1.0.13/statuses/S0027.json +34 -0
  175. data/schemas/schemas/tlc/1.0.13/statuses/S0028.json +34 -0
  176. data/schemas/schemas/tlc/1.0.13/statuses/S0029.json +34 -0
  177. data/schemas/schemas/tlc/1.0.13/statuses/S0091.json +58 -0
  178. data/schemas/schemas/tlc/1.0.13/statuses/S0092.json +58 -0
  179. data/schemas/schemas/tlc/1.0.13/statuses/S0095.json +34 -0
  180. data/schemas/schemas/tlc/1.0.13/statuses/S0096.json +139 -0
  181. data/schemas/schemas/tlc/1.0.13/statuses/S0201.json +55 -0
  182. data/schemas/schemas/tlc/1.0.13/statuses/S0202.json +55 -0
  183. data/schemas/schemas/tlc/1.0.13/statuses/S0203.json +55 -0
  184. data/schemas/schemas/tlc/1.0.13/statuses/S0204.json +223 -0
  185. data/schemas/schemas/tlc/1.0.13/statuses/statuses.json +610 -0
  186. data/schemas/schemas/tlc/1.0.13/sxl.json +73 -0
  187. data/schemas/schemas/tlc/1.0.13/sxl.yaml +1370 -0
  188. data/schemas/schemas/tlc/1.0.14/alarms/A0001.json +7 -0
  189. data/schemas/schemas/tlc/1.0.14/alarms/A0002.json +7 -0
  190. data/schemas/schemas/tlc/1.0.14/alarms/A0003.json +7 -0
  191. data/schemas/schemas/tlc/1.0.14/alarms/A0004.json +7 -0
  192. data/schemas/schemas/tlc/1.0.14/alarms/A0005.json +7 -0
  193. data/schemas/schemas/tlc/1.0.14/alarms/A0006.json +7 -0
  194. data/schemas/schemas/tlc/1.0.14/alarms/A0007.json +7 -0
  195. data/schemas/schemas/tlc/1.0.14/alarms/A0008.json +34 -0
  196. data/schemas/schemas/tlc/1.0.14/alarms/A0009.json +7 -0
  197. data/schemas/schemas/tlc/1.0.14/alarms/A0101.json +7 -0
  198. data/schemas/schemas/tlc/1.0.14/alarms/A0201.json +39 -0
  199. data/schemas/schemas/tlc/1.0.14/alarms/A0202.json +39 -0
  200. data/schemas/schemas/tlc/1.0.14/alarms/A0301.json +105 -0
  201. data/schemas/schemas/tlc/1.0.14/alarms/A0302.json +131 -0
  202. data/schemas/schemas/tlc/1.0.14/alarms/alarms.json +238 -0
  203. data/schemas/schemas/tlc/1.0.14/commands/M0001.json +105 -0
  204. data/schemas/schemas/tlc/1.0.14/commands/M0002.json +79 -0
  205. data/schemas/schemas/tlc/1.0.14/commands/M0003.json +79 -0
  206. data/schemas/schemas/tlc/1.0.14/commands/M0004.json +58 -0
  207. data/schemas/schemas/tlc/1.0.14/commands/M0005.json +79 -0
  208. data/schemas/schemas/tlc/1.0.14/commands/M0006.json +79 -0
  209. data/schemas/schemas/tlc/1.0.14/commands/M0007.json +58 -0
  210. data/schemas/schemas/tlc/1.0.14/commands/M0008.json +79 -0
  211. data/schemas/schemas/tlc/1.0.14/commands/M0010.json +58 -0
  212. data/schemas/schemas/tlc/1.0.14/commands/M0011.json +58 -0
  213. data/schemas/schemas/tlc/1.0.14/commands/M0012.json +58 -0
  214. data/schemas/schemas/tlc/1.0.14/commands/M0013.json +58 -0
  215. data/schemas/schemas/tlc/1.0.14/commands/M0014.json +79 -0
  216. data/schemas/schemas/tlc/1.0.14/commands/M0015.json +79 -0
  217. data/schemas/schemas/tlc/1.0.14/commands/M0016.json +58 -0
  218. data/schemas/schemas/tlc/1.0.14/commands/M0017.json +58 -0
  219. data/schemas/schemas/tlc/1.0.14/commands/M0018.json +79 -0
  220. data/schemas/schemas/tlc/1.0.14/commands/M0019.json +100 -0
  221. data/schemas/schemas/tlc/1.0.14/commands/M0103.json +82 -0
  222. data/schemas/schemas/tlc/1.0.14/commands/M0104.json +163 -0
  223. data/schemas/{tlc_1.0.14/schema/tlc → schemas/tlc/1.0.14}/commands/command_requests.json +0 -0
  224. data/schemas/{tlc_1.0.14/schema/tlc → schemas/tlc/1.0.14}/commands/command_responses.json +0 -0
  225. data/schemas/schemas/tlc/1.0.14/commands/commands.json +334 -0
  226. data/schemas/schemas/tlc/1.0.14/statuses/S0001.json +98 -0
  227. data/schemas/schemas/tlc/1.0.14/statuses/S0002.json +34 -0
  228. data/schemas/schemas/tlc/1.0.14/statuses/S0003.json +55 -0
  229. data/schemas/schemas/tlc/1.0.14/statuses/S0004.json +55 -0
  230. data/schemas/schemas/tlc/1.0.14/statuses/S0005.json +34 -0
  231. data/schemas/schemas/tlc/1.0.14/statuses/S0006.json +55 -0
  232. data/schemas/schemas/tlc/1.0.14/statuses/S0007.json +55 -0
  233. data/schemas/schemas/tlc/1.0.14/statuses/S0008.json +55 -0
  234. data/schemas/schemas/tlc/1.0.14/statuses/S0009.json +55 -0
  235. data/schemas/schemas/tlc/1.0.14/statuses/S0010.json +55 -0
  236. data/schemas/schemas/tlc/1.0.14/statuses/S0011.json +55 -0
  237. data/schemas/schemas/tlc/1.0.14/statuses/S0012.json +55 -0
  238. data/schemas/schemas/tlc/1.0.14/statuses/S0013.json +55 -0
  239. data/schemas/schemas/tlc/1.0.14/statuses/S0014.json +34 -0
  240. data/schemas/schemas/tlc/1.0.14/statuses/S0015.json +34 -0
  241. data/schemas/schemas/tlc/1.0.14/statuses/S0016.json +34 -0
  242. data/schemas/schemas/tlc/1.0.14/statuses/S0017.json +34 -0
  243. data/schemas/schemas/tlc/1.0.14/statuses/S0018.json +34 -0
  244. data/schemas/schemas/tlc/1.0.14/statuses/S0019.json +34 -0
  245. data/schemas/schemas/tlc/1.0.14/statuses/S0020.json +61 -0
  246. data/schemas/schemas/tlc/1.0.14/statuses/S0021.json +35 -0
  247. data/schemas/schemas/tlc/1.0.14/statuses/S0022.json +34 -0
  248. data/schemas/schemas/tlc/1.0.14/statuses/S0023.json +35 -0
  249. data/schemas/schemas/tlc/1.0.14/statuses/S0024.json +35 -0
  250. data/schemas/schemas/tlc/1.0.14/statuses/S0025.json +181 -0
  251. data/schemas/schemas/tlc/1.0.14/statuses/S0026.json +34 -0
  252. data/schemas/schemas/tlc/1.0.14/statuses/S0027.json +34 -0
  253. data/schemas/schemas/tlc/1.0.14/statuses/S0028.json +34 -0
  254. data/schemas/schemas/tlc/1.0.14/statuses/S0029.json +34 -0
  255. data/schemas/schemas/tlc/1.0.14/statuses/S0091.json +58 -0
  256. data/schemas/schemas/tlc/1.0.14/statuses/S0092.json +58 -0
  257. data/schemas/schemas/tlc/1.0.14/statuses/S0095.json +34 -0
  258. data/schemas/schemas/tlc/1.0.14/statuses/S0096.json +139 -0
  259. data/schemas/schemas/tlc/1.0.14/statuses/S0201.json +55 -0
  260. data/schemas/schemas/tlc/1.0.14/statuses/S0202.json +55 -0
  261. data/schemas/schemas/tlc/1.0.14/statuses/S0203.json +55 -0
  262. data/schemas/schemas/tlc/1.0.14/statuses/S0204.json +223 -0
  263. data/schemas/schemas/tlc/1.0.14/statuses/S0205.json +55 -0
  264. data/schemas/schemas/tlc/1.0.14/statuses/S0206.json +55 -0
  265. data/schemas/schemas/tlc/1.0.14/statuses/S0207.json +55 -0
  266. data/schemas/schemas/tlc/1.0.14/statuses/S0208.json +223 -0
  267. data/schemas/schemas/tlc/1.0.14/statuses/statuses.json +674 -0
  268. data/schemas/schemas/tlc/1.0.14/sxl.json +73 -0
  269. data/schemas/schemas/tlc/1.0.14/sxl.yaml +1508 -0
  270. data/schemas/schemas/tlc/1.0.15/alarms/A0001.json +7 -0
  271. data/schemas/schemas/tlc/1.0.15/alarms/A0002.json +7 -0
  272. data/schemas/schemas/tlc/1.0.15/alarms/A0003.json +7 -0
  273. data/schemas/schemas/tlc/1.0.15/alarms/A0004.json +7 -0
  274. data/schemas/schemas/tlc/1.0.15/alarms/A0005.json +7 -0
  275. data/schemas/schemas/tlc/1.0.15/alarms/A0006.json +7 -0
  276. data/schemas/schemas/tlc/1.0.15/alarms/A0007.json +7 -0
  277. data/schemas/schemas/tlc/1.0.15/alarms/A0008.json +34 -0
  278. data/schemas/schemas/tlc/1.0.15/alarms/A0009.json +7 -0
  279. data/schemas/schemas/tlc/1.0.15/alarms/A0010.json +7 -0
  280. data/schemas/schemas/tlc/1.0.15/alarms/A0101.json +7 -0
  281. data/schemas/schemas/tlc/1.0.15/alarms/A0201.json +39 -0
  282. data/schemas/schemas/tlc/1.0.15/alarms/A0202.json +39 -0
  283. data/schemas/schemas/tlc/1.0.15/alarms/A0301.json +105 -0
  284. data/schemas/schemas/tlc/1.0.15/alarms/A0302.json +131 -0
  285. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.15}/alarms/alarms.json +0 -0
  286. data/schemas/schemas/tlc/1.0.15/commands/M0001.json +105 -0
  287. data/schemas/schemas/tlc/1.0.15/commands/M0002.json +79 -0
  288. data/schemas/schemas/tlc/1.0.15/commands/M0003.json +79 -0
  289. data/schemas/schemas/tlc/1.0.15/commands/M0004.json +58 -0
  290. data/schemas/schemas/tlc/1.0.15/commands/M0005.json +79 -0
  291. data/schemas/schemas/tlc/1.0.15/commands/M0006.json +79 -0
  292. data/schemas/schemas/tlc/1.0.15/commands/M0007.json +58 -0
  293. data/schemas/schemas/tlc/1.0.15/commands/M0008.json +79 -0
  294. data/schemas/schemas/tlc/1.0.15/commands/M0010.json +58 -0
  295. data/schemas/schemas/tlc/1.0.15/commands/M0011.json +58 -0
  296. data/schemas/schemas/tlc/1.0.15/commands/M0012.json +58 -0
  297. data/schemas/schemas/tlc/1.0.15/commands/M0013.json +58 -0
  298. data/schemas/schemas/tlc/1.0.15/commands/M0014.json +79 -0
  299. data/schemas/schemas/tlc/1.0.15/commands/M0015.json +79 -0
  300. data/schemas/schemas/tlc/1.0.15/commands/M0016.json +58 -0
  301. data/schemas/schemas/tlc/1.0.15/commands/M0017.json +58 -0
  302. data/schemas/schemas/tlc/1.0.15/commands/M0018.json +79 -0
  303. data/schemas/schemas/tlc/1.0.15/commands/M0019.json +100 -0
  304. data/schemas/schemas/tlc/1.0.15/commands/M0020.json +100 -0
  305. data/schemas/schemas/tlc/1.0.15/commands/M0021.json +58 -0
  306. data/schemas/schemas/tlc/1.0.15/commands/M0103.json +82 -0
  307. data/schemas/schemas/tlc/1.0.15/commands/M0104.json +163 -0
  308. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/commands/command_requests.json +0 -0
  309. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/commands/command_responses.json +0 -0
  310. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.15}/commands/commands.json +0 -0
  311. data/schemas/schemas/tlc/1.0.15/statuses/S0001.json +98 -0
  312. data/schemas/schemas/tlc/1.0.15/statuses/S0002.json +34 -0
  313. data/schemas/schemas/tlc/1.0.15/statuses/S0003.json +55 -0
  314. data/schemas/schemas/tlc/1.0.15/statuses/S0004.json +55 -0
  315. data/schemas/schemas/tlc/1.0.15/statuses/S0005.json +34 -0
  316. data/schemas/schemas/tlc/1.0.15/statuses/S0006.json +55 -0
  317. data/schemas/schemas/tlc/1.0.15/statuses/S0007.json +55 -0
  318. data/schemas/schemas/tlc/1.0.15/statuses/S0008.json +55 -0
  319. data/schemas/schemas/tlc/1.0.15/statuses/S0009.json +55 -0
  320. data/schemas/schemas/tlc/1.0.15/statuses/S0010.json +55 -0
  321. data/schemas/schemas/tlc/1.0.15/statuses/S0011.json +55 -0
  322. data/schemas/schemas/tlc/1.0.15/statuses/S0012.json +55 -0
  323. data/schemas/schemas/tlc/1.0.15/statuses/S0013.json +55 -0
  324. data/schemas/schemas/tlc/1.0.15/statuses/S0014.json +34 -0
  325. data/schemas/schemas/tlc/1.0.15/statuses/S0015.json +34 -0
  326. data/schemas/schemas/tlc/1.0.15/statuses/S0016.json +34 -0
  327. data/schemas/schemas/tlc/1.0.15/statuses/S0017.json +34 -0
  328. data/schemas/schemas/tlc/1.0.15/statuses/S0018.json +34 -0
  329. data/schemas/schemas/tlc/1.0.15/statuses/S0019.json +34 -0
  330. data/schemas/schemas/tlc/1.0.15/statuses/S0020.json +61 -0
  331. data/schemas/schemas/tlc/1.0.15/statuses/S0021.json +35 -0
  332. data/schemas/schemas/tlc/1.0.15/statuses/S0022.json +34 -0
  333. data/schemas/schemas/tlc/1.0.15/statuses/S0023.json +35 -0
  334. data/schemas/schemas/tlc/1.0.15/statuses/S0024.json +35 -0
  335. data/schemas/schemas/tlc/1.0.15/statuses/S0025.json +181 -0
  336. data/schemas/schemas/tlc/1.0.15/statuses/S0026.json +34 -0
  337. data/schemas/schemas/tlc/1.0.15/statuses/S0027.json +34 -0
  338. data/schemas/schemas/tlc/1.0.15/statuses/S0028.json +34 -0
  339. data/schemas/schemas/tlc/1.0.15/statuses/S0029.json +34 -0
  340. data/schemas/schemas/tlc/1.0.15/statuses/S0030.json +34 -0
  341. data/schemas/schemas/tlc/1.0.15/statuses/S0031.json +34 -0
  342. data/schemas/schemas/tlc/1.0.15/statuses/S0091.json +58 -0
  343. data/schemas/schemas/tlc/1.0.15/statuses/S0092.json +58 -0
  344. data/schemas/schemas/tlc/1.0.15/statuses/S0095.json +34 -0
  345. data/schemas/schemas/tlc/1.0.15/statuses/S0096.json +139 -0
  346. data/schemas/schemas/tlc/1.0.15/statuses/S0097.json +55 -0
  347. data/schemas/schemas/tlc/1.0.15/statuses/S0098.json +76 -0
  348. data/schemas/schemas/tlc/1.0.15/statuses/S0201.json +55 -0
  349. data/schemas/schemas/tlc/1.0.15/statuses/S0202.json +55 -0
  350. data/schemas/schemas/tlc/1.0.15/statuses/S0203.json +55 -0
  351. data/schemas/schemas/tlc/1.0.15/statuses/S0204.json +223 -0
  352. data/schemas/schemas/tlc/1.0.15/statuses/S0205.json +55 -0
  353. data/schemas/schemas/tlc/1.0.15/statuses/S0206.json +55 -0
  354. data/schemas/schemas/tlc/1.0.15/statuses/S0207.json +55 -0
  355. data/schemas/schemas/tlc/1.0.15/statuses/S0208.json +223 -0
  356. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/statuses/statuses.json +0 -0
  357. data/schemas/schemas/tlc/1.0.15/sxl.json +73 -0
  358. data/schemas/schemas/tlc/1.0.15/sxl.yaml +1654 -0
  359. data/schemas/schemas/tlc/1.0.7/alarms/A0001.json +7 -0
  360. data/schemas/schemas/tlc/1.0.7/alarms/A0002.json +7 -0
  361. data/schemas/schemas/tlc/1.0.7/alarms/A0003.json +7 -0
  362. data/schemas/schemas/tlc/1.0.7/alarms/A0004.json +7 -0
  363. data/schemas/schemas/tlc/1.0.7/alarms/A0005.json +7 -0
  364. data/schemas/schemas/tlc/1.0.7/alarms/A0006.json +7 -0
  365. data/schemas/schemas/tlc/1.0.7/alarms/A0007.json +7 -0
  366. data/schemas/schemas/tlc/1.0.7/alarms/A0008.json +34 -0
  367. data/schemas/schemas/tlc/1.0.7/alarms/A0009.json +7 -0
  368. data/schemas/schemas/tlc/1.0.7/alarms/A0101.json +7 -0
  369. data/schemas/schemas/tlc/1.0.7/alarms/A0201.json +39 -0
  370. data/schemas/schemas/tlc/1.0.7/alarms/A0202.json +39 -0
  371. data/schemas/schemas/tlc/1.0.7/alarms/A0301.json +105 -0
  372. data/schemas/schemas/tlc/1.0.7/alarms/A0302.json +131 -0
  373. data/schemas/schemas/tlc/1.0.7/alarms/alarms.json +238 -0
  374. data/schemas/schemas/tlc/1.0.7/commands/M0001.json +105 -0
  375. data/schemas/schemas/tlc/1.0.7/commands/M0002.json +79 -0
  376. data/schemas/schemas/tlc/1.0.7/commands/M0003.json +79 -0
  377. data/schemas/schemas/tlc/1.0.7/commands/M0004.json +58 -0
  378. data/schemas/schemas/tlc/1.0.7/commands/M0005.json +79 -0
  379. data/schemas/schemas/tlc/1.0.7/commands/M0006.json +79 -0
  380. data/schemas/schemas/tlc/1.0.7/commands/M0007.json +58 -0
  381. data/schemas/schemas/tlc/1.0.7/commands/M0008.json +79 -0
  382. data/schemas/schemas/tlc/1.0.7/commands/M0010.json +58 -0
  383. data/schemas/schemas/tlc/1.0.7/commands/M0011.json +58 -0
  384. data/schemas/schemas/tlc/1.0.7/commands/M0019.json +100 -0
  385. data/schemas/schemas/tlc/1.0.7/commands/M0103.json +82 -0
  386. data/schemas/schemas/tlc/1.0.7/commands/M0104.json +163 -0
  387. data/schemas/{tlc_1.0.7/schema/tlc → schemas/tlc/1.0.7}/commands/command_requests.json +0 -0
  388. data/schemas/{tlc_1.0.7/schema/tlc → schemas/tlc/1.0.7}/commands/command_responses.json +0 -0
  389. data/schemas/schemas/tlc/1.0.7/commands/commands.json +222 -0
  390. data/schemas/schemas/tlc/1.0.7/statuses/S0001.json +98 -0
  391. data/schemas/schemas/tlc/1.0.7/statuses/S0002.json +34 -0
  392. data/schemas/schemas/tlc/1.0.7/statuses/S0003.json +55 -0
  393. data/schemas/schemas/tlc/1.0.7/statuses/S0004.json +55 -0
  394. data/schemas/schemas/tlc/1.0.7/statuses/S0005.json +34 -0
  395. data/schemas/schemas/tlc/1.0.7/statuses/S0006.json +55 -0
  396. data/schemas/schemas/tlc/1.0.7/statuses/S0007.json +55 -0
  397. data/schemas/schemas/tlc/1.0.7/statuses/S0008.json +55 -0
  398. data/schemas/schemas/tlc/1.0.7/statuses/S0009.json +55 -0
  399. data/schemas/schemas/tlc/1.0.7/statuses/S0010.json +55 -0
  400. data/schemas/schemas/tlc/1.0.7/statuses/S0011.json +55 -0
  401. data/schemas/schemas/tlc/1.0.7/statuses/S0012.json +55 -0
  402. data/schemas/schemas/tlc/1.0.7/statuses/S0013.json +55 -0
  403. data/schemas/schemas/tlc/1.0.7/statuses/S0014.json +34 -0
  404. data/schemas/schemas/tlc/1.0.7/statuses/S0015.json +34 -0
  405. data/schemas/schemas/tlc/1.0.7/statuses/S0016.json +34 -0
  406. data/schemas/schemas/tlc/1.0.7/statuses/S0017.json +34 -0
  407. data/schemas/schemas/tlc/1.0.7/statuses/S0018.json +34 -0
  408. data/schemas/schemas/tlc/1.0.7/statuses/S0019.json +34 -0
  409. data/schemas/schemas/tlc/1.0.7/statuses/S0020.json +61 -0
  410. data/schemas/schemas/tlc/1.0.7/statuses/S0021.json +35 -0
  411. data/schemas/schemas/tlc/1.0.7/statuses/S0025.json +181 -0
  412. data/schemas/schemas/tlc/1.0.7/statuses/S0091.json +58 -0
  413. data/schemas/schemas/tlc/1.0.7/statuses/S0092.json +58 -0
  414. data/schemas/schemas/tlc/1.0.7/statuses/S0095.json +34 -0
  415. data/schemas/schemas/tlc/1.0.7/statuses/S0096.json +139 -0
  416. data/schemas/schemas/tlc/1.0.7/statuses/S0201.json +55 -0
  417. data/schemas/schemas/tlc/1.0.7/statuses/S0202.json +55 -0
  418. data/schemas/schemas/tlc/1.0.7/statuses/S0203.json +55 -0
  419. data/schemas/schemas/tlc/1.0.7/statuses/S0204.json +223 -0
  420. data/schemas/schemas/tlc/1.0.7/statuses/statuses.json +498 -0
  421. data/schemas/schemas/tlc/1.0.7/sxl.json +73 -0
  422. data/schemas/schemas/tlc/1.0.7/sxl.yaml +1020 -0
  423. data/schemas/schemas/tlc/1.0.8/alarms/A0001.json +7 -0
  424. data/schemas/schemas/tlc/1.0.8/alarms/A0002.json +7 -0
  425. data/schemas/schemas/tlc/1.0.8/alarms/A0003.json +7 -0
  426. data/schemas/schemas/tlc/1.0.8/alarms/A0004.json +7 -0
  427. data/schemas/schemas/tlc/1.0.8/alarms/A0005.json +7 -0
  428. data/schemas/schemas/tlc/1.0.8/alarms/A0006.json +7 -0
  429. data/schemas/schemas/tlc/1.0.8/alarms/A0007.json +7 -0
  430. data/schemas/schemas/tlc/1.0.8/alarms/A0008.json +34 -0
  431. data/schemas/schemas/tlc/1.0.8/alarms/A0009.json +7 -0
  432. data/schemas/schemas/tlc/1.0.8/alarms/A0101.json +7 -0
  433. data/schemas/schemas/tlc/1.0.8/alarms/A0201.json +39 -0
  434. data/schemas/schemas/tlc/1.0.8/alarms/A0202.json +39 -0
  435. data/schemas/schemas/tlc/1.0.8/alarms/A0301.json +105 -0
  436. data/schemas/schemas/tlc/1.0.8/alarms/A0302.json +131 -0
  437. data/schemas/schemas/tlc/1.0.8/alarms/alarms.json +238 -0
  438. data/schemas/schemas/tlc/1.0.8/commands/M0001.json +105 -0
  439. data/schemas/schemas/tlc/1.0.8/commands/M0002.json +79 -0
  440. data/schemas/schemas/tlc/1.0.8/commands/M0003.json +79 -0
  441. data/schemas/schemas/tlc/1.0.8/commands/M0004.json +58 -0
  442. data/schemas/schemas/tlc/1.0.8/commands/M0005.json +79 -0
  443. data/schemas/schemas/tlc/1.0.8/commands/M0006.json +79 -0
  444. data/schemas/schemas/tlc/1.0.8/commands/M0007.json +58 -0
  445. data/schemas/schemas/tlc/1.0.8/commands/M0008.json +79 -0
  446. data/schemas/schemas/tlc/1.0.8/commands/M0010.json +58 -0
  447. data/schemas/schemas/tlc/1.0.8/commands/M0011.json +58 -0
  448. data/schemas/schemas/tlc/1.0.8/commands/M0012.json +58 -0
  449. data/schemas/schemas/tlc/1.0.8/commands/M0013.json +58 -0
  450. data/schemas/schemas/tlc/1.0.8/commands/M0019.json +100 -0
  451. data/schemas/schemas/tlc/1.0.8/commands/M0103.json +82 -0
  452. data/schemas/schemas/tlc/1.0.8/commands/M0104.json +163 -0
  453. data/schemas/{tlc_1.0.8/schema/tlc → schemas/tlc/1.0.8}/commands/command_requests.json +0 -0
  454. data/schemas/{tlc_1.0.8/schema/tlc → schemas/tlc/1.0.8}/commands/command_responses.json +0 -0
  455. data/schemas/schemas/tlc/1.0.8/commands/commands.json +254 -0
  456. data/schemas/schemas/tlc/1.0.8/statuses/S0001.json +98 -0
  457. data/schemas/schemas/tlc/1.0.8/statuses/S0002.json +34 -0
  458. data/schemas/schemas/tlc/1.0.8/statuses/S0003.json +55 -0
  459. data/schemas/schemas/tlc/1.0.8/statuses/S0004.json +55 -0
  460. data/schemas/schemas/tlc/1.0.8/statuses/S0005.json +34 -0
  461. data/schemas/schemas/tlc/1.0.8/statuses/S0006.json +55 -0
  462. data/schemas/schemas/tlc/1.0.8/statuses/S0007.json +55 -0
  463. data/schemas/schemas/tlc/1.0.8/statuses/S0008.json +55 -0
  464. data/schemas/schemas/tlc/1.0.8/statuses/S0009.json +55 -0
  465. data/schemas/schemas/tlc/1.0.8/statuses/S0010.json +55 -0
  466. data/schemas/schemas/tlc/1.0.8/statuses/S0011.json +55 -0
  467. data/schemas/schemas/tlc/1.0.8/statuses/S0012.json +55 -0
  468. data/schemas/schemas/tlc/1.0.8/statuses/S0013.json +55 -0
  469. data/schemas/schemas/tlc/1.0.8/statuses/S0014.json +34 -0
  470. data/schemas/schemas/tlc/1.0.8/statuses/S0015.json +34 -0
  471. data/schemas/schemas/tlc/1.0.8/statuses/S0016.json +34 -0
  472. data/schemas/schemas/tlc/1.0.8/statuses/S0017.json +34 -0
  473. data/schemas/schemas/tlc/1.0.8/statuses/S0018.json +34 -0
  474. data/schemas/schemas/tlc/1.0.8/statuses/S0019.json +34 -0
  475. data/schemas/schemas/tlc/1.0.8/statuses/S0020.json +61 -0
  476. data/schemas/schemas/tlc/1.0.8/statuses/S0021.json +35 -0
  477. data/schemas/schemas/tlc/1.0.8/statuses/S0025.json +181 -0
  478. data/schemas/schemas/tlc/1.0.8/statuses/S0091.json +58 -0
  479. data/schemas/schemas/tlc/1.0.8/statuses/S0092.json +58 -0
  480. data/schemas/schemas/tlc/1.0.8/statuses/S0095.json +34 -0
  481. data/schemas/schemas/tlc/1.0.8/statuses/S0096.json +139 -0
  482. data/schemas/schemas/tlc/1.0.8/statuses/S0201.json +55 -0
  483. data/schemas/schemas/tlc/1.0.8/statuses/S0202.json +55 -0
  484. data/schemas/schemas/tlc/1.0.8/statuses/S0203.json +55 -0
  485. data/schemas/schemas/tlc/1.0.8/statuses/S0204.json +223 -0
  486. data/schemas/schemas/tlc/1.0.8/statuses/statuses.json +482 -0
  487. data/schemas/schemas/tlc/1.0.8/sxl.json +73 -0
  488. data/schemas/schemas/tlc/1.0.8/sxl.yaml +1053 -0
  489. data/schemas/schemas/tlc/1.0.9/alarms/A0001.json +7 -0
  490. data/schemas/schemas/tlc/1.0.9/alarms/A0002.json +7 -0
  491. data/schemas/schemas/tlc/1.0.9/alarms/A0003.json +7 -0
  492. data/schemas/schemas/tlc/1.0.9/alarms/A0004.json +7 -0
  493. data/schemas/schemas/tlc/1.0.9/alarms/A0005.json +7 -0
  494. data/schemas/schemas/tlc/1.0.9/alarms/A0006.json +7 -0
  495. data/schemas/schemas/tlc/1.0.9/alarms/A0007.json +7 -0
  496. data/schemas/schemas/tlc/1.0.9/alarms/A0008.json +34 -0
  497. data/schemas/schemas/tlc/1.0.9/alarms/A0009.json +7 -0
  498. data/schemas/schemas/tlc/1.0.9/alarms/A0101.json +7 -0
  499. data/schemas/schemas/tlc/1.0.9/alarms/A0201.json +39 -0
  500. data/schemas/schemas/tlc/1.0.9/alarms/A0202.json +39 -0
  501. data/schemas/schemas/tlc/1.0.9/alarms/A0301.json +105 -0
  502. data/schemas/schemas/tlc/1.0.9/alarms/A0302.json +131 -0
  503. data/schemas/schemas/tlc/1.0.9/alarms/alarms.json +238 -0
  504. data/schemas/schemas/tlc/1.0.9/commands/M0001.json +105 -0
  505. data/schemas/schemas/tlc/1.0.9/commands/M0002.json +79 -0
  506. data/schemas/schemas/tlc/1.0.9/commands/M0003.json +79 -0
  507. data/schemas/schemas/tlc/1.0.9/commands/M0004.json +58 -0
  508. data/schemas/schemas/tlc/1.0.9/commands/M0005.json +79 -0
  509. data/schemas/schemas/tlc/1.0.9/commands/M0006.json +79 -0
  510. data/schemas/schemas/tlc/1.0.9/commands/M0007.json +58 -0
  511. data/schemas/schemas/tlc/1.0.9/commands/M0008.json +79 -0
  512. data/schemas/schemas/tlc/1.0.9/commands/M0010.json +58 -0
  513. data/schemas/schemas/tlc/1.0.9/commands/M0011.json +58 -0
  514. data/schemas/schemas/tlc/1.0.9/commands/M0012.json +58 -0
  515. data/schemas/schemas/tlc/1.0.9/commands/M0013.json +58 -0
  516. data/schemas/schemas/tlc/1.0.9/commands/M0019.json +100 -0
  517. data/schemas/schemas/tlc/1.0.9/commands/M0103.json +82 -0
  518. data/schemas/schemas/tlc/1.0.9/commands/M0104.json +163 -0
  519. data/schemas/{tlc_1.0.9/schema/tlc → schemas/tlc/1.0.9}/commands/command_requests.json +0 -0
  520. data/schemas/{tlc_1.0.9/schema/tlc → schemas/tlc/1.0.9}/commands/command_responses.json +0 -0
  521. data/schemas/schemas/tlc/1.0.9/commands/commands.json +254 -0
  522. data/schemas/schemas/tlc/1.0.9/statuses/S0001.json +98 -0
  523. data/schemas/schemas/tlc/1.0.9/statuses/S0002.json +34 -0
  524. data/schemas/schemas/tlc/1.0.9/statuses/S0003.json +55 -0
  525. data/schemas/schemas/tlc/1.0.9/statuses/S0004.json +55 -0
  526. data/schemas/schemas/tlc/1.0.9/statuses/S0005.json +34 -0
  527. data/schemas/schemas/tlc/1.0.9/statuses/S0006.json +55 -0
  528. data/schemas/schemas/tlc/1.0.9/statuses/S0007.json +55 -0
  529. data/schemas/schemas/tlc/1.0.9/statuses/S0008.json +55 -0
  530. data/schemas/schemas/tlc/1.0.9/statuses/S0009.json +55 -0
  531. data/schemas/schemas/tlc/1.0.9/statuses/S0010.json +55 -0
  532. data/schemas/schemas/tlc/1.0.9/statuses/S0011.json +55 -0
  533. data/schemas/schemas/tlc/1.0.9/statuses/S0012.json +55 -0
  534. data/schemas/schemas/tlc/1.0.9/statuses/S0013.json +55 -0
  535. data/schemas/schemas/tlc/1.0.9/statuses/S0014.json +34 -0
  536. data/schemas/schemas/tlc/1.0.9/statuses/S0015.json +34 -0
  537. data/schemas/schemas/tlc/1.0.9/statuses/S0016.json +34 -0
  538. data/schemas/schemas/tlc/1.0.9/statuses/S0017.json +34 -0
  539. data/schemas/schemas/tlc/1.0.9/statuses/S0018.json +34 -0
  540. data/schemas/schemas/tlc/1.0.9/statuses/S0019.json +34 -0
  541. data/schemas/schemas/tlc/1.0.9/statuses/S0020.json +61 -0
  542. data/schemas/schemas/tlc/1.0.9/statuses/S0021.json +35 -0
  543. data/schemas/schemas/tlc/1.0.9/statuses/S0025.json +181 -0
  544. data/schemas/schemas/tlc/1.0.9/statuses/S0091.json +58 -0
  545. data/schemas/schemas/tlc/1.0.9/statuses/S0092.json +58 -0
  546. data/schemas/schemas/tlc/1.0.9/statuses/S0095.json +34 -0
  547. data/schemas/schemas/tlc/1.0.9/statuses/S0096.json +139 -0
  548. data/schemas/schemas/tlc/1.0.9/statuses/S0201.json +55 -0
  549. data/schemas/schemas/tlc/1.0.9/statuses/S0202.json +55 -0
  550. data/schemas/schemas/tlc/1.0.9/statuses/S0203.json +55 -0
  551. data/schemas/schemas/tlc/1.0.9/statuses/S0204.json +223 -0
  552. data/schemas/schemas/tlc/1.0.9/statuses/statuses.json +498 -0
  553. data/schemas/schemas/tlc/1.0.9/sxl.json +73 -0
  554. data/schemas/schemas/tlc/1.0.9/sxl.yaml +1053 -0
  555. data/schemas/spec/core/aggregated_status_request_spec.rb +27 -0
  556. data/schemas/spec/core/aggregated_status_spec.rb +72 -0
  557. data/schemas/spec/core/alarm_request_spec.rb +69 -0
  558. data/schemas/spec/core/alarm_spec.rb +274 -0
  559. data/schemas/spec/core/command_request_spec.rb +96 -0
  560. data/schemas/spec/core/command_response_spec.rb +91 -0
  561. data/schemas/spec/core/core_spec.rb +66 -0
  562. data/schemas/spec/core/message_ack.rb +26 -0
  563. data/schemas/spec/core/message_not_ack_spec.rb +50 -0
  564. data/schemas/spec/core/status_request_spec.rb +84 -0
  565. data/schemas/spec/core/status_response_spec.rb +135 -0
  566. data/schemas/spec/core/status_subscribe_spec.rb +154 -0
  567. data/schemas/spec/core/status_unsubscribe_spec.rb +91 -0
  568. data/schemas/spec/core/status_update_spec.rb +143 -0
  569. data/schemas/spec/core/version_spec.rb +133 -0
  570. data/schemas/spec/core/watchdog_spec.rb +34 -0
  571. data/schemas/spec/schemer_helper.rb +83 -0
  572. data/schemas/{core_3.1.2/spec → spec}/spec_helper.rb +0 -0
  573. data/schemas/spec/tlc/M0001_spec.rb +62 -0
  574. data/schemas/spec/tlc/S0007_intersections_spec.rb +104 -0
  575. data/schemas/spec/tlc/S0007_spec.rb +18 -0
  576. metadata +578 -843
  577. data/schemas/core_3.1.2/Gemfile.lock +0 -37
  578. data/schemas/core_3.1.2/README.md +0 -70
  579. data/schemas/core_3.1.2/examples/validate.rb +0 -35
  580. data/schemas/core_3.1.2/schema/core/alarm.json +0 -55
  581. data/schemas/core_3.1.2/schema/core/command_response.json +0 -34
  582. data/schemas/core_3.1.2/schema/core/core.json +0 -35
  583. data/schemas/core_3.1.2/schema/core/status_response.json +0 -30
  584. data/schemas/core_3.1.2/schema/core/status_update.json +0 -30
  585. data/schemas/core_3.1.2/schema/core/watchdog.json +0 -9
  586. data/schemas/core_3.1.2/spec/core/aggregated_status_spec.rb +0 -80
  587. data/schemas/core_3.1.2/spec/core/alarm_spec.rb +0 -298
  588. data/schemas/core_3.1.2/spec/core/command_request_spec.rb +0 -106
  589. data/schemas/core_3.1.2/spec/core/command_response_spec.rb +0 -102
  590. data/schemas/core_3.1.2/spec/core/core_spec.rb +0 -72
  591. data/schemas/core_3.1.2/spec/core/message_ack.rb +0 -28
  592. data/schemas/core_3.1.2/spec/core/message_not_ack_spec.rb +0 -55
  593. data/schemas/core_3.1.2/spec/core/status_request_spec.rb +0 -93
  594. data/schemas/core_3.1.2/spec/core/status_response_spec.rb +0 -126
  595. data/schemas/core_3.1.2/spec/core/status_subscribe_spec.rb +0 -122
  596. data/schemas/core_3.1.2/spec/core/status_unsubscribe_spec.rb +0 -101
  597. data/schemas/core_3.1.2/spec/core/status_update_spec.rb +0 -117
  598. data/schemas/core_3.1.2/spec/core/version_spec.rb +0 -149
  599. data/schemas/core_3.1.2/spec/core/watchdog_spec.rb +0 -37
  600. data/schemas/core_3.1.2/spec/schemer_helper.rb +0 -23
  601. data/schemas/core_3.1.3/.rspec +0 -1
  602. data/schemas/core_3.1.3/Gemfile +0 -5
  603. data/schemas/core_3.1.3/Gemfile.lock +0 -37
  604. data/schemas/core_3.1.3/LICENSE +0 -7
  605. data/schemas/core_3.1.3/README.md +0 -70
  606. data/schemas/core_3.1.3/schema/core/aggregated_status.json +0 -25
  607. data/schemas/core_3.1.3/schema/core/aggregated_status_request.json +0 -9
  608. data/schemas/core_3.1.3/schema/core/alarm.json +0 -55
  609. data/schemas/core_3.1.3/schema/core/command_request.json +0 -24
  610. data/schemas/core_3.1.3/schema/core/command_response.json +0 -34
  611. data/schemas/core_3.1.3/schema/core/core.json +0 -36
  612. data/schemas/core_3.1.3/schema/core/definitions.json +0 -63
  613. data/schemas/core_3.1.3/schema/core/message_ack.json +0 -11
  614. data/schemas/core_3.1.3/schema/core/message_not_ack.json +0 -15
  615. data/schemas/core_3.1.3/schema/core/rsmp.json +0 -133
  616. data/schemas/core_3.1.3/schema/core/status.json +0 -21
  617. data/schemas/core_3.1.3/schema/core/status_request.json +0 -5
  618. data/schemas/core_3.1.3/schema/core/status_response.json +0 -30
  619. data/schemas/core_3.1.3/schema/core/status_subscribe.json +0 -27
  620. data/schemas/core_3.1.3/schema/core/status_unsubscribe.json +0 -5
  621. data/schemas/core_3.1.3/schema/core/status_update.json +0 -30
  622. data/schemas/core_3.1.3/schema/core/version.json +0 -47
  623. data/schemas/core_3.1.3/schema/core/watchdog.json +0 -9
  624. data/schemas/core_3.1.3/schema/tlc/alarms/A0001.json +0 -7
  625. data/schemas/core_3.1.3/schema/tlc/alarms/A0002.json +0 -7
  626. data/schemas/core_3.1.3/schema/tlc/alarms/A0003.json +0 -7
  627. data/schemas/core_3.1.3/schema/tlc/alarms/A0004.json +0 -7
  628. data/schemas/core_3.1.3/schema/tlc/alarms/A0005.json +0 -7
  629. data/schemas/core_3.1.3/schema/tlc/alarms/A0006.json +0 -7
  630. data/schemas/core_3.1.3/schema/tlc/alarms/A0007.json +0 -7
  631. data/schemas/core_3.1.3/schema/tlc/alarms/A0008.json +0 -19
  632. data/schemas/core_3.1.3/schema/tlc/alarms/A0009.json +0 -7
  633. data/schemas/core_3.1.3/schema/tlc/alarms/A0101.json +0 -7
  634. data/schemas/core_3.1.3/schema/tlc/alarms/A0201.json +0 -20
  635. data/schemas/core_3.1.3/schema/tlc/alarms/A0202.json +0 -20
  636. data/schemas/core_3.1.3/schema/tlc/alarms/A0301.json +0 -49
  637. data/schemas/core_3.1.3/schema/tlc/alarms/A0302.json +0 -59
  638. data/schemas/core_3.1.3/schema/tlc/alarms/alarms.json +0 -68
  639. data/schemas/core_3.1.3/schema/tlc/commands/M0001.json +0 -48
  640. data/schemas/core_3.1.3/schema/tlc/commands/M0002.json +0 -39
  641. data/schemas/core_3.1.3/schema/tlc/commands/M0003.json +0 -39
  642. data/schemas/core_3.1.3/schema/tlc/commands/M0004.json +0 -30
  643. data/schemas/core_3.1.3/schema/tlc/commands/M0005.json +0 -39
  644. data/schemas/core_3.1.3/schema/tlc/commands/M0006.json +0 -39
  645. data/schemas/core_3.1.3/schema/tlc/commands/M0007.json +0 -30
  646. data/schemas/core_3.1.3/schema/tlc/commands/M0008.json +0 -40
  647. data/schemas/core_3.1.3/schema/tlc/commands/M0010.json +0 -30
  648. data/schemas/core_3.1.3/schema/tlc/commands/M0011.json +0 -30
  649. data/schemas/core_3.1.3/schema/tlc/commands/M0012.json +0 -29
  650. data/schemas/core_3.1.3/schema/tlc/commands/M0013.json +0 -1
  651. data/schemas/core_3.1.3/schema/tlc/commands/M0014.json +0 -38
  652. data/schemas/core_3.1.3/schema/tlc/commands/M0015.json +0 -38
  653. data/schemas/core_3.1.3/schema/tlc/commands/M0016.json +0 -29
  654. data/schemas/core_3.1.3/schema/tlc/commands/M0017.json +0 -29
  655. data/schemas/core_3.1.3/schema/tlc/commands/M0018.json +0 -38
  656. data/schemas/core_3.1.3/schema/tlc/commands/M0019.json +0 -49
  657. data/schemas/core_3.1.3/schema/tlc/commands/M0020.json +0 -49
  658. data/schemas/core_3.1.3/schema/tlc/commands/M0021.json +0 -1
  659. data/schemas/core_3.1.3/schema/tlc/commands/M0103.json +0 -39
  660. data/schemas/core_3.1.3/schema/tlc/commands/M0104.json +0 -1
  661. data/schemas/core_3.1.3/schema/tlc/commands/command_requests.json +0 -7
  662. data/schemas/core_3.1.3/schema/tlc/commands/command_responses.json +0 -7
  663. data/schemas/core_3.1.3/schema/tlc/commands/commands.json +0 -97
  664. data/schemas/core_3.1.3/schema/tlc/statuses/S0001.json +0 -45
  665. data/schemas/core_3.1.3/schema/tlc/statuses/S0002.json +0 -17
  666. data/schemas/core_3.1.3/schema/tlc/statuses/S0003.json +0 -26
  667. data/schemas/core_3.1.3/schema/tlc/statuses/S0004.json +0 -26
  668. data/schemas/core_3.1.3/schema/tlc/statuses/S0005.json +0 -18
  669. data/schemas/core_3.1.3/schema/tlc/statuses/S0006.json +0 -27
  670. data/schemas/core_3.1.3/schema/tlc/statuses/S0007.json +0 -26
  671. data/schemas/core_3.1.3/schema/tlc/statuses/S0008.json +0 -26
  672. data/schemas/core_3.1.3/schema/tlc/statuses/S0009.json +0 -26
  673. data/schemas/core_3.1.3/schema/tlc/statuses/S0010.json +0 -26
  674. data/schemas/core_3.1.3/schema/tlc/statuses/S0011.json +0 -26
  675. data/schemas/core_3.1.3/schema/tlc/statuses/S0012.json +0 -26
  676. data/schemas/core_3.1.3/schema/tlc/statuses/S0013.json +0 -27
  677. data/schemas/core_3.1.3/schema/tlc/statuses/S0014.json +0 -17
  678. data/schemas/core_3.1.3/schema/tlc/statuses/S0015.json +0 -17
  679. data/schemas/core_3.1.3/schema/tlc/statuses/S0016.json +0 -17
  680. data/schemas/core_3.1.3/schema/tlc/statuses/S0017.json +0 -17
  681. data/schemas/core_3.1.3/schema/tlc/statuses/S0018.json +0 -17
  682. data/schemas/core_3.1.3/schema/tlc/statuses/S0019.json +0 -17
  683. data/schemas/core_3.1.3/schema/tlc/statuses/S0020.json +0 -27
  684. data/schemas/core_3.1.3/schema/tlc/statuses/S0021.json +0 -18
  685. data/schemas/core_3.1.3/schema/tlc/statuses/S0022.json +0 -17
  686. data/schemas/core_3.1.3/schema/tlc/statuses/S0023.json +0 -18
  687. data/schemas/core_3.1.3/schema/tlc/statuses/S0024.json +0 -18
  688. data/schemas/core_3.1.3/schema/tlc/statuses/S0025.json +0 -80
  689. data/schemas/core_3.1.3/schema/tlc/statuses/S0026.json +0 -18
  690. data/schemas/core_3.1.3/schema/tlc/statuses/S0027.json +0 -18
  691. data/schemas/core_3.1.3/schema/tlc/statuses/S0028.json +0 -18
  692. data/schemas/core_3.1.3/schema/tlc/statuses/S0029.json +0 -17
  693. data/schemas/core_3.1.3/schema/tlc/statuses/S0030.json +0 -1
  694. data/schemas/core_3.1.3/schema/tlc/statuses/S0031.json +0 -1
  695. data/schemas/core_3.1.3/schema/tlc/statuses/S0091.json +0 -27
  696. data/schemas/core_3.1.3/schema/tlc/statuses/S0092.json +0 -27
  697. data/schemas/core_3.1.3/schema/tlc/statuses/S0095.json +0 -17
  698. data/schemas/core_3.1.3/schema/tlc/statuses/S0096.json +0 -68
  699. data/schemas/core_3.1.3/schema/tlc/statuses/S0097.json +0 -26
  700. data/schemas/core_3.1.3/schema/tlc/statuses/S0201.json +0 -26
  701. data/schemas/core_3.1.3/schema/tlc/statuses/S0202.json +0 -26
  702. data/schemas/core_3.1.3/schema/tlc/statuses/S0203.json +0 -26
  703. data/schemas/core_3.1.3/schema/tlc/statuses/S0204.json +0 -98
  704. data/schemas/core_3.1.3/schema/tlc/statuses/S0205.json +0 -26
  705. data/schemas/core_3.1.3/schema/tlc/statuses/S0206.json +0 -26
  706. data/schemas/core_3.1.3/schema/tlc/statuses/S0207.json +0 -26
  707. data/schemas/core_3.1.3/schema/tlc/statuses/S0208.json +0 -98
  708. data/schemas/core_3.1.3/schema/tlc/statuses/statuses.json +0 -181
  709. data/schemas/core_3.1.3/schema/tlc/sxl.json +0 -24
  710. data/schemas/core_3.1.3/spec/core/aggregated_status_spec.rb +0 -80
  711. data/schemas/core_3.1.3/spec/core/alarm_spec.rb +0 -300
  712. data/schemas/core_3.1.3/spec/core/command_request_spec.rb +0 -109
  713. data/schemas/core_3.1.3/spec/core/command_response_spec.rb +0 -144
  714. data/schemas/core_3.1.3/spec/core/core_spec.rb +0 -72
  715. data/schemas/core_3.1.3/spec/core/message_ack.rb +0 -28
  716. data/schemas/core_3.1.3/spec/core/message_not_ack_spec.rb +0 -55
  717. data/schemas/core_3.1.3/spec/core/status_request_spec.rb +0 -97
  718. data/schemas/core_3.1.3/spec/core/status_response_spec.rb +0 -121
  719. data/schemas/core_3.1.3/spec/core/status_subscribe_spec.rb +0 -126
  720. data/schemas/core_3.1.3/spec/core/status_unsubscribe_spec.rb +0 -105
  721. data/schemas/core_3.1.3/spec/core/status_update_spec.rb +0 -121
  722. data/schemas/core_3.1.3/spec/core/version_spec.rb +0 -149
  723. data/schemas/core_3.1.3/spec/core/watchdog_spec.rb +0 -37
  724. data/schemas/core_3.1.3/spec/schemer_helper.rb +0 -21
  725. data/schemas/core_3.1.3/spec/spec_helper.rb +0 -102
  726. data/schemas/core_3.1.3/spec/tlc/M0001_spec.rb +0 -67
  727. data/schemas/core_3.1.3/spec/tlc/S0007_spec.rb +0 -233
  728. data/schemas/core_3.1.4/.rspec +0 -1
  729. data/schemas/core_3.1.4/Gemfile +0 -5
  730. data/schemas/core_3.1.4/Gemfile.lock +0 -37
  731. data/schemas/core_3.1.4/LICENSE +0 -7
  732. data/schemas/core_3.1.4/README.md +0 -70
  733. data/schemas/core_3.1.4/examples/validate.rb +0 -35
  734. data/schemas/core_3.1.4/schema/core/aggregated_status.json +0 -25
  735. data/schemas/core_3.1.4/schema/core/alarm.json +0 -55
  736. data/schemas/core_3.1.4/schema/core/command_request.json +0 -24
  737. data/schemas/core_3.1.4/schema/core/command_response.json +0 -34
  738. data/schemas/core_3.1.4/schema/core/core.json +0 -35
  739. data/schemas/core_3.1.4/schema/core/definitions.json +0 -63
  740. data/schemas/core_3.1.4/schema/core/message_ack.json +0 -11
  741. data/schemas/core_3.1.4/schema/core/message_not_ack.json +0 -15
  742. data/schemas/core_3.1.4/schema/core/rsmp.json +0 -124
  743. data/schemas/core_3.1.4/schema/core/status.json +0 -21
  744. data/schemas/core_3.1.4/schema/core/status_request.json +0 -5
  745. data/schemas/core_3.1.4/schema/core/status_response.json +0 -30
  746. data/schemas/core_3.1.4/schema/core/status_subscribe.json +0 -27
  747. data/schemas/core_3.1.4/schema/core/status_unsubscribe.json +0 -5
  748. data/schemas/core_3.1.4/schema/core/status_update.json +0 -30
  749. data/schemas/core_3.1.4/schema/core/version.json +0 -47
  750. data/schemas/core_3.1.4/schema/core/watchdog.json +0 -9
  751. data/schemas/core_3.1.4/spec/core/aggregated_status_spec.rb +0 -80
  752. data/schemas/core_3.1.4/spec/core/alarm_request_spec.rb +0 -72
  753. data/schemas/core_3.1.4/spec/core/alarm_spec.rb +0 -298
  754. data/schemas/core_3.1.4/spec/core/command_request_spec.rb +0 -106
  755. data/schemas/core_3.1.4/spec/core/command_response_spec.rb +0 -102
  756. data/schemas/core_3.1.4/spec/core/core_spec.rb +0 -72
  757. data/schemas/core_3.1.4/spec/core/message_ack.rb +0 -28
  758. data/schemas/core_3.1.4/spec/core/message_not_ack_spec.rb +0 -55
  759. data/schemas/core_3.1.4/spec/core/status_request_spec.rb +0 -93
  760. data/schemas/core_3.1.4/spec/core/status_response_spec.rb +0 -126
  761. data/schemas/core_3.1.4/spec/core/status_subscribe_spec.rb +0 -122
  762. data/schemas/core_3.1.4/spec/core/status_unsubscribe_spec.rb +0 -101
  763. data/schemas/core_3.1.4/spec/core/status_update_spec.rb +0 -117
  764. data/schemas/core_3.1.4/spec/core/version_spec.rb +0 -149
  765. data/schemas/core_3.1.4/spec/core/watchdog_spec.rb +0 -37
  766. data/schemas/core_3.1.4/spec/schemer_helper.rb +0 -23
  767. data/schemas/core_3.1.4/spec/spec_helper.rb +0 -102
  768. data/schemas/core_3.1.5/.gitignore +0 -1
  769. data/schemas/core_3.1.5/.rspec +0 -1
  770. data/schemas/core_3.1.5/Gemfile +0 -5
  771. data/schemas/core_3.1.5/Gemfile.lock +0 -37
  772. data/schemas/core_3.1.5/LICENSE +0 -7
  773. data/schemas/core_3.1.5/README.md +0 -70
  774. data/schemas/core_3.1.5/schema/core/aggregated_status.json +0 -25
  775. data/schemas/core_3.1.5/schema/core/aggregated_status_request.json +0 -9
  776. data/schemas/core_3.1.5/schema/core/alarm.json +0 -51
  777. data/schemas/core_3.1.5/schema/core/alarm_issue.json +0 -44
  778. data/schemas/core_3.1.5/schema/core/alarm_suspended_resumed.json +0 -44
  779. data/schemas/core_3.1.5/schema/core/command_request.json +0 -24
  780. data/schemas/core_3.1.5/schema/core/command_response.json +0 -34
  781. data/schemas/core_3.1.5/schema/core/core.json +0 -36
  782. data/schemas/core_3.1.5/schema/core/definitions.json +0 -63
  783. data/schemas/core_3.1.5/schema/core/message_ack.json +0 -11
  784. data/schemas/core_3.1.5/schema/core/message_not_ack.json +0 -15
  785. data/schemas/core_3.1.5/schema/core/rsmp.json +0 -133
  786. data/schemas/core_3.1.5/schema/core/status.json +0 -21
  787. data/schemas/core_3.1.5/schema/core/status_request.json +0 -5
  788. data/schemas/core_3.1.5/schema/core/status_response.json +0 -30
  789. data/schemas/core_3.1.5/schema/core/status_subscribe.json +0 -27
  790. data/schemas/core_3.1.5/schema/core/status_unsubscribe.json +0 -5
  791. data/schemas/core_3.1.5/schema/core/status_update.json +0 -30
  792. data/schemas/core_3.1.5/schema/core/version.json +0 -47
  793. data/schemas/core_3.1.5/schema/core/watchdog.json +0 -9
  794. data/schemas/core_3.1.5/spec/core/aggregated_status_spec.rb +0 -80
  795. data/schemas/core_3.1.5/spec/core/alarm_issue_spec.rb +0 -299
  796. data/schemas/core_3.1.5/spec/core/alarm_resume_spec.rb +0 -93
  797. data/schemas/core_3.1.5/spec/core/alarm_resumed_spec.rb +0 -277
  798. data/schemas/core_3.1.5/spec/core/alarm_suspend_spec.rb +0 -93
  799. data/schemas/core_3.1.5/spec/core/alarm_suspended_spec.rb +0 -277
  800. data/schemas/core_3.1.5/spec/core/command_request_spec.rb +0 -106
  801. data/schemas/core_3.1.5/spec/core/command_response_spec.rb +0 -102
  802. data/schemas/core_3.1.5/spec/core/core_spec.rb +0 -72
  803. data/schemas/core_3.1.5/spec/core/message_ack.rb +0 -28
  804. data/schemas/core_3.1.5/spec/core/message_not_ack_spec.rb +0 -55
  805. data/schemas/core_3.1.5/spec/core/status_request_spec.rb +0 -93
  806. data/schemas/core_3.1.5/spec/core/status_response_spec.rb +0 -126
  807. data/schemas/core_3.1.5/spec/core/status_subscribe_spec.rb +0 -122
  808. data/schemas/core_3.1.5/spec/core/status_unsubscribe_spec.rb +0 -101
  809. data/schemas/core_3.1.5/spec/core/status_update_spec.rb +0 -117
  810. data/schemas/core_3.1.5/spec/core/version_spec.rb +0 -150
  811. data/schemas/core_3.1.5/spec/core/watchdog_spec.rb +0 -37
  812. data/schemas/core_3.1.5/spec/schemer_helper.rb +0 -23
  813. data/schemas/core_3.1.5/spec/spec_helper.rb +0 -102
  814. data/schemas/tlc_1.0.10/.gitignore +0 -1
  815. data/schemas/tlc_1.0.10/.rspec +0 -1
  816. data/schemas/tlc_1.0.10/Gemfile +0 -5
  817. data/schemas/tlc_1.0.10/Gemfile.lock +0 -37
  818. data/schemas/tlc_1.0.10/LICENSE +0 -7
  819. data/schemas/tlc_1.0.10/README.md +0 -70
  820. data/schemas/tlc_1.0.10/schema/core/definitions.json +0 -63
  821. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0001.json +0 -7
  822. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0002.json +0 -7
  823. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0003.json +0 -7
  824. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0004.json +0 -7
  825. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0005.json +0 -7
  826. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0006.json +0 -7
  827. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0007.json +0 -7
  828. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0008.json +0 -34
  829. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0009.json +0 -7
  830. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0101.json +0 -7
  831. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0201.json +0 -39
  832. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0202.json +0 -39
  833. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0301.json +0 -105
  834. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0302.json +0 -131
  835. data/schemas/tlc_1.0.10/schema/tlc/commands/M0001.json +0 -105
  836. data/schemas/tlc_1.0.10/schema/tlc/commands/M0002.json +0 -79
  837. data/schemas/tlc_1.0.10/schema/tlc/commands/M0003.json +0 -79
  838. data/schemas/tlc_1.0.10/schema/tlc/commands/M0004.json +0 -58
  839. data/schemas/tlc_1.0.10/schema/tlc/commands/M0005.json +0 -79
  840. data/schemas/tlc_1.0.10/schema/tlc/commands/M0006.json +0 -79
  841. data/schemas/tlc_1.0.10/schema/tlc/commands/M0007.json +0 -58
  842. data/schemas/tlc_1.0.10/schema/tlc/commands/M0008.json +0 -79
  843. data/schemas/tlc_1.0.10/schema/tlc/commands/M0010.json +0 -58
  844. data/schemas/tlc_1.0.10/schema/tlc/commands/M0011.json +0 -58
  845. data/schemas/tlc_1.0.10/schema/tlc/commands/M0012.json +0 -58
  846. data/schemas/tlc_1.0.10/schema/tlc/commands/M0013.json +0 -58
  847. data/schemas/tlc_1.0.10/schema/tlc/commands/M0019.json +0 -100
  848. data/schemas/tlc_1.0.10/schema/tlc/commands/M0103.json +0 -82
  849. data/schemas/tlc_1.0.10/schema/tlc/commands/M0104.json +0 -163
  850. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0001.json +0 -98
  851. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0002.json +0 -34
  852. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0003.json +0 -55
  853. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0004.json +0 -55
  854. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0005.json +0 -34
  855. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0006.json +0 -55
  856. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0007.json +0 -55
  857. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0008.json +0 -55
  858. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0009.json +0 -55
  859. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0010.json +0 -55
  860. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0011.json +0 -55
  861. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0012.json +0 -55
  862. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0013.json +0 -55
  863. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0014.json +0 -34
  864. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0015.json +0 -34
  865. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0016.json +0 -34
  866. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0017.json +0 -34
  867. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0018.json +0 -34
  868. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0019.json +0 -34
  869. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0020.json +0 -61
  870. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0021.json +0 -35
  871. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0091.json +0 -61
  872. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0092.json +0 -61
  873. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0095.json +0 -34
  874. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0096.json +0 -139
  875. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0201.json +0 -55
  876. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0202.json +0 -55
  877. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0203.json +0 -55
  878. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0204.json +0 -223
  879. data/schemas/tlc_1.0.10/schema/tlc/sxl.json +0 -71
  880. data/schemas/tlc_1.0.10/spec/schemer_helper.rb +0 -21
  881. data/schemas/tlc_1.0.10/spec/spec_helper.rb +0 -102
  882. data/schemas/tlc_1.0.10/spec/tlc/M0001_spec.rb +0 -67
  883. data/schemas/tlc_1.0.10/spec/tlc/S0007_spec.rb +0 -159
  884. data/schemas/tlc_1.0.13/.gitignore +0 -1
  885. data/schemas/tlc_1.0.13/.rspec +0 -1
  886. data/schemas/tlc_1.0.13/Gemfile +0 -5
  887. data/schemas/tlc_1.0.13/Gemfile.lock +0 -37
  888. data/schemas/tlc_1.0.13/LICENSE +0 -7
  889. data/schemas/tlc_1.0.13/README.md +0 -70
  890. data/schemas/tlc_1.0.13/schema/core/definitions.json +0 -63
  891. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0001.json +0 -7
  892. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0002.json +0 -7
  893. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0003.json +0 -7
  894. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0004.json +0 -7
  895. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0005.json +0 -7
  896. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0006.json +0 -7
  897. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0007.json +0 -7
  898. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0008.json +0 -34
  899. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0009.json +0 -7
  900. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0101.json +0 -7
  901. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0201.json +0 -39
  902. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0202.json +0 -39
  903. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0301.json +0 -105
  904. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0302.json +0 -131
  905. data/schemas/tlc_1.0.13/schema/tlc/alarms/alarms.json +0 -254
  906. data/schemas/tlc_1.0.13/schema/tlc/commands/M0001.json +0 -105
  907. data/schemas/tlc_1.0.13/schema/tlc/commands/M0002.json +0 -79
  908. data/schemas/tlc_1.0.13/schema/tlc/commands/M0003.json +0 -79
  909. data/schemas/tlc_1.0.13/schema/tlc/commands/M0004.json +0 -58
  910. data/schemas/tlc_1.0.13/schema/tlc/commands/M0005.json +0 -79
  911. data/schemas/tlc_1.0.13/schema/tlc/commands/M0006.json +0 -79
  912. data/schemas/tlc_1.0.13/schema/tlc/commands/M0007.json +0 -58
  913. data/schemas/tlc_1.0.13/schema/tlc/commands/M0008.json +0 -79
  914. data/schemas/tlc_1.0.13/schema/tlc/commands/M0010.json +0 -58
  915. data/schemas/tlc_1.0.13/schema/tlc/commands/M0011.json +0 -58
  916. data/schemas/tlc_1.0.13/schema/tlc/commands/M0012.json +0 -58
  917. data/schemas/tlc_1.0.13/schema/tlc/commands/M0013.json +0 -58
  918. data/schemas/tlc_1.0.13/schema/tlc/commands/M0014.json +0 -79
  919. data/schemas/tlc_1.0.13/schema/tlc/commands/M0015.json +0 -79
  920. data/schemas/tlc_1.0.13/schema/tlc/commands/M0016.json +0 -58
  921. data/schemas/tlc_1.0.13/schema/tlc/commands/M0017.json +0 -58
  922. data/schemas/tlc_1.0.13/schema/tlc/commands/M0018.json +0 -79
  923. data/schemas/tlc_1.0.13/schema/tlc/commands/M0019.json +0 -100
  924. data/schemas/tlc_1.0.13/schema/tlc/commands/M0103.json +0 -82
  925. data/schemas/tlc_1.0.13/schema/tlc/commands/M0104.json +0 -163
  926. data/schemas/tlc_1.0.13/schema/tlc/commands/commands.json +0 -366
  927. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0001.json +0 -98
  928. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0002.json +0 -34
  929. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0003.json +0 -55
  930. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0004.json +0 -55
  931. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0005.json +0 -34
  932. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0006.json +0 -55
  933. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0007.json +0 -55
  934. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0008.json +0 -55
  935. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0009.json +0 -55
  936. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0010.json +0 -55
  937. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0011.json +0 -55
  938. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0012.json +0 -55
  939. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0013.json +0 -55
  940. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0014.json +0 -34
  941. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0015.json +0 -34
  942. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0016.json +0 -34
  943. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0017.json +0 -34
  944. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0018.json +0 -34
  945. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0019.json +0 -34
  946. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0020.json +0 -61
  947. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0021.json +0 -35
  948. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0022.json +0 -34
  949. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0023.json +0 -35
  950. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0024.json +0 -35
  951. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0025.json +0 -181
  952. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0026.json +0 -34
  953. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0027.json +0 -34
  954. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0028.json +0 -34
  955. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0029.json +0 -34
  956. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0091.json +0 -61
  957. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0092.json +0 -61
  958. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0095.json +0 -34
  959. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0096.json +0 -139
  960. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0201.json +0 -55
  961. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0202.json +0 -55
  962. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0203.json +0 -55
  963. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0204.json +0 -223
  964. data/schemas/tlc_1.0.13/schema/tlc/statuses/statuses.json +0 -640
  965. data/schemas/tlc_1.0.13/schema/tlc/sxl.json +0 -71
  966. data/schemas/tlc_1.0.13/spec/schemer_helper.rb +0 -21
  967. data/schemas/tlc_1.0.13/spec/spec_helper.rb +0 -102
  968. data/schemas/tlc_1.0.13/spec/tlc/M0001_spec.rb +0 -67
  969. data/schemas/tlc_1.0.13/spec/tlc/S0007_spec.rb +0 -159
  970. data/schemas/tlc_1.0.13/spec/tlc/S0023_spec.rb +0 -96
  971. data/schemas/tlc_1.0.14/.gitignore +0 -1
  972. data/schemas/tlc_1.0.14/.rspec +0 -1
  973. data/schemas/tlc_1.0.14/Gemfile +0 -5
  974. data/schemas/tlc_1.0.14/Gemfile.lock +0 -37
  975. data/schemas/tlc_1.0.14/LICENSE +0 -7
  976. data/schemas/tlc_1.0.14/README.md +0 -70
  977. data/schemas/tlc_1.0.14/schema/core/definitions.json +0 -63
  978. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0001.json +0 -7
  979. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0002.json +0 -7
  980. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0003.json +0 -7
  981. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0004.json +0 -7
  982. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0005.json +0 -7
  983. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0006.json +0 -7
  984. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0007.json +0 -7
  985. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0008.json +0 -34
  986. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0009.json +0 -7
  987. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0101.json +0 -7
  988. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0201.json +0 -39
  989. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0202.json +0 -39
  990. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0301.json +0 -105
  991. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0302.json +0 -131
  992. data/schemas/tlc_1.0.14/schema/tlc/alarms/alarms.json +0 -254
  993. data/schemas/tlc_1.0.14/schema/tlc/commands/M0001.json +0 -105
  994. data/schemas/tlc_1.0.14/schema/tlc/commands/M0002.json +0 -79
  995. data/schemas/tlc_1.0.14/schema/tlc/commands/M0003.json +0 -79
  996. data/schemas/tlc_1.0.14/schema/tlc/commands/M0004.json +0 -58
  997. data/schemas/tlc_1.0.14/schema/tlc/commands/M0005.json +0 -79
  998. data/schemas/tlc_1.0.14/schema/tlc/commands/M0006.json +0 -79
  999. data/schemas/tlc_1.0.14/schema/tlc/commands/M0007.json +0 -58
  1000. data/schemas/tlc_1.0.14/schema/tlc/commands/M0008.json +0 -79
  1001. data/schemas/tlc_1.0.14/schema/tlc/commands/M0010.json +0 -58
  1002. data/schemas/tlc_1.0.14/schema/tlc/commands/M0011.json +0 -58
  1003. data/schemas/tlc_1.0.14/schema/tlc/commands/M0012.json +0 -58
  1004. data/schemas/tlc_1.0.14/schema/tlc/commands/M0013.json +0 -58
  1005. data/schemas/tlc_1.0.14/schema/tlc/commands/M0014.json +0 -79
  1006. data/schemas/tlc_1.0.14/schema/tlc/commands/M0015.json +0 -79
  1007. data/schemas/tlc_1.0.14/schema/tlc/commands/M0016.json +0 -58
  1008. data/schemas/tlc_1.0.14/schema/tlc/commands/M0017.json +0 -58
  1009. data/schemas/tlc_1.0.14/schema/tlc/commands/M0018.json +0 -79
  1010. data/schemas/tlc_1.0.14/schema/tlc/commands/M0019.json +0 -100
  1011. data/schemas/tlc_1.0.14/schema/tlc/commands/M0103.json +0 -82
  1012. data/schemas/tlc_1.0.14/schema/tlc/commands/M0104.json +0 -163
  1013. data/schemas/tlc_1.0.14/schema/tlc/commands/commands.json +0 -366
  1014. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0001.json +0 -98
  1015. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0002.json +0 -34
  1016. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0003.json +0 -55
  1017. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0004.json +0 -55
  1018. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0005.json +0 -34
  1019. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0006.json +0 -55
  1020. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0007.json +0 -55
  1021. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0008.json +0 -55
  1022. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0009.json +0 -55
  1023. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0010.json +0 -55
  1024. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0011.json +0 -55
  1025. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0012.json +0 -55
  1026. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0013.json +0 -55
  1027. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0014.json +0 -34
  1028. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0015.json +0 -34
  1029. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0016.json +0 -34
  1030. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0017.json +0 -34
  1031. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0018.json +0 -34
  1032. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0019.json +0 -34
  1033. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0020.json +0 -61
  1034. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0021.json +0 -35
  1035. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0022.json +0 -34
  1036. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0023.json +0 -35
  1037. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0024.json +0 -35
  1038. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0025.json +0 -181
  1039. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0026.json +0 -34
  1040. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0027.json +0 -34
  1041. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0028.json +0 -34
  1042. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0029.json +0 -34
  1043. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0091.json +0 -61
  1044. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0092.json +0 -61
  1045. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0095.json +0 -34
  1046. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0096.json +0 -139
  1047. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0201.json +0 -55
  1048. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0202.json +0 -55
  1049. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0203.json +0 -55
  1050. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0204.json +0 -223
  1051. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0205.json +0 -55
  1052. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0206.json +0 -55
  1053. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0207.json +0 -55
  1054. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0208.json +0 -223
  1055. data/schemas/tlc_1.0.14/schema/tlc/statuses/statuses.json +0 -704
  1056. data/schemas/tlc_1.0.14/schema/tlc/sxl.json +0 -71
  1057. data/schemas/tlc_1.0.14/spec/schemer_helper.rb +0 -21
  1058. data/schemas/tlc_1.0.14/spec/spec_helper.rb +0 -102
  1059. data/schemas/tlc_1.0.14/spec/tlc/M0001_spec.rb +0 -67
  1060. data/schemas/tlc_1.0.14/spec/tlc/S0007_spec.rb +0 -159
  1061. data/schemas/tlc_1.0.14/spec/tlc/S0023_spec.rb +0 -96
  1062. data/schemas/tlc_1.0.15/.gitignore +0 -1
  1063. data/schemas/tlc_1.0.15/.rspec +0 -1
  1064. data/schemas/tlc_1.0.15/Gemfile +0 -5
  1065. data/schemas/tlc_1.0.15/Gemfile.lock +0 -37
  1066. data/schemas/tlc_1.0.15/LICENSE +0 -7
  1067. data/schemas/tlc_1.0.15/README.md +0 -70
  1068. data/schemas/tlc_1.0.15/schema/core/definitions.json +0 -63
  1069. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0001.json +0 -7
  1070. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0002.json +0 -7
  1071. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0003.json +0 -7
  1072. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0004.json +0 -7
  1073. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0005.json +0 -7
  1074. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0006.json +0 -7
  1075. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0007.json +0 -7
  1076. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0008.json +0 -34
  1077. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0009.json +0 -7
  1078. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0010.json +0 -7
  1079. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0101.json +0 -7
  1080. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0201.json +0 -39
  1081. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0202.json +0 -39
  1082. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0301.json +0 -105
  1083. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0302.json +0 -131
  1084. data/schemas/tlc_1.0.15/schema/tlc/alarms/alarms.json +0 -254
  1085. data/schemas/tlc_1.0.15/schema/tlc/commands/M0001.json +0 -105
  1086. data/schemas/tlc_1.0.15/schema/tlc/commands/M0002.json +0 -79
  1087. data/schemas/tlc_1.0.15/schema/tlc/commands/M0003.json +0 -79
  1088. data/schemas/tlc_1.0.15/schema/tlc/commands/M0004.json +0 -58
  1089. data/schemas/tlc_1.0.15/schema/tlc/commands/M0005.json +0 -79
  1090. data/schemas/tlc_1.0.15/schema/tlc/commands/M0006.json +0 -79
  1091. data/schemas/tlc_1.0.15/schema/tlc/commands/M0007.json +0 -58
  1092. data/schemas/tlc_1.0.15/schema/tlc/commands/M0008.json +0 -79
  1093. data/schemas/tlc_1.0.15/schema/tlc/commands/M0010.json +0 -58
  1094. data/schemas/tlc_1.0.15/schema/tlc/commands/M0011.json +0 -58
  1095. data/schemas/tlc_1.0.15/schema/tlc/commands/M0012.json +0 -58
  1096. data/schemas/tlc_1.0.15/schema/tlc/commands/M0013.json +0 -58
  1097. data/schemas/tlc_1.0.15/schema/tlc/commands/M0014.json +0 -79
  1098. data/schemas/tlc_1.0.15/schema/tlc/commands/M0015.json +0 -79
  1099. data/schemas/tlc_1.0.15/schema/tlc/commands/M0016.json +0 -58
  1100. data/schemas/tlc_1.0.15/schema/tlc/commands/M0017.json +0 -58
  1101. data/schemas/tlc_1.0.15/schema/tlc/commands/M0018.json +0 -79
  1102. data/schemas/tlc_1.0.15/schema/tlc/commands/M0019.json +0 -100
  1103. data/schemas/tlc_1.0.15/schema/tlc/commands/M0020.json +0 -100
  1104. data/schemas/tlc_1.0.15/schema/tlc/commands/M0021.json +0 -58
  1105. data/schemas/tlc_1.0.15/schema/tlc/commands/M0103.json +0 -82
  1106. data/schemas/tlc_1.0.15/schema/tlc/commands/M0104.json +0 -163
  1107. data/schemas/tlc_1.0.15/schema/tlc/commands/commands.json +0 -366
  1108. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0001.json +0 -98
  1109. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0002.json +0 -34
  1110. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0003.json +0 -55
  1111. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0004.json +0 -55
  1112. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0005.json +0 -34
  1113. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0006.json +0 -55
  1114. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0007.json +0 -55
  1115. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0008.json +0 -55
  1116. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0009.json +0 -55
  1117. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0010.json +0 -55
  1118. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0011.json +0 -55
  1119. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0012.json +0 -55
  1120. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0013.json +0 -55
  1121. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0014.json +0 -34
  1122. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0015.json +0 -34
  1123. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0016.json +0 -34
  1124. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0017.json +0 -34
  1125. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0018.json +0 -34
  1126. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0019.json +0 -34
  1127. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0020.json +0 -61
  1128. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0021.json +0 -35
  1129. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0022.json +0 -34
  1130. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0023.json +0 -35
  1131. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0024.json +0 -35
  1132. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0025.json +0 -181
  1133. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0026.json +0 -34
  1134. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0027.json +0 -34
  1135. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0028.json +0 -34
  1136. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0029.json +0 -34
  1137. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0030.json +0 -34
  1138. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0031.json +0 -34
  1139. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0091.json +0 -58
  1140. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0092.json +0 -58
  1141. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0095.json +0 -34
  1142. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0096.json +0 -139
  1143. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0097.json +0 -55
  1144. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0098.json +0 -76
  1145. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0201.json +0 -55
  1146. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0202.json +0 -55
  1147. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0203.json +0 -55
  1148. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0204.json +0 -223
  1149. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0205.json +0 -55
  1150. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0206.json +0 -55
  1151. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0207.json +0 -55
  1152. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0208.json +0 -223
  1153. data/schemas/tlc_1.0.15/schema/tlc/sxl.json +0 -71
  1154. data/schemas/tlc_1.0.15/spec/schemer_helper.rb +0 -21
  1155. data/schemas/tlc_1.0.15/spec/spec_helper.rb +0 -102
  1156. data/schemas/tlc_1.0.15/spec/tlc/M0001_spec.rb +0 -67
  1157. data/schemas/tlc_1.0.15/spec/tlc/S0007_spec.rb +0 -159
  1158. data/schemas/tlc_1.0.15/spec/tlc/S0023_spec.rb +0 -96
  1159. data/schemas/tlc_1.0.7/.gitignore +0 -1
  1160. data/schemas/tlc_1.0.7/.rspec +0 -1
  1161. data/schemas/tlc_1.0.7/Gemfile +0 -5
  1162. data/schemas/tlc_1.0.7/Gemfile.lock +0 -37
  1163. data/schemas/tlc_1.0.7/LICENSE +0 -7
  1164. data/schemas/tlc_1.0.7/README.md +0 -70
  1165. data/schemas/tlc_1.0.7/schema/core/definitions.json +0 -63
  1166. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0001.json +0 -7
  1167. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0002.json +0 -7
  1168. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0003.json +0 -7
  1169. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0004.json +0 -7
  1170. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0005.json +0 -7
  1171. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0006.json +0 -7
  1172. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0007.json +0 -7
  1173. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0008.json +0 -34
  1174. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0009.json +0 -7
  1175. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0101.json +0 -7
  1176. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0201.json +0 -39
  1177. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0202.json +0 -39
  1178. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0301.json +0 -105
  1179. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0302.json +0 -131
  1180. data/schemas/tlc_1.0.7/schema/tlc/alarms/alarms.json +0 -254
  1181. data/schemas/tlc_1.0.7/schema/tlc/commands/M0001.json +0 -105
  1182. data/schemas/tlc_1.0.7/schema/tlc/commands/M0002.json +0 -79
  1183. data/schemas/tlc_1.0.7/schema/tlc/commands/M0003.json +0 -79
  1184. data/schemas/tlc_1.0.7/schema/tlc/commands/M0004.json +0 -58
  1185. data/schemas/tlc_1.0.7/schema/tlc/commands/M0005.json +0 -79
  1186. data/schemas/tlc_1.0.7/schema/tlc/commands/M0006.json +0 -79
  1187. data/schemas/tlc_1.0.7/schema/tlc/commands/M0007.json +0 -58
  1188. data/schemas/tlc_1.0.7/schema/tlc/commands/M0008.json +0 -79
  1189. data/schemas/tlc_1.0.7/schema/tlc/commands/M0010.json +0 -58
  1190. data/schemas/tlc_1.0.7/schema/tlc/commands/M0011.json +0 -58
  1191. data/schemas/tlc_1.0.7/schema/tlc/commands/M0019.json +0 -100
  1192. data/schemas/tlc_1.0.7/schema/tlc/commands/M0103.json +0 -82
  1193. data/schemas/tlc_1.0.7/schema/tlc/commands/M0104.json +0 -163
  1194. data/schemas/tlc_1.0.7/schema/tlc/commands/commands.json +0 -366
  1195. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0001.json +0 -98
  1196. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0002.json +0 -34
  1197. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0003.json +0 -55
  1198. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0004.json +0 -55
  1199. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0005.json +0 -34
  1200. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0006.json +0 -55
  1201. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0007.json +0 -55
  1202. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0008.json +0 -55
  1203. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0009.json +0 -55
  1204. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0010.json +0 -55
  1205. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0011.json +0 -55
  1206. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0012.json +0 -55
  1207. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0013.json +0 -55
  1208. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0014.json +0 -34
  1209. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0015.json +0 -34
  1210. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0016.json +0 -34
  1211. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0017.json +0 -34
  1212. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0018.json +0 -34
  1213. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0019.json +0 -34
  1214. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0020.json +0 -61
  1215. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0021.json +0 -35
  1216. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0091.json +0 -61
  1217. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0092.json +0 -61
  1218. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0095.json +0 -34
  1219. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0096.json +0 -139
  1220. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0201.json +0 -55
  1221. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0202.json +0 -55
  1222. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0203.json +0 -55
  1223. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0204.json +0 -223
  1224. data/schemas/tlc_1.0.7/schema/tlc/statuses/statuses.json +0 -662
  1225. data/schemas/tlc_1.0.7/schema/tlc/sxl.json +0 -71
  1226. data/schemas/tlc_1.0.7/spec/schemer_helper.rb +0 -21
  1227. data/schemas/tlc_1.0.7/spec/spec_helper.rb +0 -102
  1228. data/schemas/tlc_1.0.7/spec/tlc/M0001_spec.rb +0 -67
  1229. data/schemas/tlc_1.0.7/spec/tlc/S0007_spec.rb +0 -159
  1230. data/schemas/tlc_1.0.8/.gitignore +0 -1
  1231. data/schemas/tlc_1.0.8/.rspec +0 -1
  1232. data/schemas/tlc_1.0.8/Gemfile +0 -5
  1233. data/schemas/tlc_1.0.8/Gemfile.lock +0 -37
  1234. data/schemas/tlc_1.0.8/LICENSE +0 -7
  1235. data/schemas/tlc_1.0.8/README.md +0 -70
  1236. data/schemas/tlc_1.0.8/schema/core/definitions.json +0 -63
  1237. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0001.json +0 -7
  1238. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0002.json +0 -7
  1239. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0003.json +0 -7
  1240. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0004.json +0 -7
  1241. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0005.json +0 -7
  1242. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0006.json +0 -7
  1243. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0007.json +0 -7
  1244. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0008.json +0 -34
  1245. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0009.json +0 -7
  1246. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0101.json +0 -7
  1247. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0201.json +0 -39
  1248. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0202.json +0 -39
  1249. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0301.json +0 -105
  1250. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0302.json +0 -131
  1251. data/schemas/tlc_1.0.8/schema/tlc/alarms/alarms.json +0 -254
  1252. data/schemas/tlc_1.0.8/schema/tlc/commands/M0001.json +0 -105
  1253. data/schemas/tlc_1.0.8/schema/tlc/commands/M0002.json +0 -79
  1254. data/schemas/tlc_1.0.8/schema/tlc/commands/M0003.json +0 -79
  1255. data/schemas/tlc_1.0.8/schema/tlc/commands/M0004.json +0 -58
  1256. data/schemas/tlc_1.0.8/schema/tlc/commands/M0005.json +0 -79
  1257. data/schemas/tlc_1.0.8/schema/tlc/commands/M0006.json +0 -79
  1258. data/schemas/tlc_1.0.8/schema/tlc/commands/M0007.json +0 -58
  1259. data/schemas/tlc_1.0.8/schema/tlc/commands/M0008.json +0 -79
  1260. data/schemas/tlc_1.0.8/schema/tlc/commands/M0010.json +0 -58
  1261. data/schemas/tlc_1.0.8/schema/tlc/commands/M0011.json +0 -58
  1262. data/schemas/tlc_1.0.8/schema/tlc/commands/M0012.json +0 -58
  1263. data/schemas/tlc_1.0.8/schema/tlc/commands/M0013.json +0 -58
  1264. data/schemas/tlc_1.0.8/schema/tlc/commands/M0019.json +0 -100
  1265. data/schemas/tlc_1.0.8/schema/tlc/commands/M0103.json +0 -82
  1266. data/schemas/tlc_1.0.8/schema/tlc/commands/M0104.json +0 -163
  1267. data/schemas/tlc_1.0.8/schema/tlc/commands/commands.json +0 -366
  1268. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0001.json +0 -98
  1269. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0002.json +0 -34
  1270. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0003.json +0 -55
  1271. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0004.json +0 -55
  1272. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0005.json +0 -34
  1273. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0006.json +0 -55
  1274. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0007.json +0 -55
  1275. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0008.json +0 -55
  1276. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0009.json +0 -55
  1277. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0010.json +0 -55
  1278. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0011.json +0 -55
  1279. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0012.json +0 -55
  1280. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0013.json +0 -55
  1281. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0014.json +0 -34
  1282. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0015.json +0 -34
  1283. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0016.json +0 -34
  1284. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0017.json +0 -34
  1285. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0018.json +0 -34
  1286. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0019.json +0 -34
  1287. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0020.json +0 -61
  1288. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0021.json +0 -35
  1289. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0091.json +0 -61
  1290. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0092.json +0 -61
  1291. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0095.json +0 -34
  1292. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0096.json +0 -139
  1293. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0201.json +0 -55
  1294. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0202.json +0 -55
  1295. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0203.json +0 -55
  1296. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0204.json +0 -223
  1297. data/schemas/tlc_1.0.8/schema/tlc/statuses/statuses.json +0 -662
  1298. data/schemas/tlc_1.0.8/schema/tlc/sxl.json +0 -71
  1299. data/schemas/tlc_1.0.8/spec/schemer_helper.rb +0 -21
  1300. data/schemas/tlc_1.0.8/spec/spec_helper.rb +0 -102
  1301. data/schemas/tlc_1.0.8/spec/tlc/M0001_spec.rb +0 -67
  1302. data/schemas/tlc_1.0.8/spec/tlc/S0007_spec.rb +0 -159
  1303. data/schemas/tlc_1.0.9/.gitignore +0 -1
  1304. data/schemas/tlc_1.0.9/.rspec +0 -1
  1305. data/schemas/tlc_1.0.9/Gemfile +0 -5
  1306. data/schemas/tlc_1.0.9/Gemfile.lock +0 -37
  1307. data/schemas/tlc_1.0.9/LICENSE +0 -7
  1308. data/schemas/tlc_1.0.9/README.md +0 -70
  1309. data/schemas/tlc_1.0.9/schema/core/definitions.json +0 -63
  1310. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0001.json +0 -7
  1311. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0002.json +0 -7
  1312. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0003.json +0 -7
  1313. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0004.json +0 -7
  1314. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0005.json +0 -7
  1315. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0006.json +0 -7
  1316. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0007.json +0 -7
  1317. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0008.json +0 -34
  1318. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0009.json +0 -7
  1319. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0101.json +0 -7
  1320. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0201.json +0 -39
  1321. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0202.json +0 -39
  1322. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0301.json +0 -105
  1323. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0302.json +0 -131
  1324. data/schemas/tlc_1.0.9/schema/tlc/alarms/alarms.json +0 -254
  1325. data/schemas/tlc_1.0.9/schema/tlc/commands/M0001.json +0 -105
  1326. data/schemas/tlc_1.0.9/schema/tlc/commands/M0002.json +0 -79
  1327. data/schemas/tlc_1.0.9/schema/tlc/commands/M0003.json +0 -79
  1328. data/schemas/tlc_1.0.9/schema/tlc/commands/M0004.json +0 -58
  1329. data/schemas/tlc_1.0.9/schema/tlc/commands/M0005.json +0 -79
  1330. data/schemas/tlc_1.0.9/schema/tlc/commands/M0006.json +0 -79
  1331. data/schemas/tlc_1.0.9/schema/tlc/commands/M0007.json +0 -58
  1332. data/schemas/tlc_1.0.9/schema/tlc/commands/M0008.json +0 -79
  1333. data/schemas/tlc_1.0.9/schema/tlc/commands/M0010.json +0 -58
  1334. data/schemas/tlc_1.0.9/schema/tlc/commands/M0011.json +0 -58
  1335. data/schemas/tlc_1.0.9/schema/tlc/commands/M0012.json +0 -58
  1336. data/schemas/tlc_1.0.9/schema/tlc/commands/M0013.json +0 -58
  1337. data/schemas/tlc_1.0.9/schema/tlc/commands/M0019.json +0 -100
  1338. data/schemas/tlc_1.0.9/schema/tlc/commands/M0103.json +0 -82
  1339. data/schemas/tlc_1.0.9/schema/tlc/commands/M0104.json +0 -163
  1340. data/schemas/tlc_1.0.9/schema/tlc/commands/commands.json +0 -366
  1341. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0001.json +0 -98
  1342. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0002.json +0 -34
  1343. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0003.json +0 -55
  1344. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0004.json +0 -55
  1345. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0005.json +0 -34
  1346. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0006.json +0 -55
  1347. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0007.json +0 -55
  1348. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0008.json +0 -55
  1349. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0009.json +0 -55
  1350. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0010.json +0 -55
  1351. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0011.json +0 -55
  1352. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0012.json +0 -55
  1353. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0013.json +0 -55
  1354. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0014.json +0 -34
  1355. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0015.json +0 -34
  1356. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0016.json +0 -34
  1357. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0017.json +0 -34
  1358. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0018.json +0 -34
  1359. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0019.json +0 -34
  1360. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0020.json +0 -61
  1361. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0021.json +0 -35
  1362. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0091.json +0 -61
  1363. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0092.json +0 -61
  1364. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0095.json +0 -34
  1365. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0096.json +0 -139
  1366. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0201.json +0 -55
  1367. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0202.json +0 -55
  1368. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0203.json +0 -55
  1369. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0204.json +0 -223
  1370. data/schemas/tlc_1.0.9/schema/tlc/statuses/statuses.json +0 -662
  1371. data/schemas/tlc_1.0.9/schema/tlc/sxl.json +0 -71
  1372. data/schemas/tlc_1.0.9/spec/schemer_helper.rb +0 -21
  1373. data/schemas/tlc_1.0.9/spec/spec_helper.rb +0 -102
  1374. data/schemas/tlc_1.0.9/spec/tlc/M0001_spec.rb +0 -67
  1375. data/schemas/tlc_1.0.9/spec/tlc/S0007_spec.rb +0 -159
@@ -1,105 +0,0 @@
1
- RSpec.describe "Traffic Light Controller RSMP SXL Schema validation" do
2
- let(:message) {{
3
- "mType" => "rSMsg",
4
- "mId" => "4173c2c8-a933-43cb-9425-66d4613731ed",
5
- "type" => "StatusUnsubscribe",
6
- "cId" => "O+14439=481WA001",
7
- "sS" => [
8
- { "sCI" => "S0003", "n" => "inputstatus" }
9
- ]
10
- }}
11
-
12
- it 'accepts valid status unsubscription' do
13
- expect( validate(message) ).to be_nil
14
- end
15
-
16
- it 'catches missing component id' do
17
- invalid = message.dup
18
- invalid.delete 'cId'
19
- expect( validate(invalid) ).to eq([
20
- ["", "required", {"missing_keys"=>["cId"]}]
21
- ])
22
- end
23
-
24
- it 'catches bad status code' do
25
- invalid = message.dup
26
- invalid['sS'].first['sCI'] = '99'
27
- expect( validate(invalid) ).to eq([
28
- ["/sS/0/sCI", "pattern"],
29
- ["/sS/0/sCI", "enum"]
30
- ])
31
- end
32
-
33
- it 'catches missing sS' do
34
- invalid = message.dup
35
- invalid.delete 'sS'
36
- expect( validate(invalid) ).to eq([
37
- ["", "required", {"missing_keys"=>['sS']}]
38
- ])
39
- end
40
-
41
- it 'catches empty sS array' do
42
- invalid = message.dup
43
- invalid['sS'].clear
44
- expect( validate(invalid) ).to eq([
45
- ["/sS", "minItems"]
46
- ])
47
- end
48
-
49
- it 'catches bad sS type' do
50
- invalid = message.dup
51
- invalid['sS'] = {}
52
- expect( validate(invalid) ).to eq([
53
- ["/sS", "array"]
54
- ])
55
- end
56
-
57
- it 'catches missing status code' do
58
- invalid = message.dup
59
- invalid['sS'].first.delete 'sCI'
60
- expect( validate(invalid) ).to eq([
61
- ["/sS/0", "required", {"missing_keys"=>["sCI"]}]
62
- ])
63
- end
64
-
65
- it 'catches bad status code' do
66
- invalid = message.dup
67
- invalid['sS'].first['sCI'] = 3
68
- expect( validate(invalid) ).to eq([
69
- ["/sS/0/sCI", "string"],
70
- ["/sS/0/sCI", "enum"]
71
- ])
72
-
73
- invalid['sS'].first['sCI'] = '3'
74
- expect( validate(invalid) ).to eq([
75
- ["/sS/0/sCI", "pattern"],
76
- ["/sS/0/sCI", "enum"]
77
- ])
78
- end
79
-
80
- it 'catches missing name' do
81
- invalid = message.dup
82
- invalid['sS'].first.delete 'n'
83
- expect( validate(invalid) ).to eq([
84
- ["/sS/0", "required", {"missing_keys"=>["n"]}]
85
- ])
86
- end
87
-
88
- it 'catches bad name' do
89
- invalid = message.dup
90
- invalid['sS'].first['n'] = 3
91
- expect( validate(invalid) ).to eq([
92
- ["/sS/0/n", "string"],
93
- ["/sS/0/n", "enum"]
94
- ])
95
- end
96
-
97
- it 'catches extra attributes' do
98
- invalid = message.dup
99
- invalid['sS'].first['bad'] = "Foo"
100
- expect( validate(invalid) ).to eq([
101
- ["/sS/0/bad", "schema"]
102
- ])
103
- end
104
-
105
- end
@@ -1,121 +0,0 @@
1
- RSpec.describe "Traffic Light Controller RSMP SXL Schema validation" do
2
- let(:message) {{
3
- "mType" => "rSMsg",
4
- "mId" => "4173c2c8-a933-43cb-9425-66d4613731ed",
5
- "type" => "StatusUpdate",
6
- "cId" => "O+14439=481WA001",
7
- "sTs" => "2015-06-08T09:15:18.266Z",
8
- "sS" => [
9
- { "sCI" => "S0003", "n" => "inputstatus", "s" => "100101", "q" => "recent" }
10
- ]
11
- }}
12
-
13
- it 'accepts valid status request' do
14
- expect( validate(message) ).to be_nil
15
- end
16
-
17
- it 'catches missing component id' do
18
- invalid = message.dup
19
- invalid.delete 'cId'
20
- expect( validate(invalid) ).to eq([
21
- ["", "required", {"missing_keys"=>["cId"]}]
22
- ])
23
- end
24
-
25
- it 'catches bad status code' do
26
- invalid = message.dup
27
- invalid['sS'].first['sCI'] = '99'
28
- expect( validate(invalid) ).to eq([
29
- ["/sS/0/sCI", "pattern"],
30
- ["/sS/0/sCI", "enum"]
31
- ])
32
- end
33
-
34
- it 'catches missing sS' do
35
- invalid = message.dup
36
- invalid.delete 'sS'
37
- expect( validate(invalid) ).to eq([
38
- ["", "required", {"missing_keys"=>['sS']}]
39
- ])
40
- end
41
-
42
- it 'catches empty sS array' do
43
- invalid = message.dup
44
- invalid['sS'].clear
45
- expect( validate(invalid) ).to eq([
46
- ["/sS", "minItems"]
47
- ])
48
- end
49
-
50
- it 'catches bad sS type' do
51
- invalid = message.dup
52
- invalid['sS'] = {}
53
- expect( validate(invalid) ).to eq([
54
- ["/sS", "array"]
55
- ])
56
- end
57
-
58
- it 'catches missing status code' do
59
- invalid = message.dup
60
- invalid['sS'].first.delete 'sCI'
61
- expect( validate(invalid) ).to eq([
62
- ["/sS/0", "required", {"missing_keys"=>["sCI"]}]
63
- ])
64
- end
65
-
66
- it 'catches bad status code' do
67
- invalid = message.dup
68
- invalid['sS'].first['sCI'] = 3
69
- expect( validate(invalid) ).to eq([
70
- ["/sS/0/sCI", "string"],
71
- ["/sS/0/sCI", "enum"]
72
- ])
73
-
74
- invalid['sS'].first['sCI'] = '3'
75
- expect( validate(invalid) ).to eq([
76
- ["/sS/0/sCI", "pattern"],
77
- ["/sS/0/sCI", "enum"]
78
- ])
79
- end
80
-
81
- it 'catches missing name' do
82
- invalid = message.dup
83
- invalid['sS'].first.delete 'n'
84
- expect( validate(invalid) ).to eq([
85
- ["/sS/0", "required", {"missing_keys"=>["n"]}]
86
- ])
87
- end
88
-
89
- it 'catches bad name' do
90
- invalid = message.dup
91
- invalid['sS'].first['n'] = 3
92
- expect( validate(invalid) ).to eq([
93
- ["/sS/0/n", "string"],
94
- ["/sS/0/n", "enum"]
95
- ])
96
- end
97
-
98
- it 'catches missing value' do
99
- invalid = message.dup
100
- invalid['sS'].first.delete 's'
101
- expect( validate(invalid) ).to eq([
102
- ["/sS/0", "required", {"missing_keys"=>["s"]}]
103
- ])
104
- end
105
-
106
- it 'catches missing quality' do
107
- invalid = message.dup
108
- invalid['sS'].first.delete 'q'
109
- expect( validate(invalid) ).to eq([
110
- ["/sS/0", "required", {"missing_keys"=>["q"]}]
111
- ])
112
- end
113
-
114
- it 'catches bad quality' do
115
- invalid = message.dup
116
- invalid['sS'].first['q'] = 'great'
117
- expect( validate(invalid) ).to eq([
118
- ["/sS/0/q", "enum"]
119
- ])
120
- end
121
- end
@@ -1,149 +0,0 @@
1
- RSpec.describe "Traffic Light Controller RSMP SXL Schema validation" do
2
- let(:message) {{
3
- "mType" => "rSMsg",
4
- "mId" => "a28e94b9-05c7-41bb-8f8b-54693adc9698",
5
- "siteId" => [
6
- { "sId" => "RN+SI0001" }
7
- ],
8
- "type" => "Version",
9
- "RSMP" => [
10
- { "vers" => "3.1.1" },
11
- { "vers" => "3.1.2" },
12
- { "vers" => "3.1.3" },
13
- { "vers" => "3.1.4" }
14
- ],
15
- "SXL" => "1.1"
16
- }}
17
-
18
- it 'accepts valid message' do
19
- expect( validate(message) ).to be_nil
20
- end
21
-
22
- it 'catches missing mId' do
23
- invalid = message.dup
24
- invalid.delete 'mId'
25
- expect( validate(invalid) ).to eq([
26
- ["", "required", {"missing_keys"=>["mId"]}]
27
- ])
28
- end
29
-
30
- it 'catches missing siteId' do
31
- invalid = message.dup
32
- invalid.delete 'siteId'
33
- expect( validate(invalid) ).to eq([
34
- ["", "required", {"missing_keys"=>["siteId"]}]
35
- ])
36
- end
37
-
38
- it 'catches bad siteId format, must be array' do
39
- invalid = message.dup
40
- invalid['siteId'] = '1.0'
41
- expect( validate(invalid) ).to eq([
42
- ["/siteId", "array"]
43
- ])
44
- end
45
-
46
- it 'catches bad siteId format, array cannot be empty' do
47
- invalid = message.dup
48
- invalid['siteId'] = []
49
- expect( validate(invalid) ).to eq([
50
- ["/siteId", "minItems"]
51
- ])
52
- end
53
-
54
- it 'catches bad siteId format, item must be hash' do
55
- invalid = message.dup
56
- invalid['siteId'] = ['1.0']
57
- expect( validate(invalid) ).to eq([
58
- ["/siteId/0", "object"]
59
- ])
60
- end
61
-
62
- it 'catches bad siteId format, item must have version' do
63
- invalid = message.dup
64
- invalid['siteId'] = [{}]
65
- expect( validate(invalid) ).to eq([
66
- ["/siteId/0", "required", {"missing_keys"=>["sId"]}]
67
- ])
68
- end
69
-
70
- it 'catches bad siteId format, item cannot have extra attributes' do
71
- invalid = message.dup
72
- invalid['siteId'] = [{'sId'=>'RN+SI0001','extra'=>'123'}]
73
- expect( validate(invalid) ).to eq([
74
- ["/siteId/0/extra", "schema"]
75
- ])
76
- end
77
-
78
- it 'catches missing RSMP version' do
79
- invalid = message.dup
80
- invalid.delete 'RSMP'
81
- expect( validate(invalid) ).to eq([
82
- ["", "required", {"missing_keys"=>["RSMP"]}]
83
- ])
84
- end
85
-
86
- it 'catches bad RSMP format, must be array' do
87
- invalid = message.dup
88
- invalid['RSMP'] = '1.0'
89
- expect( validate(invalid) ).to eq([
90
- ["/RSMP", "array"]
91
- ])
92
- end
93
-
94
- it 'catches bad RSMP format, array cannot be empty' do
95
- invalid = message.dup
96
- invalid['RSMP'] = []
97
- expect( validate(invalid) ).to eq([
98
- ["/RSMP", "minItems"]
99
- ])
100
- end
101
-
102
- it 'catches bad RSMP format, item must be hash' do
103
- invalid = message.dup
104
- invalid['RSMP'] = ['1.0']
105
- expect( validate(invalid) ).to eq([
106
- ["/RSMP/0", "object"]
107
- ])
108
- end
109
-
110
- it 'catches bad RSMP format, item must have version' do
111
- invalid = message.dup
112
- invalid['RSMP'] = [{}]
113
- expect( validate(invalid) ).to eq([
114
- ["/RSMP/0", "required", {"missing_keys"=>["vers"]}]
115
- ])
116
- end
117
-
118
- it 'catches bad RSMP format, item cannot have extra attributes' do
119
- invalid = message.dup
120
- invalid['RSMP'] = [{'vers'=>'1.0.0','extra'=>'123'}]
121
- expect( validate(invalid) ).to eq([
122
- ["/RSMP/0/extra", "schema"]
123
- ])
124
- end
125
-
126
- it 'catches bad RSMP format, version must be 1.0.0 format' do
127
- invalid = message.dup
128
- invalid['RSMP'].first['vers'] = 'latest'
129
- expect( validate(invalid) ).to eq([
130
- ["/RSMP/0/vers", "pattern"]
131
- ])
132
- end
133
-
134
- it 'catches missing SXL version' do
135
- invalid = message.dup
136
- invalid.delete 'SXL'
137
- expect( validate(invalid) ).to eq([
138
- ["", "required", {"missing_keys"=>["SXL"]}]
139
- ])
140
- end
141
-
142
- it 'catches bad SXL version' do
143
- invalid = message.dup
144
- invalid['SXL'] = 'Release 1.0.1'
145
- expect( validate(invalid) ).to eq([
146
- ["/SXL", "pattern"]
147
- ])
148
- end
149
- end
@@ -1,37 +0,0 @@
1
- RSpec.describe "Traffic Light Controller RSMP SXL Schema validation" do
2
- let(:message) {{
3
- "mType" => "rSMsg",
4
- "mId" => "4173c2c8-a933-43cb-9425-66d4613731ed",
5
- "type" => "Watchdog",
6
- "wTs" => "2015-06-08T12:01:39.654Z"
7
- }}
8
-
9
- it 'accepts valid message' do
10
- expect( validate(message) ).to be_nil
11
- end
12
-
13
- it 'catches missing mId' do
14
- invalid = message.dup
15
- invalid.delete 'mId'
16
- expect( validate(invalid) ).to eq([
17
- ["", "required", {"missing_keys"=>["mId"]}]
18
- ])
19
- end
20
-
21
- it 'catches missing timestamp' do
22
- invalid = message.dup
23
- invalid.delete 'wTs'
24
- expect( validate(invalid) ).to eq([
25
- ["", "required", {"missing_keys"=>["wTs"]}]
26
- ])
27
- end
28
-
29
- it 'catches bad timestamp format' do
30
- invalid = message.dup
31
- invalid['wTs'] = '2015-06-08T12:01:39.654' # missing Z at end
32
- expect( validate(invalid) ).to eq([
33
- ["/wTs", "pattern"]
34
- ])
35
- end
36
-
37
- end
@@ -1,21 +0,0 @@
1
- require 'json_schemer'
2
- require 'pp'
3
-
4
- schema = Pathname.new('schema/tlc/sxl.json')
5
- $schemer = JSONSchemer.schema(schema)
6
-
7
- def validate json
8
- if $schemer.valid? json
9
- nil
10
- else
11
- errors = []
12
- begin
13
- $schemer.validate(json).each do |item|
14
- errors ||= []
15
- errors << [item['data_pointer'],item['type'],item['details']].compact
16
- end
17
- rescue
18
- end
19
- errors
20
- end
21
- end
@@ -1,102 +0,0 @@
1
- require_relative 'schemer_helper'
2
-
3
- # This file was generated by the `rspec --init` command. Conventionally, all
4
- # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
5
- # The generated `.rspec` file contains `--require spec_helper` which will cause
6
- # this file to always be loaded, without a need to explicitly require it in any
7
- # files.
8
- #
9
- # Given that it is always loaded, you are encouraged to keep this file as
10
- # light-weight as possible. Requiring heavyweight dependencies from this file
11
- # will add to the boot time of your test suite on EVERY test run, even for an
12
- # individual file that may not need all of that loaded. Instead, consider making
13
- # a separate helper file that requires the additional dependencies and performs
14
- # the additional setup, and require it from the spec files that actually need
15
- # it.
16
- #
17
- # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
18
- RSpec.configure do |config|
19
- # rspec-expectations config goes here. You can use an alternate
20
- # assertion/expectation library such as wrong or the stdlib/minitest
21
- # assertions if you prefer.
22
- config.expect_with :rspec do |expectations|
23
- # This option will default to `true` in RSpec 4. It makes the `description`
24
- # and `failure_message` of custom matchers include text for helper methods
25
- # defined using `chain`, e.g.:
26
- # be_bigger_than(2).and_smaller_than(4).description
27
- # # => "be bigger than 2 and smaller than 4"
28
- # ...rather than:
29
- # # => "be bigger than 2"
30
- expectations.include_chain_clauses_in_custom_matcher_descriptions = true
31
- end
32
-
33
- # rspec-mocks config goes here. You can use an alternate test double
34
- # library (such as bogus or mocha) by changing the `mock_with` option here.
35
- config.mock_with :rspec do |mocks|
36
- # Prevents you from mocking or stubbing a method that does not exist on
37
- # a real object. This is generally recommended, and will default to
38
- # `true` in RSpec 4.
39
- mocks.verify_partial_doubles = true
40
- end
41
-
42
- # This option will default to `:apply_to_host_groups` in RSpec 4 (and will
43
- # have no way to turn it off -- the option exists only for backwards
44
- # compatibility in RSpec 3). It causes shared context metadata to be
45
- # inherited by the metadata hash of host groups and examples, rather than
46
- # triggering implicit auto-inclusion in groups with matching metadata.
47
- config.shared_context_metadata_behavior = :apply_to_host_groups
48
-
49
- # The settings below are suggested to provide a good initial experience
50
- # with RSpec, but feel free to customize to your heart's content.
51
- =begin
52
- # This allows you to limit a spec run to individual examples or groups
53
- # you care about by tagging them with `:focus` metadata. When nothing
54
- # is tagged with `:focus`, all examples get run. RSpec also provides
55
- # aliases for `it`, `describe`, and `context` that include `:focus`
56
- # metadata: `fit`, `fdescribe` and `fcontext`, respectively.
57
- config.filter_run_when_matching :focus
58
-
59
- # Allows RSpec to persist some state between runs in order to support
60
- # the `--only-failures` and `--next-failure` CLI options. We recommend
61
- # you configure your source control system to ignore this file.
62
- config.example_status_persistence_file_path = "spec/examples.txt"
63
-
64
- # Limits the available syntax to the non-monkey patched syntax that is
65
- # recommended. For more details, see:
66
- # - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
67
- # - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
68
- # - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
69
- config.disable_monkey_patching!
70
-
71
- # This setting enables warnings. It's recommended, but in some cases may
72
- # be too noisy due to issues in dependencies.
73
- config.warnings = true
74
-
75
- # Many RSpec users commonly either run the entire suite or an individual
76
- # file, and it's useful to allow more verbose output when running an
77
- # individual spec file.
78
- if config.files_to_run.one?
79
- # Use the documentation formatter for detailed output,
80
- # unless a formatter has already been configured
81
- # (e.g. via a command-line flag).
82
- config.default_formatter = "doc"
83
- end
84
-
85
- # Print the 10 slowest examples and example groups at the
86
- # end of the spec run, to help surface which specs are running
87
- # particularly slow.
88
- config.profile_examples = 10
89
-
90
- # Run specs in random order to surface order dependencies. If you find an
91
- # order dependency and want to debug it, you can fix the order by providing
92
- # the seed, which is printed after each run.
93
- # --seed 1234
94
- config.order = :random
95
-
96
- # Seed global randomization in this process using the `--seed` CLI option.
97
- # Setting this allows you to use `--seed` to deterministically reproduce
98
- # test failures related to randomization by passing the same `--seed` value
99
- # as the one that triggered the failure.
100
- Kernel.srand config.seed
101
- =end
102
- end
@@ -1,67 +0,0 @@
1
- RSpec.describe "Traffic Light Controller RSMP SXL Schema validation" do
2
- let(:message) {{
3
- "mType" => "rSMsg",
4
- "mId" => "4173c2c8-a933-43cb-9425-66d4613731ed",
5
- "type" => "CommandRequest",
6
- "siteId" => [
7
- { "sId" => "RN+SI0001" }
8
- ],
9
- "cId" => "O+14439=481WA001",
10
- "arg" => [
11
- {
12
- "cCI" => "M0001",
13
- "n" => "status",
14
- "cO" => "setValue",
15
- "v" => "YellowFlash"
16
- }
17
- ]
18
- }}
19
-
20
- it 'accepts valid command' do
21
- expect( validate(message) ).to be_nil
22
- end
23
-
24
- it 'catches bad value' do
25
- invalid = message.dup
26
- invalid["arg"].first['v'] = 'bad'
27
- expect( validate(invalid) ).to eq([
28
- ["/arg/0/v", "enum"]
29
- ])
30
- end
31
-
32
- it 'catches bad name' do
33
- invalid = message.dup
34
- invalid["arg"].first['n'] = 'bad'
35
- expect( validate(invalid) ).to eq([
36
- ["/arg/0/n", "enum"]
37
- ])
38
- end
39
-
40
- it 'catches bad status values' do
41
- invalid = message.dup
42
- invalid["arg"].first['n'] = 'status'
43
- invalid["arg"].first['v'] = 'bad'
44
- expect( validate(invalid) ).to eq([
45
- ["/arg/0/v", "enum"]
46
- ])
47
- end
48
-
49
- it 'catches bad timeout values' do
50
- invalid = message.dup
51
- invalid["arg"].first['n'] = 'timeout'
52
- invalid["arg"].first['v'] = 'bad'
53
- expect( validate(invalid) ).to eq([
54
- ["/arg/0/v", "pattern"]
55
- ])
56
- end
57
-
58
- it 'catches bad intersection values' do
59
- invalid = message.dup
60
- invalid["arg"].first['n'] = 'intersection'
61
- invalid["arg"].first['v'] = 'bad'
62
- expect( validate(invalid) ).to eq([
63
- ["/arg/0/v", "pattern"]
64
- ])
65
- end
66
-
67
- end