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
@@ -0,0 +1,1020 @@
1
+ ---
2
+ meta:
3
+ name: tlc
4
+ description: Traffic Light Controllers
5
+ version: 1.0.7
6
+ objects:
7
+ Traffic Light Controller:
8
+ description:
9
+ aggregated_status:
10
+ 1:
11
+ title: Local mode
12
+ description: Traffic Light Controller is in local mode. NTS has no control.
13
+ 2:
14
+ title: No Communications
15
+ 3:
16
+ title: High Priority Fault
17
+ description: Traffic Light Controller is in fail safe mode; e.g. yellow flash
18
+ or dark mode
19
+ 4:
20
+ title: Medium Priority Fault
21
+ description: |-
22
+ Traffic Light Controller has a medium priority fault, but not in fail safe mode.
23
+ E.g. several lamp faults or detector fault
24
+ 5:
25
+ title: Low Priority Fault
26
+ description: Traffic Light Controller has a low priority fault. E.g. Detector
27
+ fault
28
+ 6:
29
+ title: Connected / Normal - In Use
30
+ 7:
31
+ title: Connected / Normal - Idle
32
+ description: |-
33
+ Traffic Light Controller dark according to configuration.
34
+ NOTE! When dark according to configuration the controller is considered to be in use
35
+ 8:
36
+ title: Not Connected
37
+ functional_position:
38
+ functional_state:
39
+ alarms:
40
+ A0001:
41
+ description: |-
42
+ Serious hardware error.
43
+ Is a "major fault" defined according to 3.8 i EN12675 which causes the controller to switch to a "failure mode" according to 3.6 in EN12675.
44
+ priority: 2
45
+ category: D
46
+ A0002:
47
+ description: |-
48
+ Less serious hardware error.
49
+ Is a "minor fault" defined according to 3.11 in EN12675.
50
+ priority: 3
51
+ category: D
52
+ A0003:
53
+ description: |-
54
+ Serious configuration error.
55
+ Is a "major fault" defined according to 3.8 in EN12675 which causes the controller to switch to a "failure mode" according to 3.6 in EN12675.
56
+ priority: 2
57
+ category: D
58
+ A0004:
59
+ description: |-
60
+ Less serious configuration error.
61
+ Is a "minor fault" defined according to 3.11 in EN12675.
62
+ priority: 3
63
+ category: D
64
+ A0005:
65
+ description: |-
66
+ Communication error between traffic light controllers / synchronisation error.
67
+ Is a "minor fault" defined according to 3.11 in EN12675.
68
+ priority: 3
69
+ category: D
70
+ A0006:
71
+ description: |-
72
+ Safety error
73
+ Is a "major fault" defined according to 3.8 in EN12675 which causes the controller to switch to a "failure mode" according to 3.6 in EN12675.
74
+ priority: 2
75
+ category: D
76
+ A0007:
77
+ description: |-
78
+ Communication error between one or multiple traffic light controllers and central control system.
79
+ Used for communication errors with the central system. Includes NTP connection loss if the TLC is configured to use NTP.
80
+ Is a "minor fault" defined according to 3.11 in EN12675.
81
+ priority: 3
82
+ category: D
83
+ A0009:
84
+ description: |-
85
+ Other error.
86
+ Used for other errors not covered by any other alarm type
87
+ Is a "minor fault" defined according to 3.11 in EN12675.
88
+ priority: 3
89
+ category: D
90
+ statuses:
91
+ S0001:
92
+ description: |-
93
+ Signal group status.
94
+ Provides the status of each signal group, including basic information such as green, yellow and red. But also detailed technical information.
95
+ Can be used to draw a live signal group diagram as well provide diagnostic information about the performance of the controller.
96
+ arguments:
97
+ signalgroupstatus:
98
+ type: string
99
+ description: Signal group status as text field
100
+ range: "[text]"
101
+ pattern: "^[a-hA-G0-9N-P]*$"
102
+ cyclecounter:
103
+ type: integer
104
+ description: Cycle counter
105
+ range: "[0-999]"
106
+ basecyclecounter:
107
+ type: integer
108
+ description: Base cycle counter
109
+ range: "[0-999]"
110
+ stage:
111
+ type: integer
112
+ description: Current stage (isolated)
113
+ range: "[0-999]"
114
+ S0002:
115
+ description: |-
116
+ Detector logic status.
117
+ Provides the status of all detector logics of the controller.
118
+ Can be used to draw a live signal group diagram as well provide diagnostic information about the performance of the controller. Can also be used for bus priority, external control systems, and much more.
119
+ arguments:
120
+ detectorlogicstatus:
121
+ type: string
122
+ description: Detector logic status as text field
123
+ range: "[text]"
124
+ S0003:
125
+ description: |-
126
+ Input status.
127
+ Input (1-255) of the controllers general purpose I/O.
128
+ Input is used where the traffic light controller must react to external control. It could be external detectors, bus priority, and much more.
129
+ arguments:
130
+ inputstatus:
131
+ type: string
132
+ description: Input status as text field
133
+ range: "[text]"
134
+ extendedinputstatus:
135
+ type: string
136
+ description: Extended input status as text field
137
+ range: "[text]"
138
+ S0004:
139
+ description: |-
140
+ Output status.
141
+ Output (1-255) of the controllers general purpose I/O.
142
+ Can be used for all types of output where the traffic light controller needs to control other equipment. Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
143
+ arguments:
144
+ outputstatus:
145
+ type: string
146
+ description: Output status as text field
147
+ range: "[text]"
148
+ extendedoutputstatus:
149
+ type: string
150
+ description: Extended output status as text field
151
+ range: "[text]"
152
+ S0005:
153
+ description: |-
154
+ Traffic Light Controller starting.
155
+ The traffic signal is starting, e.g. it is in startup mode and has not begun working normally yet.
156
+ During startup mode the traffic controller shows dark, red, yellow flash or using the predetermined start cycle (minimum times).
157
+ arguments:
158
+ status:
159
+ type: boolean
160
+ description: |-
161
+ False: Controller is not in start up mode
162
+ True: Controller is currently in start up mode
163
+ S0006:
164
+ description: |-
165
+ Emergency stage.
166
+ The status is active during emergency prioritization.
167
+ Used in situations where full priority is given in the emergency vehicle program.
168
+ arguments:
169
+ status:
170
+ type: boolean
171
+ description: |-
172
+ False: Emergency stage inactive
173
+ True: Emergency stage active
174
+ emergencystage:
175
+ type: integer
176
+ description: Number of emergency stage
177
+ range: "[1-255]"
178
+ S0007:
179
+ description: |-
180
+ Controller switched on.
181
+ The controller is active and is not in dark mode.
182
+ Used to determine if the controller is operating, e.g. it shows red, green or yellow to the vehicles.
183
+ During maintenance work the controller might be using dark mode (no output to the signal heads).
184
+ arguments:
185
+ intersection:
186
+ list: true
187
+ type: integer
188
+ description: |-
189
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
190
+ Other value: Intersection number
191
+ range: "[0-255]"
192
+ status:
193
+ list: true
194
+ type: boolean
195
+ description: |-
196
+ False: Traffic Light Controller in dark mode
197
+ True: Traffic Light Controller not in dark mode
198
+ S0008:
199
+ description: |-
200
+ Manual control.
201
+ Traffic control deactivated in controller
202
+ Signal timings is controlled manually by service personnel using the operating panel of the controller.
203
+ arguments:
204
+ intersection:
205
+ list: true
206
+ type: integer
207
+ description: |-
208
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
209
+ Other value: Intersection number
210
+ range: "[0-255]"
211
+ status:
212
+ list: true
213
+ type: boolean
214
+ description: |-
215
+ False: Manual control inactive
216
+ True: Manual control active
217
+ S0009:
218
+ description: |-
219
+ Fixed time control.
220
+ Traffic actuated control deactivated and a pre-timed control is used.
221
+ Usually only used in case normal detectors can't be used, e.g. during maintenance work.
222
+ arguments:
223
+ intersection:
224
+ list: true
225
+ type: integer
226
+ description: |-
227
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
228
+ Other value: Intersection number
229
+ range: "[0-255]"
230
+ status:
231
+ list: true
232
+ type: boolean
233
+ description: |-
234
+ False: Fixed time control inactive
235
+ True: Fixed time control active
236
+ S0010:
237
+ description: |-
238
+ Isolated control.
239
+ Isolated control mode indicates that the controller operates independently of any other traffic light controllers. This may different depending on traffic program (time plan).
240
+ Used to determine if the controller is operating independently or operating with other controllers (coordination).
241
+ arguments:
242
+ intersection:
243
+ list: true
244
+ type: integer
245
+ description: |-
246
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
247
+ Other value: Intersection number
248
+ range: "[0-255]"
249
+ status:
250
+ list: true
251
+ type: boolean
252
+ description: |-
253
+ False: Isolated control disabled
254
+ True: Isolated control enabled (Vehicle actuated control or Fixed time control)
255
+ S0011:
256
+ description: |-
257
+ Yellow flash.
258
+ The controller shows yellow flash.
259
+ Yellow flash may be used during a serious fault (depending on configuration) or maintenance work. It can also be manually set using M0001.
260
+ arguments:
261
+ intersection:
262
+ list: true
263
+ type: integer
264
+ description: |-
265
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
266
+ Other value: Intersection number
267
+ range: "[0-255]"
268
+ status:
269
+ list: true
270
+ type: boolean
271
+ description: |-
272
+ False: Yellow flash disabled
273
+ True: Yellow flash enabled
274
+ S0012:
275
+ description: |-
276
+ All red.
277
+ The controller show all red.
278
+ All red can be manually set using the controllers operating panel during maintenance work.
279
+ arguments:
280
+ intersection:
281
+ list: true
282
+ type: integer
283
+ description: |-
284
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
285
+ Other value: Intersection number
286
+ range: "[0-255]"
287
+ status:
288
+ list: true
289
+ type: boolean
290
+ description: |-
291
+ False: All red disabled
292
+ True: All red enabled
293
+ S0013:
294
+ description: |-
295
+ Police key
296
+ The controller is forced to dark mode or yellow flash.
297
+ The "police key" is a external control switch present in some controllers that manually switches the controller to either dark mode or yellow flash.
298
+ arguments:
299
+ intersection:
300
+ list: true
301
+ type: integer
302
+ description: |-
303
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
304
+ Other value: Intersection number
305
+ range: "[0-255]"
306
+ status:
307
+ list: true
308
+ type: integer
309
+ values:
310
+ 0: disabled
311
+ 1: dark mode
312
+ 2: yellow flash
313
+ S0014:
314
+ description: |-
315
+ Current time plan.
316
+ The current time plan (signal program) used in the controller. There may be 1-255 predefined time plans.
317
+ The time plan (signal program) may change signal timings, cycle time, control strategy and much more. Typical usage is is scenario based control where change of program is used to change priority etc.
318
+ arguments:
319
+ status:
320
+ type: integer
321
+ description: Current time plan
322
+ range: "[1-255]"
323
+ S0015:
324
+ description: |-
325
+ Current traffic situation.
326
+ The current traffic situation used in the controller.
327
+ Used for area-based control where a command can be sent to a master traffic light controller about which predefined traffic situation to use (1-255).
328
+ Traffic situation is a concept used to divide multiple TLC's into areas and sub-areas. The traffic situation gives the possibility to change the TLC sub-area dynamically depending on the time of day and the traffic flow. Depending on the traffic situation each TLC selects the time plan dynamically.
329
+ arguments:
330
+ status:
331
+ type: integer
332
+ description: Current traffic situation
333
+ range: "[1-255]"
334
+ S0016:
335
+ description: |-
336
+ Number of detector logics.
337
+ Can be used by the management system to check the number of detector logics configured in the controller.
338
+ arguments:
339
+ number:
340
+ type: long
341
+ description: Number of detector logics
342
+ range: "[1-65025]"
343
+ S0017:
344
+ description: |-
345
+ Number of signal groups.
346
+ Can be used for the management system to check the number of signal groups configured in the controller.
347
+ arguments:
348
+ number:
349
+ type: long
350
+ description: Number of signal groups
351
+ range: "[1-65025]"
352
+ S0018:
353
+ description: |-
354
+ Number of time plans
355
+ Can be used for the management system to check the number of time plans configured in the controller.
356
+ arguments:
357
+ number:
358
+ type: long
359
+ description: Number of time plans (depreciated)
360
+ range: "[1-65025]"
361
+ S0019:
362
+ description: |-
363
+ Number of traffic situations.
364
+ Can be used for the management system to check the number of traffic situations configured in the controller.
365
+ arguments:
366
+ number:
367
+ type: long
368
+ description: Number of traffic situations
369
+ range: "[1-65025]"
370
+ S0020:
371
+ description: |-
372
+ Control mode.
373
+ Can be used for the management system to check the current control mode (startup, normal, standby, failure, test).
374
+ arguments:
375
+ intersection:
376
+ type: integer
377
+ description: |-
378
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
379
+ Other value: Intersection number
380
+ range: "[0-255]"
381
+ controlmode:
382
+ type: string
383
+ values:
384
+ startup: Startup mode
385
+ control: Normal control
386
+ standby: Standby mode
387
+ failure: Failure mode
388
+ test: Test mode
389
+ S0021:
390
+ description: |-
391
+ Manually set detector logic.
392
+ Provides status of detector logic (1-255) regarding if they are either forced to true or false.
393
+ Can be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.
394
+ arguments:
395
+ detectorlogics:
396
+ type: string
397
+ description: Manually set detector logics (1/0) as text field
398
+ range: "[text]"
399
+ pattern: "^[01]*$"
400
+ S0091:
401
+ description: |-
402
+ Operator logged in/out OP-panel.
403
+ Provides information if maintenance personnel is currently working on site.
404
+ arguments:
405
+ user:
406
+ description: |-
407
+ nobody: No one logged in
408
+ <username>: User currently logged in
409
+ type: string
410
+ status:
411
+ type: string
412
+ values:
413
+ login: Somebody currently logged in
414
+ logout: Nobody currently logged in
415
+ S0092:
416
+ description: |-
417
+ Operator logged in/out web-interface.
418
+ Provides information if maintenance personnel is currently working with the controller.
419
+ arguments:
420
+ user:
421
+ description: |-
422
+ nobody: No one logged in
423
+ <username>: User currently logged in
424
+ type: string
425
+ status:
426
+ type: string
427
+ values:
428
+ login: Somebody currently logged in
429
+ logout: Nobody currently logged in
430
+ S0095:
431
+ description: |-
432
+ Version of Traffic Light Controller.
433
+ Provides diagnostic version information.
434
+ arguments:
435
+ status:
436
+ type: string
437
+ description: Manufacturer, product name and version of traffic light controller
438
+ range: "[text]"
439
+ S0096:
440
+ description: |-
441
+ Current date and time
442
+ Provides diagnostic information about the current date and time set in the controller.
443
+ arguments:
444
+ year:
445
+ type: integer
446
+ description: 'Year according to format YYYY. NOTE: UTC is used'
447
+ range: YYYY
448
+ month:
449
+ type: integer
450
+ description: 'Month (01-12) according to format MM. Note: UTC is used'
451
+ range: MM
452
+ day:
453
+ type: integer
454
+ description: 'Day of month (01-31) according to format DD. Note: UTC
455
+ is used'
456
+ range: DD
457
+ hour:
458
+ type: integer
459
+ description: 'Hour of day (00-23) according to format DD. Note: UTC is
460
+ used'
461
+ range: HH
462
+ minute:
463
+ type: integer
464
+ description: 'Minute (00-59) according to format MM. Note: UTC is used'
465
+ range: MM
466
+ second:
467
+ type: integer
468
+ description: 'Second (00-59) according to format SS. Note: UTC is used'
469
+ range: SS
470
+ commands:
471
+ M0001:
472
+ description: |-
473
+ Sets functional position.
474
+ Sets the controller to yellow flash, dark mode or normal control.
475
+ Requires security code 2.
476
+ arguments:
477
+ status:
478
+ description: Set operating mode
479
+ type: string
480
+ values:
481
+ NormalControl: Normal Control
482
+ YellowFlash: Enables yellow flash
483
+ Dark: Enables dark mode
484
+ securityCode:
485
+ description: Security code 2
486
+ type: string
487
+ timeout:
488
+ description: |-
489
+ Time in minutes until controller automatically reverts to previous functional position.
490
+ 0=no automatic return
491
+ type: integer
492
+ min: 0
493
+ max: 1440
494
+ intersection:
495
+ description: Intersection number
496
+ type: integer
497
+ min: 0
498
+ max: 255
499
+ command: setValue
500
+ M0002:
501
+ description: |-
502
+ Sets current time plan.
503
+ Change of traffic program of the traffic light controller.
504
+ Typical usages is scenario based control where change of program is used to change signal timings etc.
505
+ This command changes the signal timings for optimal traffic flow.
506
+ Requires security code 2
507
+ arguments:
508
+ status:
509
+ type: boolean
510
+ description: |-
511
+ False: Controller uses time plan according to programming
512
+ True: Controller uses time plan according to command
513
+ securityCode:
514
+ type: string
515
+ description: Security code 2
516
+ range: "[text]"
517
+ timeplan:
518
+ type: integer
519
+ description: designation of time plan
520
+ range: "[1-255]"
521
+ command: setPlan
522
+ M0003:
523
+ description: |-
524
+ Sets traffic situation the controller uses.
525
+ Used for area-based control where a command can be sent to a master traffic light controller about which predefined traffic situation to use (1-255).
526
+ Traffic situation is a concept used to divide multiple TLC's into areas and sub-areas. The traffic situation gives the possibility to change the TLC sub-area dynamically depending on the time of day and the traffic flow. Depending on the traffic situation each TLC selects the time plan dynamically.
527
+ Requires security code 2
528
+ arguments:
529
+ status:
530
+ type: boolean
531
+ description: |-
532
+ False: Controller uses traffic situation according to own programming
533
+ True: Controller uses traffic situation according to command
534
+ securityCode:
535
+ type: string
536
+ description: Security code 2
537
+ range: "[text]"
538
+ traficsituation:
539
+ type: integer
540
+ description: designation of traficsituation
541
+ range: "[1-255]"
542
+ command: setTrafficSituation
543
+ M0004:
544
+ description: |-
545
+ Restarts Traffic Light Controller.
546
+ Used in the event of serious faults in the device where a restart is considered to be able to remedy a problem.
547
+ Requires security code 2
548
+ arguments:
549
+ status:
550
+ type: boolean
551
+ description: 'True: Restart controller'
552
+ securityCode:
553
+ type: string
554
+ description: Security code 2
555
+ range: "[text]"
556
+ command: setRestart
557
+ M0005:
558
+ description: |-
559
+ Activate emergency route.
560
+ The function is made for emergency prioritization. Works in the same way as the M0006 and M0008 where the traffic light controller responds to an input.
561
+ Should be used in situations where full priority is given in the emergency vehicle program.
562
+ Requires security code 2.
563
+ arguments:
564
+ status:
565
+ type: boolean
566
+ description: |-
567
+ False: Activate emergency route
568
+ True: Deactivate emergency route
569
+ securityCode:
570
+ type: string
571
+ description: Security code 2
572
+ range: "[text]"
573
+ emergencyroute:
574
+ type: integer
575
+ description: Number of emergency route
576
+ range: "[1-255]"
577
+ command: setEmergency
578
+ M0006:
579
+ description: |-
580
+ Activate input.
581
+ Set given input (1-255) of the controllers general purpose I/O to either true or false.
582
+ The function can provide an input to the traffic light controller on which a predefined action can be taken.
583
+ Can be used for all types of input where the traffic light controller must react to external control.
584
+ Typical usages are bus priority, coordination between traffic controllers, external control systems, and much more.
585
+ Requires security code 2.
586
+ arguments:
587
+ status:
588
+ type: boolean
589
+ description: |-
590
+ False: Deactivate input
591
+ True: Activate input
592
+ securityCode:
593
+ type: string
594
+ description: Security code 2
595
+ range: "[text]"
596
+ input:
597
+ type: integer
598
+ description: Number of Input
599
+ range: "[1-255]"
600
+ command: setInput
601
+ M0007:
602
+ description: |-
603
+ Activate fixed time control.
604
+ Deactivates the traffic actuated control using detectors and activates pre-timed control.
605
+ Can be used in case normal detectors can't be used, e.g. during maintenance work.
606
+ Requires security code 2.
607
+ arguments:
608
+ status:
609
+ type: boolean
610
+ description: |-
611
+ False: Deactivate fixed time control
612
+ True: Activate fixed time control
613
+ securityCode:
614
+ type: string
615
+ description: Security code 2
616
+ range: "[text]"
617
+ command: setFixedTime
618
+ M0019:
619
+ description: |-
620
+ Force input.
621
+ Force a given input (1-255) of the controllers general purpose I/O to either True or False. Can be used for all types of input where the traffic light controller must react to external control.
622
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
623
+ Requires security code 2.
624
+ arguments:
625
+ status:
626
+ type: boolean
627
+ description: |-
628
+ False: Force input
629
+ True: Release input
630
+ securityCode:
631
+ type: string
632
+ description: Security code 2
633
+ range: "[text]"
634
+ input:
635
+ type: integer
636
+ description: Number of Input
637
+ range: "[1-255]"
638
+ inputValue:
639
+ type: boolean
640
+ description: |-
641
+ False: input forced to False
642
+ True: input forced to True
643
+ command: setInput
644
+ M0103:
645
+ description: |-
646
+ Set security code.
647
+ Change the security code to use when sending commands
648
+ Security codes are used as an extra layer of security in many commands. They need to match between the supervision system and the traffic light controller in order for the commands to be executed.
649
+ arguments:
650
+ status:
651
+ type: string
652
+ values:
653
+ Level1: Change security code 1
654
+ Level2: Change security code 2
655
+ oldSecurityCode:
656
+ type: string
657
+ description: Previous security code
658
+ range: "[text]"
659
+ newSecurityCode:
660
+ type: string
661
+ description: New security code
662
+ range: "[text]"
663
+ command: setSecurityCode
664
+ M0104:
665
+ description: |-
666
+ Set clock.
667
+ Can be used to manually set the clock of the traffic light controller if automatic time synchronization (NTP or watchdog sync) is not available. For instance, during maintenance work.
668
+ Requires security code 1
669
+ arguments:
670
+ securityCode:
671
+ type: string
672
+ description: Security code 1
673
+ range: "[text]"
674
+ year:
675
+ type: integer
676
+ description: |-
677
+ Changes internal clock. Note: UTC is used
678
+ Year according to YYYY
679
+ range: "[YYYY]"
680
+ month:
681
+ type: integer
682
+ description: |-
683
+ Changes internal clock. Note: UTC is used
684
+ Month according to MM (01-12)
685
+ range: "[MM]"
686
+ day:
687
+ type: integer
688
+ description: |-
689
+ Changes internal clock. Note: UTC is used
690
+ Day in month according to DD (01-31)
691
+ range: "[DD]"
692
+ hour:
693
+ type: integer
694
+ description: |-
695
+ Changes internal clock. Note: UTC is used
696
+ Hour according to HH (00-23)
697
+ range: "[HH]"
698
+ minute:
699
+ type: integer
700
+ description: |-
701
+ Changes internal clock. Note: UTC is used
702
+ Minute according to MM (00-59)
703
+ range: "[MM]"
704
+ second:
705
+ type: integer
706
+ description: |-
707
+ Changes internal clock. Note: UTC is used
708
+ Second according to SS (00-59)
709
+ range: "[SS]"
710
+ command: setDate
711
+ Signal group:
712
+ description:
713
+ alarms:
714
+ A0008:
715
+ description: |-
716
+ Dead lock error.
717
+ Used for dead lock errors.
718
+ For instance; a signal group has requested green but is unable to switch due to a conflicting signal group for an extended period of time. At some point the request times out and the controller goes failure mode. The cause for this error is due to configuration errors or external sources.
719
+ Is a "major fault" defined according to 3.8 in EN12675 which causes the controller to switch to a "failure mode" according to 3.6 in EN12675.
720
+ priority: 2
721
+ category: D
722
+ arguments:
723
+ timeplan:
724
+ type: integer
725
+ description: Current time plan
726
+ range: "[designation]"
727
+ A0101:
728
+ description: |-
729
+ Pushbutton error.
730
+ Used for push buttons.
731
+ priority: 3
732
+ category: D
733
+ A0201:
734
+ description: |-
735
+ Serious lamp error.
736
+ Used for lamp errors.
737
+ Is a "major fault" defined according to 3.8 in EN12675 which causes the controller to switch to a "failure mode" according to 3.6 in EN12675.
738
+ priority: 2
739
+ category: D
740
+ arguments:
741
+ color:
742
+ type: string
743
+ description: Color of lamp
744
+ values:
745
+ red: red
746
+ yellow: yellow
747
+ green: green
748
+ A0202:
749
+ description: |-
750
+ Less serious lamp error.
751
+ Used for lamp errors.
752
+ Is a "minor fault" defined according to 3.11 in EN12675.
753
+ priority: 3
754
+ category: D
755
+ arguments:
756
+ color:
757
+ type: string
758
+ description: Color of lamp
759
+ values:
760
+ red: red
761
+ yellow: yellow
762
+ green: green
763
+ statuses:
764
+ S0025:
765
+ description: |-
766
+ Time-of-Green / Time-of-Red.
767
+ Provides predicted signal timings of green and red for each signal group. Max, min and likely time to green and red.
768
+ arguments:
769
+ minToGEstimate :
770
+ type: timestamp
771
+ description: |-
772
+ Time stamp for the minimum time for the signal group to go to green. If the signal group is green, it is the minimum time for the next green.
773
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
774
+ maxToGEstimate :
775
+ type: timestamp
776
+ description: |-
777
+ Time stamp for the maximum time for the signal group to go to green. If the signal group is green, it is the maximum time for the next green.
778
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
779
+ likelyToGEstimate :
780
+ type: timestamp
781
+ description: |-
782
+ Time stamp for the most likely time for the signal group to go to green. If the signal group is green, it is the most likely time for the next green.
783
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
784
+ ToGConfidence:
785
+ type: integer
786
+ description: Confidence of the likelyToGEstimate. 0-100%
787
+ range: "[0-100]"
788
+ minToREstimate :
789
+ type: timestamp
790
+ description: |-
791
+ Time stamp for the minimum time for the signal group to go to red. If the signal group is red, it is the minimum time for the next red.
792
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
793
+ maxToREstimate:
794
+ type: timestamp
795
+ description: |-
796
+ Time stamp for the maximum time for the signal group to go to red. If the signal group is red, it is the maximum time for the next red.
797
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
798
+ likelyToREstimate :
799
+ type: timestamp
800
+ description: |-
801
+ Time stamp for the most likely time for the signal group to go to red. If the signal group is red, it is the most likely time for the next red.
802
+ Format according to W3C XML dateTime with a resolution of 3 decimal places. All time stamps in UTC. E.g. 2009-10-02T14:34:34.341Z
803
+ ToRConfidence:
804
+ type: integer
805
+ description: Confidence of the likelyToREstimate. 0-100%
806
+ range: "[0-100]"
807
+ commands:
808
+ M0010:
809
+ description: |-
810
+ Start of signal group. Orders a signal group to green.
811
+ Although this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.
812
+ Intended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers. Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).
813
+ Requires security code 2
814
+ arguments:
815
+ status:
816
+ type: boolean
817
+ description: |-
818
+ False: No command (default)
819
+ True: Order a signal group to green
820
+ securityCode:
821
+ type: string
822
+ description: Security code 2
823
+ range: "[text]"
824
+ command: setStart
825
+ M0011:
826
+ description: |-
827
+ Stop of signal group. Orders a signal group to red.
828
+ Although this command is intended to be used with coordination it is not actually specified to be used for this yet. It is reserved in the SXL for possible future use.
829
+ Intended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers. Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).
830
+ Requires security code 2
831
+ arguments:
832
+ status:
833
+ type: boolean
834
+ description: |-
835
+ False: No command (default)
836
+ True: Order a signal group to red
837
+ securityCode:
838
+ type: string
839
+ description: Security code 2
840
+ range: "[text]"
841
+ command: setStop
842
+ Detector logic:
843
+ description:
844
+ alarms:
845
+ A0301:
846
+ description: |-
847
+ Detector error (hardware).
848
+ Is a "minor fault" defined according to 3.11 in EN12675.
849
+ priority: 3
850
+ category: D
851
+ arguments:
852
+ detector:
853
+ type: string
854
+ description: Designation of the detector (hardware)
855
+ range: "[designation]"
856
+ type:
857
+ type: string
858
+ description: Type of detector
859
+ values:
860
+ loop: Inductive detector loop
861
+ input: External input
862
+ errormode:
863
+ type: string
864
+ description: Detector forced on/off while detector error
865
+ values:
866
+ 'on': ''
867
+ 'off': ''
868
+ manual:
869
+ type: boolean
870
+ description: Manually controlled detector logic (True/False)
871
+ A0302:
872
+ description: |-
873
+ Detector error (logic error).
874
+ For instance; detector continuously on or off during an extended time.
875
+ Is a "minor fault" defined according to 3.11 in EN12675.
876
+ priority: 3
877
+ category: D
878
+ arguments:
879
+ detector:
880
+ type: string
881
+ description: Designation of the detector (hardware)
882
+ range: "[designation]"
883
+ type:
884
+ type: string
885
+ description: Type of detector.
886
+ values:
887
+ loop: Inductive detector loop
888
+ input: External input
889
+ errormode:
890
+ type: string
891
+ description: Detector forced on/off while detector error
892
+ values:
893
+ 'on': ''
894
+ 'off': ''
895
+ manual:
896
+ type: boolean
897
+ description: Manually controlled detector logic (True/False)
898
+ logicerror:
899
+ type: string
900
+ description: Type of logic error
901
+ values:
902
+ always_off: no detection during predefined max time
903
+ always_on: detection constantly on during predefined max time
904
+ intermittent: intermittent logic fault (flutter)
905
+ statuses:
906
+ S0201:
907
+ description: |-
908
+ Traffic Counting: Number of vehicles.
909
+ Used for Traffic counting.
910
+ arguments:
911
+ starttime:
912
+ type: timestamp
913
+ description: Time stamp for start of measuring. Format according to W3C
914
+ XML dateTime with a resolution of 3 decimal places. All time stamps
915
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
916
+ vehicles:
917
+ type: long
918
+ description: Number of vehicles on a given detector logic (since last
919
+ update)
920
+ range: "[number]"
921
+ S0202:
922
+ description: |-
923
+ Traffic Counting: Vehicle speed.
924
+ Used for Traffic counting.
925
+ arguments:
926
+ starttime:
927
+ type: timestamp
928
+ description: |-
929
+ Time stamp for start of measuring. Format according to W3C
930
+ XML dateTime with a resolution of 3 decimal places. All time stamps
931
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
932
+ speed:
933
+ type: integer
934
+ description: Average speed in km/h
935
+ range: "[speed]"
936
+ S0203:
937
+ description: |-
938
+ Traffic Counting: Occupancy.
939
+ Used for Traffic counting.
940
+ arguments:
941
+ starttime:
942
+ type: timestamp
943
+ description: |-
944
+ Time stamp for start of measuring. Format according to W3C
945
+ XML dateTime with a resolution of 3 decimal places. All time stamps
946
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
947
+ occupancy:
948
+ type: integer
949
+ description: Occupancy in percent (0-100%)
950
+ range: "[0-100]"
951
+ S0204:
952
+ description: |-
953
+ Traffic Counting: Number of vehicles of given classification.
954
+ Used for Traffic counting.
955
+ arguments:
956
+ starttime:
957
+ type: timestamp
958
+ description: |-
959
+ Time stamp for start of measuring. Format according to W3C
960
+ XML dateTime with a resolution of 3 decimal places. All time stamps
961
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
962
+ P:
963
+ type: long
964
+ description: Number of cars
965
+ range: "[number]"
966
+ PS:
967
+ type: long
968
+ description: Number of cars with trailers
969
+ range: "[number]"
970
+ L:
971
+ type: long
972
+ description: Number of trucks
973
+ range: "[number]"
974
+ LS:
975
+ type: long
976
+ description: Number of trucks with trailers
977
+ range: "[number]"
978
+ B:
979
+ type: long
980
+ description: Number of busses
981
+ range: "[number]"
982
+ SP:
983
+ type: long
984
+ description: Number of trams
985
+ range: "[number]"
986
+ MC:
987
+ type: long
988
+ description: Number of motor cycles
989
+ range: "[number]"
990
+ C:
991
+ type: long
992
+ description: Number of bicycles
993
+ range: "[number]"
994
+ F:
995
+ type: long
996
+ description: Number of pedestrians
997
+ range: "[number]"
998
+ commands:
999
+ M0008:
1000
+ description: |-
1001
+ Sets manual activation of detector logic.
1002
+ Set given detector logic (1-255) to either true or false.
1003
+ Can e.g. be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.
1004
+ Requires security code 2
1005
+ arguments:
1006
+ status:
1007
+ type: boolean
1008
+ description: |-
1009
+ False: Deactivate manual control of detector logic
1010
+ True: Activate manual control of detector logic
1011
+ securityCode:
1012
+ type: string
1013
+ description: Security code 2
1014
+ range: "[text]"
1015
+ mode:
1016
+ type: boolean
1017
+ description: |-
1018
+ False: Deactivate detector logic
1019
+ True: Activate detector logic
1020
+ command: setForceDetectorLogic