rsmp_schemer 0.4.2 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1251) hide show
  1. checksums.yaml +4 -4
  2. data/.gitmodules +2 -43
  3. data/Gemfile.lock +1 -1
  4. data/lib/rsmp_schemer/schemer.rb +13 -12
  5. data/lib/rsmp_schemer/version.rb +1 -1
  6. data/schemas/{core_3.1.2/.rspec → .rspec} +0 -0
  7. data/schemas/{core_3.1.2/Gemfile → Gemfile} +0 -0
  8. data/schemas/Gemfile.lock +37 -0
  9. data/schemas/{core_3.1.2/LICENSE → LICENSE} +0 -0
  10. data/schemas/README.md +73 -0
  11. data/schemas/examples/validate.rb +32 -0
  12. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/aggregated_status.json +0 -0
  13. data/schemas/schemas/core/3.1.1/alarm.json +58 -0
  14. data/schemas/{core_3.1.5/schema/core/alarm_suspended_resumed.json → schemas/core/3.1.1/alarm_issue.json} +0 -0
  15. data/schemas/{core_3.1.5/schema/core → schemas/core/3.1.1}/alarm_suspend_resume.json +0 -0
  16. data/schemas/schemas/core/3.1.1/alarm_suspended_resumed.json +47 -0
  17. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/command_request.json +0 -0
  18. data/schemas/schemas/core/3.1.1/command_response.json +34 -0
  19. data/schemas/schemas/core/3.1.1/core.json +38 -0
  20. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/definitions.json +0 -0
  21. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/message_ack.json +0 -0
  22. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/message_not_ack.json +0 -0
  23. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/rsmp.json +0 -0
  24. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status.json +0 -0
  25. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_request.json +0 -0
  26. data/schemas/schemas/core/3.1.1/status_response.json +30 -0
  27. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_subscribe.json +0 -0
  28. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/status_unsubscribe.json +0 -0
  29. data/schemas/schemas/core/3.1.1/status_update.json +30 -0
  30. data/schemas/{core_3.1.2/schema/core → schemas/core/3.1.1}/version.json +0 -0
  31. data/schemas/schemas/core/3.1.1/watchdog.json +9 -0
  32. data/schemas/schemas/core/3.1.2/rsmp.json +3 -0
  33. data/schemas/schemas/core/3.1.3/rsmp.json +124 -0
  34. data/schemas/schemas/core/3.1.3/status_response.json +30 -0
  35. data/schemas/schemas/core/3.1.3/status_update.json +30 -0
  36. data/schemas/schemas/core/3.1.4/rsmp.json +3 -0
  37. data/schemas/schemas/core/3.1.5/aggregated_status_request.json +9 -0
  38. data/schemas/schemas/core/3.1.5/alarm.json +68 -0
  39. data/schemas/schemas/core/3.1.5/alarm_request.json +3 -0
  40. data/schemas/schemas/core/3.1.5/core.json +39 -0
  41. data/schemas/schemas/core/3.1.5/rsmp.json +133 -0
  42. data/schemas/schemas/core/3.1.5/status.json +21 -0
  43. data/schemas/schemas/core/3.1.5/status_subscribe.json +31 -0
  44. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0001.json +0 -0
  45. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0002.json +0 -0
  46. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0003.json +0 -0
  47. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0004.json +0 -0
  48. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0005.json +0 -0
  49. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0006.json +0 -0
  50. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0007.json +0 -0
  51. data/schemas/schemas/tlc/1.0.10/alarms/A0008.json +34 -0
  52. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0009.json +0 -0
  53. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0101.json +0 -0
  54. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0201.json +0 -0
  55. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/alarms/A0202.json +0 -0
  56. data/schemas/schemas/tlc/1.0.10/alarms/A0301.json +105 -0
  57. data/schemas/schemas/tlc/1.0.10/alarms/A0302.json +131 -0
  58. data/schemas/schemas/tlc/1.0.10/alarms/alarms.json +238 -0
  59. data/schemas/schemas/tlc/1.0.10/commands/M0001.json +105 -0
  60. data/schemas/schemas/tlc/1.0.10/commands/M0002.json +79 -0
  61. data/schemas/schemas/tlc/1.0.10/commands/M0003.json +79 -0
  62. data/schemas/schemas/tlc/1.0.10/commands/M0004.json +58 -0
  63. data/schemas/schemas/tlc/1.0.10/commands/M0005.json +79 -0
  64. data/schemas/schemas/tlc/1.0.10/commands/M0006.json +79 -0
  65. data/schemas/schemas/tlc/1.0.10/commands/M0007.json +58 -0
  66. data/schemas/schemas/tlc/1.0.10/commands/M0008.json +79 -0
  67. data/schemas/schemas/tlc/1.0.10/commands/M0010.json +58 -0
  68. data/schemas/schemas/tlc/1.0.10/commands/M0011.json +58 -0
  69. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/commands/M0012.json +0 -0
  70. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/commands/M0013.json +0 -0
  71. data/schemas/schemas/tlc/1.0.10/commands/M0019.json +100 -0
  72. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/commands/M0103.json +0 -0
  73. data/schemas/schemas/tlc/1.0.10/commands/M0104.json +163 -0
  74. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/commands/command_requests.json +0 -0
  75. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/commands/command_responses.json +0 -0
  76. data/schemas/schemas/tlc/1.0.10/commands/commands.json +254 -0
  77. data/schemas/schemas/tlc/1.0.10/statuses/S0001.json +98 -0
  78. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0002.json +0 -0
  79. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0003.json +0 -0
  80. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0004.json +0 -0
  81. data/schemas/schemas/tlc/1.0.10/statuses/S0005.json +34 -0
  82. data/schemas/schemas/tlc/1.0.10/statuses/S0006.json +55 -0
  83. data/schemas/schemas/tlc/1.0.10/statuses/S0007.json +55 -0
  84. data/schemas/schemas/tlc/1.0.10/statuses/S0008.json +55 -0
  85. data/schemas/schemas/tlc/1.0.10/statuses/S0009.json +55 -0
  86. data/schemas/schemas/tlc/1.0.10/statuses/S0010.json +55 -0
  87. data/schemas/schemas/tlc/1.0.10/statuses/S0011.json +55 -0
  88. data/schemas/schemas/tlc/1.0.10/statuses/S0012.json +55 -0
  89. data/schemas/schemas/tlc/1.0.10/statuses/S0013.json +55 -0
  90. data/schemas/schemas/tlc/1.0.10/statuses/S0014.json +34 -0
  91. data/schemas/schemas/tlc/1.0.10/statuses/S0015.json +34 -0
  92. data/schemas/schemas/tlc/1.0.10/statuses/S0016.json +34 -0
  93. data/schemas/schemas/tlc/1.0.10/statuses/S0017.json +34 -0
  94. data/schemas/schemas/tlc/1.0.10/statuses/S0018.json +34 -0
  95. data/schemas/schemas/tlc/1.0.10/statuses/S0019.json +34 -0
  96. data/schemas/schemas/tlc/1.0.10/statuses/S0020.json +61 -0
  97. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0021.json +0 -0
  98. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0091.json +0 -0
  99. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0092.json +0 -0
  100. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.10}/statuses/S0095.json +0 -0
  101. data/schemas/schemas/tlc/1.0.10/statuses/S0096.json +139 -0
  102. data/schemas/schemas/tlc/1.0.10/statuses/S0201.json +55 -0
  103. data/schemas/schemas/tlc/1.0.10/statuses/S0202.json +55 -0
  104. data/schemas/schemas/tlc/1.0.10/statuses/S0203.json +55 -0
  105. data/schemas/schemas/tlc/1.0.10/statuses/S0204.json +223 -0
  106. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.10}/statuses/statuses.json +0 -0
  107. data/schemas/schemas/tlc/1.0.10/sxl.json +73 -0
  108. data/schemas/schemas/tlc/1.0.10/sxl.yaml +1053 -0
  109. data/schemas/schemas/tlc/1.0.13/alarms/A0001.json +7 -0
  110. data/schemas/schemas/tlc/1.0.13/alarms/A0002.json +7 -0
  111. data/schemas/schemas/tlc/1.0.13/alarms/A0003.json +7 -0
  112. data/schemas/schemas/tlc/1.0.13/alarms/A0004.json +7 -0
  113. data/schemas/schemas/tlc/1.0.13/alarms/A0005.json +7 -0
  114. data/schemas/schemas/tlc/1.0.13/alarms/A0006.json +7 -0
  115. data/schemas/schemas/tlc/1.0.13/alarms/A0007.json +7 -0
  116. data/schemas/schemas/tlc/1.0.13/alarms/A0008.json +34 -0
  117. data/schemas/schemas/tlc/1.0.13/alarms/A0009.json +7 -0
  118. data/schemas/schemas/tlc/1.0.13/alarms/A0101.json +7 -0
  119. data/schemas/schemas/tlc/1.0.13/alarms/A0201.json +39 -0
  120. data/schemas/schemas/tlc/1.0.13/alarms/A0202.json +39 -0
  121. data/schemas/schemas/tlc/1.0.13/alarms/A0301.json +105 -0
  122. data/schemas/schemas/tlc/1.0.13/alarms/A0302.json +131 -0
  123. data/schemas/schemas/tlc/1.0.13/alarms/alarms.json +238 -0
  124. data/schemas/schemas/tlc/1.0.13/commands/M0001.json +105 -0
  125. data/schemas/schemas/tlc/1.0.13/commands/M0002.json +79 -0
  126. data/schemas/schemas/tlc/1.0.13/commands/M0003.json +79 -0
  127. data/schemas/schemas/tlc/1.0.13/commands/M0004.json +58 -0
  128. data/schemas/schemas/tlc/1.0.13/commands/M0005.json +79 -0
  129. data/schemas/schemas/tlc/1.0.13/commands/M0006.json +79 -0
  130. data/schemas/schemas/tlc/1.0.13/commands/M0007.json +58 -0
  131. data/schemas/schemas/tlc/1.0.13/commands/M0008.json +79 -0
  132. data/schemas/schemas/tlc/1.0.13/commands/M0010.json +58 -0
  133. data/schemas/schemas/tlc/1.0.13/commands/M0011.json +58 -0
  134. data/schemas/schemas/tlc/1.0.13/commands/M0012.json +58 -0
  135. data/schemas/schemas/tlc/1.0.13/commands/M0013.json +58 -0
  136. data/schemas/schemas/tlc/1.0.13/commands/M0014.json +79 -0
  137. data/schemas/schemas/tlc/1.0.13/commands/M0015.json +79 -0
  138. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/commands/M0016.json +0 -0
  139. data/schemas/schemas/tlc/1.0.13/commands/M0017.json +58 -0
  140. data/schemas/schemas/tlc/1.0.13/commands/M0018.json +79 -0
  141. data/schemas/schemas/tlc/1.0.13/commands/M0019.json +100 -0
  142. data/schemas/schemas/tlc/1.0.13/commands/M0103.json +82 -0
  143. data/schemas/schemas/tlc/1.0.13/commands/M0104.json +163 -0
  144. data/schemas/{tlc_1.0.13/schema/tlc → schemas/tlc/1.0.13}/commands/command_requests.json +0 -0
  145. data/schemas/{tlc_1.0.13/schema/tlc → schemas/tlc/1.0.13}/commands/command_responses.json +0 -0
  146. data/schemas/schemas/tlc/1.0.13/commands/commands.json +334 -0
  147. data/schemas/schemas/tlc/1.0.13/statuses/S0001.json +98 -0
  148. data/schemas/schemas/tlc/1.0.13/statuses/S0002.json +34 -0
  149. data/schemas/schemas/tlc/1.0.13/statuses/S0003.json +55 -0
  150. data/schemas/schemas/tlc/1.0.13/statuses/S0004.json +55 -0
  151. data/schemas/schemas/tlc/1.0.13/statuses/S0005.json +34 -0
  152. data/schemas/schemas/tlc/1.0.13/statuses/S0006.json +55 -0
  153. data/schemas/schemas/tlc/1.0.13/statuses/S0007.json +55 -0
  154. data/schemas/schemas/tlc/1.0.13/statuses/S0008.json +55 -0
  155. data/schemas/schemas/tlc/1.0.13/statuses/S0009.json +55 -0
  156. data/schemas/schemas/tlc/1.0.13/statuses/S0010.json +55 -0
  157. data/schemas/schemas/tlc/1.0.13/statuses/S0011.json +55 -0
  158. data/schemas/schemas/tlc/1.0.13/statuses/S0012.json +55 -0
  159. data/schemas/schemas/tlc/1.0.13/statuses/S0013.json +55 -0
  160. data/schemas/schemas/tlc/1.0.13/statuses/S0014.json +34 -0
  161. data/schemas/schemas/tlc/1.0.13/statuses/S0015.json +34 -0
  162. data/schemas/schemas/tlc/1.0.13/statuses/S0016.json +34 -0
  163. data/schemas/schemas/tlc/1.0.13/statuses/S0017.json +34 -0
  164. data/schemas/schemas/tlc/1.0.13/statuses/S0018.json +34 -0
  165. data/schemas/schemas/tlc/1.0.13/statuses/S0019.json +34 -0
  166. data/schemas/schemas/tlc/1.0.13/statuses/S0020.json +61 -0
  167. data/schemas/schemas/tlc/1.0.13/statuses/S0021.json +35 -0
  168. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0022.json +0 -0
  169. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0023.json +0 -0
  170. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0024.json +0 -0
  171. data/schemas/schemas/tlc/1.0.13/statuses/S0025.json +181 -0
  172. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0026.json +0 -0
  173. data/schemas/schemas/tlc/1.0.13/statuses/S0027.json +34 -0
  174. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0028.json +0 -0
  175. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.13}/statuses/S0029.json +0 -0
  176. data/schemas/schemas/tlc/1.0.13/statuses/S0091.json +58 -0
  177. data/schemas/schemas/tlc/1.0.13/statuses/S0092.json +58 -0
  178. data/schemas/schemas/tlc/1.0.13/statuses/S0095.json +34 -0
  179. data/schemas/schemas/tlc/1.0.13/statuses/S0096.json +139 -0
  180. data/schemas/schemas/tlc/1.0.13/statuses/S0201.json +55 -0
  181. data/schemas/schemas/tlc/1.0.13/statuses/S0202.json +55 -0
  182. data/schemas/schemas/tlc/1.0.13/statuses/S0203.json +55 -0
  183. data/schemas/schemas/tlc/1.0.13/statuses/S0204.json +223 -0
  184. data/schemas/schemas/tlc/1.0.13/statuses/statuses.json +610 -0
  185. data/schemas/schemas/tlc/1.0.13/sxl.json +73 -0
  186. data/schemas/schemas/tlc/1.0.13/sxl.yaml +1370 -0
  187. data/schemas/schemas/tlc/1.0.14/alarms/A0001.json +7 -0
  188. data/schemas/schemas/tlc/1.0.14/alarms/A0002.json +7 -0
  189. data/schemas/schemas/tlc/1.0.14/alarms/A0003.json +7 -0
  190. data/schemas/schemas/tlc/1.0.14/alarms/A0004.json +7 -0
  191. data/schemas/schemas/tlc/1.0.14/alarms/A0005.json +7 -0
  192. data/schemas/schemas/tlc/1.0.14/alarms/A0006.json +7 -0
  193. data/schemas/schemas/tlc/1.0.14/alarms/A0007.json +7 -0
  194. data/schemas/schemas/tlc/1.0.14/alarms/A0008.json +34 -0
  195. data/schemas/schemas/tlc/1.0.14/alarms/A0009.json +7 -0
  196. data/schemas/schemas/tlc/1.0.14/alarms/A0101.json +7 -0
  197. data/schemas/schemas/tlc/1.0.14/alarms/A0201.json +39 -0
  198. data/schemas/schemas/tlc/1.0.14/alarms/A0202.json +39 -0
  199. data/schemas/schemas/tlc/1.0.14/alarms/A0301.json +105 -0
  200. data/schemas/schemas/tlc/1.0.14/alarms/A0302.json +131 -0
  201. data/schemas/schemas/tlc/1.0.14/alarms/alarms.json +238 -0
  202. data/schemas/schemas/tlc/1.0.14/commands/M0001.json +105 -0
  203. data/schemas/schemas/tlc/1.0.14/commands/M0002.json +79 -0
  204. data/schemas/schemas/tlc/1.0.14/commands/M0003.json +79 -0
  205. data/schemas/schemas/tlc/1.0.14/commands/M0004.json +58 -0
  206. data/schemas/schemas/tlc/1.0.14/commands/M0005.json +79 -0
  207. data/schemas/schemas/tlc/1.0.14/commands/M0006.json +79 -0
  208. data/schemas/schemas/tlc/1.0.14/commands/M0007.json +58 -0
  209. data/schemas/schemas/tlc/1.0.14/commands/M0008.json +79 -0
  210. data/schemas/schemas/tlc/1.0.14/commands/M0010.json +58 -0
  211. data/schemas/schemas/tlc/1.0.14/commands/M0011.json +58 -0
  212. data/schemas/schemas/tlc/1.0.14/commands/M0012.json +58 -0
  213. data/schemas/schemas/tlc/1.0.14/commands/M0013.json +58 -0
  214. data/schemas/schemas/tlc/1.0.14/commands/M0014.json +79 -0
  215. data/schemas/schemas/tlc/1.0.14/commands/M0015.json +79 -0
  216. data/schemas/schemas/tlc/1.0.14/commands/M0016.json +58 -0
  217. data/schemas/schemas/tlc/1.0.14/commands/M0017.json +58 -0
  218. data/schemas/schemas/tlc/1.0.14/commands/M0018.json +79 -0
  219. data/schemas/schemas/tlc/1.0.14/commands/M0019.json +100 -0
  220. data/schemas/schemas/tlc/1.0.14/commands/M0103.json +82 -0
  221. data/schemas/schemas/tlc/1.0.14/commands/M0104.json +163 -0
  222. data/schemas/{tlc_1.0.14/schema/tlc → schemas/tlc/1.0.14}/commands/command_requests.json +0 -0
  223. data/schemas/{tlc_1.0.14/schema/tlc → schemas/tlc/1.0.14}/commands/command_responses.json +0 -0
  224. data/schemas/schemas/tlc/1.0.14/commands/commands.json +334 -0
  225. data/schemas/schemas/tlc/1.0.14/statuses/S0001.json +98 -0
  226. data/schemas/schemas/tlc/1.0.14/statuses/S0002.json +34 -0
  227. data/schemas/schemas/tlc/1.0.14/statuses/S0003.json +55 -0
  228. data/schemas/schemas/tlc/1.0.14/statuses/S0004.json +55 -0
  229. data/schemas/schemas/tlc/1.0.14/statuses/S0005.json +34 -0
  230. data/schemas/schemas/tlc/1.0.14/statuses/S0006.json +55 -0
  231. data/schemas/schemas/tlc/1.0.14/statuses/S0007.json +55 -0
  232. data/schemas/schemas/tlc/1.0.14/statuses/S0008.json +55 -0
  233. data/schemas/schemas/tlc/1.0.14/statuses/S0009.json +55 -0
  234. data/schemas/schemas/tlc/1.0.14/statuses/S0010.json +55 -0
  235. data/schemas/schemas/tlc/1.0.14/statuses/S0011.json +55 -0
  236. data/schemas/schemas/tlc/1.0.14/statuses/S0012.json +55 -0
  237. data/schemas/schemas/tlc/1.0.14/statuses/S0013.json +55 -0
  238. data/schemas/schemas/tlc/1.0.14/statuses/S0014.json +34 -0
  239. data/schemas/schemas/tlc/1.0.14/statuses/S0015.json +34 -0
  240. data/schemas/schemas/tlc/1.0.14/statuses/S0016.json +34 -0
  241. data/schemas/schemas/tlc/1.0.14/statuses/S0017.json +34 -0
  242. data/schemas/schemas/tlc/1.0.14/statuses/S0018.json +34 -0
  243. data/schemas/schemas/tlc/1.0.14/statuses/S0019.json +34 -0
  244. data/schemas/schemas/tlc/1.0.14/statuses/S0020.json +61 -0
  245. data/schemas/schemas/tlc/1.0.14/statuses/S0021.json +35 -0
  246. data/schemas/schemas/tlc/1.0.14/statuses/S0022.json +34 -0
  247. data/schemas/schemas/tlc/1.0.14/statuses/S0023.json +35 -0
  248. data/schemas/schemas/tlc/1.0.14/statuses/S0024.json +35 -0
  249. data/schemas/schemas/tlc/1.0.14/statuses/S0025.json +181 -0
  250. data/schemas/schemas/tlc/1.0.14/statuses/S0026.json +34 -0
  251. data/schemas/schemas/tlc/1.0.14/statuses/S0027.json +34 -0
  252. data/schemas/schemas/tlc/1.0.14/statuses/S0028.json +34 -0
  253. data/schemas/schemas/tlc/1.0.14/statuses/S0029.json +34 -0
  254. data/schemas/schemas/tlc/1.0.14/statuses/S0091.json +58 -0
  255. data/schemas/schemas/tlc/1.0.14/statuses/S0092.json +58 -0
  256. data/schemas/schemas/tlc/1.0.14/statuses/S0095.json +34 -0
  257. data/schemas/schemas/tlc/1.0.14/statuses/S0096.json +139 -0
  258. data/schemas/schemas/tlc/1.0.14/statuses/S0201.json +55 -0
  259. data/schemas/schemas/tlc/1.0.14/statuses/S0202.json +55 -0
  260. data/schemas/schemas/tlc/1.0.14/statuses/S0203.json +55 -0
  261. data/schemas/schemas/tlc/1.0.14/statuses/S0204.json +223 -0
  262. data/schemas/schemas/tlc/1.0.14/statuses/S0205.json +55 -0
  263. data/schemas/schemas/tlc/1.0.14/statuses/S0206.json +55 -0
  264. data/schemas/schemas/tlc/1.0.14/statuses/S0207.json +55 -0
  265. data/schemas/schemas/tlc/1.0.14/statuses/S0208.json +223 -0
  266. data/schemas/schemas/tlc/1.0.14/statuses/statuses.json +674 -0
  267. data/schemas/schemas/tlc/1.0.14/sxl.json +73 -0
  268. data/schemas/schemas/tlc/1.0.14/sxl.yaml +1508 -0
  269. data/schemas/schemas/tlc/1.0.15/alarms/A0001.json +7 -0
  270. data/schemas/schemas/tlc/1.0.15/alarms/A0002.json +7 -0
  271. data/schemas/schemas/tlc/1.0.15/alarms/A0003.json +7 -0
  272. data/schemas/schemas/tlc/1.0.15/alarms/A0004.json +7 -0
  273. data/schemas/schemas/tlc/1.0.15/alarms/A0005.json +7 -0
  274. data/schemas/schemas/tlc/1.0.15/alarms/A0006.json +7 -0
  275. data/schemas/schemas/tlc/1.0.15/alarms/A0007.json +7 -0
  276. data/schemas/schemas/tlc/1.0.15/alarms/A0008.json +34 -0
  277. data/schemas/schemas/tlc/1.0.15/alarms/A0009.json +7 -0
  278. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/alarms/A0010.json +0 -0
  279. data/schemas/schemas/tlc/1.0.15/alarms/A0101.json +7 -0
  280. data/schemas/schemas/tlc/1.0.15/alarms/A0201.json +39 -0
  281. data/schemas/schemas/tlc/1.0.15/alarms/A0202.json +39 -0
  282. data/schemas/schemas/tlc/1.0.15/alarms/A0301.json +105 -0
  283. data/schemas/schemas/tlc/1.0.15/alarms/A0302.json +131 -0
  284. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.15}/alarms/alarms.json +0 -0
  285. data/schemas/schemas/tlc/1.0.15/commands/M0001.json +105 -0
  286. data/schemas/schemas/tlc/1.0.15/commands/M0002.json +79 -0
  287. data/schemas/schemas/tlc/1.0.15/commands/M0003.json +79 -0
  288. data/schemas/schemas/tlc/1.0.15/commands/M0004.json +58 -0
  289. data/schemas/schemas/tlc/1.0.15/commands/M0005.json +79 -0
  290. data/schemas/schemas/tlc/1.0.15/commands/M0006.json +79 -0
  291. data/schemas/schemas/tlc/1.0.15/commands/M0007.json +58 -0
  292. data/schemas/schemas/tlc/1.0.15/commands/M0008.json +79 -0
  293. data/schemas/schemas/tlc/1.0.15/commands/M0010.json +58 -0
  294. data/schemas/schemas/tlc/1.0.15/commands/M0011.json +58 -0
  295. data/schemas/schemas/tlc/1.0.15/commands/M0012.json +58 -0
  296. data/schemas/schemas/tlc/1.0.15/commands/M0013.json +58 -0
  297. data/schemas/schemas/tlc/1.0.15/commands/M0014.json +79 -0
  298. data/schemas/schemas/tlc/1.0.15/commands/M0015.json +79 -0
  299. data/schemas/schemas/tlc/1.0.15/commands/M0016.json +58 -0
  300. data/schemas/schemas/tlc/1.0.15/commands/M0017.json +58 -0
  301. data/schemas/schemas/tlc/1.0.15/commands/M0018.json +79 -0
  302. data/schemas/schemas/tlc/1.0.15/commands/M0019.json +100 -0
  303. data/schemas/schemas/tlc/1.0.15/commands/M0020.json +100 -0
  304. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/commands/M0021.json +0 -0
  305. data/schemas/schemas/tlc/1.0.15/commands/M0103.json +82 -0
  306. data/schemas/schemas/tlc/1.0.15/commands/M0104.json +163 -0
  307. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/commands/command_requests.json +0 -0
  308. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/commands/command_responses.json +0 -0
  309. data/schemas/{tlc_1.0.10/schema/tlc → schemas/tlc/1.0.15}/commands/commands.json +0 -0
  310. data/schemas/schemas/tlc/1.0.15/statuses/S0001.json +98 -0
  311. data/schemas/schemas/tlc/1.0.15/statuses/S0002.json +34 -0
  312. data/schemas/schemas/tlc/1.0.15/statuses/S0003.json +55 -0
  313. data/schemas/schemas/tlc/1.0.15/statuses/S0004.json +55 -0
  314. data/schemas/schemas/tlc/1.0.15/statuses/S0005.json +34 -0
  315. data/schemas/schemas/tlc/1.0.15/statuses/S0006.json +55 -0
  316. data/schemas/schemas/tlc/1.0.15/statuses/S0007.json +55 -0
  317. data/schemas/schemas/tlc/1.0.15/statuses/S0008.json +55 -0
  318. data/schemas/schemas/tlc/1.0.15/statuses/S0009.json +55 -0
  319. data/schemas/schemas/tlc/1.0.15/statuses/S0010.json +55 -0
  320. data/schemas/schemas/tlc/1.0.15/statuses/S0011.json +55 -0
  321. data/schemas/schemas/tlc/1.0.15/statuses/S0012.json +55 -0
  322. data/schemas/schemas/tlc/1.0.15/statuses/S0013.json +55 -0
  323. data/schemas/schemas/tlc/1.0.15/statuses/S0014.json +34 -0
  324. data/schemas/schemas/tlc/1.0.15/statuses/S0015.json +34 -0
  325. data/schemas/schemas/tlc/1.0.15/statuses/S0016.json +34 -0
  326. data/schemas/schemas/tlc/1.0.15/statuses/S0017.json +34 -0
  327. data/schemas/schemas/tlc/1.0.15/statuses/S0018.json +34 -0
  328. data/schemas/schemas/tlc/1.0.15/statuses/S0019.json +34 -0
  329. data/schemas/schemas/tlc/1.0.15/statuses/S0020.json +61 -0
  330. data/schemas/schemas/tlc/1.0.15/statuses/S0021.json +35 -0
  331. data/schemas/schemas/tlc/1.0.15/statuses/S0022.json +34 -0
  332. data/schemas/schemas/tlc/1.0.15/statuses/S0023.json +35 -0
  333. data/schemas/schemas/tlc/1.0.15/statuses/S0024.json +35 -0
  334. data/schemas/schemas/tlc/1.0.15/statuses/S0025.json +181 -0
  335. data/schemas/schemas/tlc/1.0.15/statuses/S0026.json +34 -0
  336. data/schemas/schemas/tlc/1.0.15/statuses/S0027.json +34 -0
  337. data/schemas/schemas/tlc/1.0.15/statuses/S0028.json +34 -0
  338. data/schemas/schemas/tlc/1.0.15/statuses/S0029.json +34 -0
  339. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/statuses/S0030.json +0 -0
  340. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/statuses/S0031.json +0 -0
  341. data/schemas/schemas/tlc/1.0.15/statuses/S0091.json +58 -0
  342. data/schemas/schemas/tlc/1.0.15/statuses/S0092.json +58 -0
  343. data/schemas/schemas/tlc/1.0.15/statuses/S0095.json +34 -0
  344. data/schemas/schemas/tlc/1.0.15/statuses/S0096.json +139 -0
  345. data/schemas/schemas/tlc/1.0.15/statuses/S0097.json +55 -0
  346. data/schemas/schemas/tlc/1.0.15/statuses/S0098.json +76 -0
  347. data/schemas/schemas/tlc/1.0.15/statuses/S0201.json +55 -0
  348. data/schemas/schemas/tlc/1.0.15/statuses/S0202.json +55 -0
  349. data/schemas/schemas/tlc/1.0.15/statuses/S0203.json +55 -0
  350. data/schemas/schemas/tlc/1.0.15/statuses/S0204.json +223 -0
  351. data/schemas/schemas/tlc/1.0.15/statuses/S0205.json +55 -0
  352. data/schemas/schemas/tlc/1.0.15/statuses/S0206.json +55 -0
  353. data/schemas/schemas/tlc/1.0.15/statuses/S0207.json +55 -0
  354. data/schemas/schemas/tlc/1.0.15/statuses/S0208.json +223 -0
  355. data/schemas/{tlc_1.0.15/schema/tlc → schemas/tlc/1.0.15}/statuses/statuses.json +0 -0
  356. data/schemas/schemas/tlc/1.0.15/sxl.json +73 -0
  357. data/schemas/schemas/tlc/1.0.15/sxl.yaml +1654 -0
  358. data/schemas/schemas/tlc/1.0.7/alarms/A0001.json +7 -0
  359. data/schemas/schemas/tlc/1.0.7/alarms/A0002.json +7 -0
  360. data/schemas/schemas/tlc/1.0.7/alarms/A0003.json +7 -0
  361. data/schemas/schemas/tlc/1.0.7/alarms/A0004.json +7 -0
  362. data/schemas/schemas/tlc/1.0.7/alarms/A0005.json +7 -0
  363. data/schemas/schemas/tlc/1.0.7/alarms/A0006.json +7 -0
  364. data/schemas/schemas/tlc/1.0.7/alarms/A0007.json +7 -0
  365. data/schemas/schemas/tlc/1.0.7/alarms/A0008.json +34 -0
  366. data/schemas/schemas/tlc/1.0.7/alarms/A0009.json +7 -0
  367. data/schemas/schemas/tlc/1.0.7/alarms/A0101.json +7 -0
  368. data/schemas/schemas/tlc/1.0.7/alarms/A0201.json +39 -0
  369. data/schemas/schemas/tlc/1.0.7/alarms/A0202.json +39 -0
  370. data/schemas/schemas/tlc/1.0.7/alarms/A0301.json +105 -0
  371. data/schemas/schemas/tlc/1.0.7/alarms/A0302.json +131 -0
  372. data/schemas/schemas/tlc/1.0.7/alarms/alarms.json +238 -0
  373. data/schemas/schemas/tlc/1.0.7/commands/M0001.json +105 -0
  374. data/schemas/schemas/tlc/1.0.7/commands/M0002.json +79 -0
  375. data/schemas/schemas/tlc/1.0.7/commands/M0003.json +79 -0
  376. data/schemas/schemas/tlc/1.0.7/commands/M0004.json +58 -0
  377. data/schemas/schemas/tlc/1.0.7/commands/M0005.json +79 -0
  378. data/schemas/schemas/tlc/1.0.7/commands/M0006.json +79 -0
  379. data/schemas/schemas/tlc/1.0.7/commands/M0007.json +58 -0
  380. data/schemas/schemas/tlc/1.0.7/commands/M0008.json +79 -0
  381. data/schemas/schemas/tlc/1.0.7/commands/M0010.json +58 -0
  382. data/schemas/schemas/tlc/1.0.7/commands/M0011.json +58 -0
  383. data/schemas/schemas/tlc/1.0.7/commands/M0019.json +100 -0
  384. data/schemas/schemas/tlc/1.0.7/commands/M0103.json +82 -0
  385. data/schemas/schemas/tlc/1.0.7/commands/M0104.json +163 -0
  386. data/schemas/{tlc_1.0.7/schema/tlc → schemas/tlc/1.0.7}/commands/command_requests.json +0 -0
  387. data/schemas/{tlc_1.0.7/schema/tlc → schemas/tlc/1.0.7}/commands/command_responses.json +0 -0
  388. data/schemas/schemas/tlc/1.0.7/commands/commands.json +222 -0
  389. data/schemas/schemas/tlc/1.0.7/statuses/S0001.json +98 -0
  390. data/schemas/schemas/tlc/1.0.7/statuses/S0002.json +34 -0
  391. data/schemas/schemas/tlc/1.0.7/statuses/S0003.json +55 -0
  392. data/schemas/schemas/tlc/1.0.7/statuses/S0004.json +55 -0
  393. data/schemas/schemas/tlc/1.0.7/statuses/S0005.json +34 -0
  394. data/schemas/schemas/tlc/1.0.7/statuses/S0006.json +55 -0
  395. data/schemas/schemas/tlc/1.0.7/statuses/S0007.json +55 -0
  396. data/schemas/schemas/tlc/1.0.7/statuses/S0008.json +55 -0
  397. data/schemas/schemas/tlc/1.0.7/statuses/S0009.json +55 -0
  398. data/schemas/schemas/tlc/1.0.7/statuses/S0010.json +55 -0
  399. data/schemas/schemas/tlc/1.0.7/statuses/S0011.json +55 -0
  400. data/schemas/schemas/tlc/1.0.7/statuses/S0012.json +55 -0
  401. data/schemas/schemas/tlc/1.0.7/statuses/S0013.json +55 -0
  402. data/schemas/schemas/tlc/1.0.7/statuses/S0014.json +34 -0
  403. data/schemas/schemas/tlc/1.0.7/statuses/S0015.json +34 -0
  404. data/schemas/schemas/tlc/1.0.7/statuses/S0016.json +34 -0
  405. data/schemas/schemas/tlc/1.0.7/statuses/S0017.json +34 -0
  406. data/schemas/schemas/tlc/1.0.7/statuses/S0018.json +34 -0
  407. data/schemas/schemas/tlc/1.0.7/statuses/S0019.json +34 -0
  408. data/schemas/schemas/tlc/1.0.7/statuses/S0020.json +61 -0
  409. data/schemas/schemas/tlc/1.0.7/statuses/S0021.json +35 -0
  410. data/schemas/schemas/tlc/1.0.7/statuses/S0025.json +181 -0
  411. data/schemas/schemas/tlc/1.0.7/statuses/S0091.json +58 -0
  412. data/schemas/schemas/tlc/1.0.7/statuses/S0092.json +58 -0
  413. data/schemas/schemas/tlc/1.0.7/statuses/S0095.json +34 -0
  414. data/schemas/schemas/tlc/1.0.7/statuses/S0096.json +139 -0
  415. data/schemas/schemas/tlc/1.0.7/statuses/S0201.json +55 -0
  416. data/schemas/schemas/tlc/1.0.7/statuses/S0202.json +55 -0
  417. data/schemas/schemas/tlc/1.0.7/statuses/S0203.json +55 -0
  418. data/schemas/schemas/tlc/1.0.7/statuses/S0204.json +223 -0
  419. data/schemas/schemas/tlc/1.0.7/statuses/statuses.json +498 -0
  420. data/schemas/schemas/tlc/1.0.7/sxl.json +73 -0
  421. data/schemas/schemas/tlc/1.0.7/sxl.yaml +1020 -0
  422. data/schemas/schemas/tlc/1.0.8/alarms/A0001.json +7 -0
  423. data/schemas/schemas/tlc/1.0.8/alarms/A0002.json +7 -0
  424. data/schemas/schemas/tlc/1.0.8/alarms/A0003.json +7 -0
  425. data/schemas/schemas/tlc/1.0.8/alarms/A0004.json +7 -0
  426. data/schemas/schemas/tlc/1.0.8/alarms/A0005.json +7 -0
  427. data/schemas/schemas/tlc/1.0.8/alarms/A0006.json +7 -0
  428. data/schemas/schemas/tlc/1.0.8/alarms/A0007.json +7 -0
  429. data/schemas/schemas/tlc/1.0.8/alarms/A0008.json +34 -0
  430. data/schemas/schemas/tlc/1.0.8/alarms/A0009.json +7 -0
  431. data/schemas/schemas/tlc/1.0.8/alarms/A0101.json +7 -0
  432. data/schemas/schemas/tlc/1.0.8/alarms/A0201.json +39 -0
  433. data/schemas/schemas/tlc/1.0.8/alarms/A0202.json +39 -0
  434. data/schemas/schemas/tlc/1.0.8/alarms/A0301.json +105 -0
  435. data/schemas/schemas/tlc/1.0.8/alarms/A0302.json +131 -0
  436. data/schemas/schemas/tlc/1.0.8/alarms/alarms.json +238 -0
  437. data/schemas/schemas/tlc/1.0.8/commands/M0001.json +105 -0
  438. data/schemas/schemas/tlc/1.0.8/commands/M0002.json +79 -0
  439. data/schemas/schemas/tlc/1.0.8/commands/M0003.json +79 -0
  440. data/schemas/schemas/tlc/1.0.8/commands/M0004.json +58 -0
  441. data/schemas/schemas/tlc/1.0.8/commands/M0005.json +79 -0
  442. data/schemas/schemas/tlc/1.0.8/commands/M0006.json +79 -0
  443. data/schemas/schemas/tlc/1.0.8/commands/M0007.json +58 -0
  444. data/schemas/schemas/tlc/1.0.8/commands/M0008.json +79 -0
  445. data/schemas/schemas/tlc/1.0.8/commands/M0010.json +58 -0
  446. data/schemas/schemas/tlc/1.0.8/commands/M0011.json +58 -0
  447. data/schemas/schemas/tlc/1.0.8/commands/M0012.json +58 -0
  448. data/schemas/schemas/tlc/1.0.8/commands/M0013.json +58 -0
  449. data/schemas/schemas/tlc/1.0.8/commands/M0019.json +100 -0
  450. data/schemas/schemas/tlc/1.0.8/commands/M0103.json +82 -0
  451. data/schemas/schemas/tlc/1.0.8/commands/M0104.json +163 -0
  452. data/schemas/{tlc_1.0.8/schema/tlc → schemas/tlc/1.0.8}/commands/command_requests.json +0 -0
  453. data/schemas/{tlc_1.0.8/schema/tlc → schemas/tlc/1.0.8}/commands/command_responses.json +0 -0
  454. data/schemas/schemas/tlc/1.0.8/commands/commands.json +254 -0
  455. data/schemas/schemas/tlc/1.0.8/statuses/S0001.json +98 -0
  456. data/schemas/schemas/tlc/1.0.8/statuses/S0002.json +34 -0
  457. data/schemas/schemas/tlc/1.0.8/statuses/S0003.json +55 -0
  458. data/schemas/schemas/tlc/1.0.8/statuses/S0004.json +55 -0
  459. data/schemas/schemas/tlc/1.0.8/statuses/S0005.json +34 -0
  460. data/schemas/schemas/tlc/1.0.8/statuses/S0006.json +55 -0
  461. data/schemas/schemas/tlc/1.0.8/statuses/S0007.json +55 -0
  462. data/schemas/schemas/tlc/1.0.8/statuses/S0008.json +55 -0
  463. data/schemas/schemas/tlc/1.0.8/statuses/S0009.json +55 -0
  464. data/schemas/schemas/tlc/1.0.8/statuses/S0010.json +55 -0
  465. data/schemas/schemas/tlc/1.0.8/statuses/S0011.json +55 -0
  466. data/schemas/schemas/tlc/1.0.8/statuses/S0012.json +55 -0
  467. data/schemas/schemas/tlc/1.0.8/statuses/S0013.json +55 -0
  468. data/schemas/schemas/tlc/1.0.8/statuses/S0014.json +34 -0
  469. data/schemas/schemas/tlc/1.0.8/statuses/S0015.json +34 -0
  470. data/schemas/schemas/tlc/1.0.8/statuses/S0016.json +34 -0
  471. data/schemas/schemas/tlc/1.0.8/statuses/S0017.json +34 -0
  472. data/schemas/schemas/tlc/1.0.8/statuses/S0018.json +34 -0
  473. data/schemas/schemas/tlc/1.0.8/statuses/S0019.json +34 -0
  474. data/schemas/schemas/tlc/1.0.8/statuses/S0020.json +61 -0
  475. data/schemas/schemas/tlc/1.0.8/statuses/S0021.json +35 -0
  476. data/schemas/schemas/tlc/1.0.8/statuses/S0025.json +181 -0
  477. data/schemas/schemas/tlc/1.0.8/statuses/S0091.json +58 -0
  478. data/schemas/schemas/tlc/1.0.8/statuses/S0092.json +58 -0
  479. data/schemas/schemas/tlc/1.0.8/statuses/S0095.json +34 -0
  480. data/schemas/schemas/tlc/1.0.8/statuses/S0096.json +139 -0
  481. data/schemas/schemas/tlc/1.0.8/statuses/S0201.json +55 -0
  482. data/schemas/schemas/tlc/1.0.8/statuses/S0202.json +55 -0
  483. data/schemas/schemas/tlc/1.0.8/statuses/S0203.json +55 -0
  484. data/schemas/schemas/tlc/1.0.8/statuses/S0204.json +223 -0
  485. data/schemas/schemas/tlc/1.0.8/statuses/statuses.json +482 -0
  486. data/schemas/schemas/tlc/1.0.8/sxl.json +73 -0
  487. data/schemas/schemas/tlc/1.0.8/sxl.yaml +1053 -0
  488. data/schemas/schemas/tlc/1.0.9/alarms/A0001.json +7 -0
  489. data/schemas/schemas/tlc/1.0.9/alarms/A0002.json +7 -0
  490. data/schemas/schemas/tlc/1.0.9/alarms/A0003.json +7 -0
  491. data/schemas/schemas/tlc/1.0.9/alarms/A0004.json +7 -0
  492. data/schemas/schemas/tlc/1.0.9/alarms/A0005.json +7 -0
  493. data/schemas/schemas/tlc/1.0.9/alarms/A0006.json +7 -0
  494. data/schemas/schemas/tlc/1.0.9/alarms/A0007.json +7 -0
  495. data/schemas/schemas/tlc/1.0.9/alarms/A0008.json +34 -0
  496. data/schemas/schemas/tlc/1.0.9/alarms/A0009.json +7 -0
  497. data/schemas/schemas/tlc/1.0.9/alarms/A0101.json +7 -0
  498. data/schemas/schemas/tlc/1.0.9/alarms/A0201.json +39 -0
  499. data/schemas/schemas/tlc/1.0.9/alarms/A0202.json +39 -0
  500. data/schemas/schemas/tlc/1.0.9/alarms/A0301.json +105 -0
  501. data/schemas/schemas/tlc/1.0.9/alarms/A0302.json +131 -0
  502. data/schemas/schemas/tlc/1.0.9/alarms/alarms.json +238 -0
  503. data/schemas/schemas/tlc/1.0.9/commands/M0001.json +105 -0
  504. data/schemas/schemas/tlc/1.0.9/commands/M0002.json +79 -0
  505. data/schemas/schemas/tlc/1.0.9/commands/M0003.json +79 -0
  506. data/schemas/schemas/tlc/1.0.9/commands/M0004.json +58 -0
  507. data/schemas/schemas/tlc/1.0.9/commands/M0005.json +79 -0
  508. data/schemas/schemas/tlc/1.0.9/commands/M0006.json +79 -0
  509. data/schemas/schemas/tlc/1.0.9/commands/M0007.json +58 -0
  510. data/schemas/schemas/tlc/1.0.9/commands/M0008.json +79 -0
  511. data/schemas/schemas/tlc/1.0.9/commands/M0010.json +58 -0
  512. data/schemas/schemas/tlc/1.0.9/commands/M0011.json +58 -0
  513. data/schemas/schemas/tlc/1.0.9/commands/M0012.json +58 -0
  514. data/schemas/schemas/tlc/1.0.9/commands/M0013.json +58 -0
  515. data/schemas/schemas/tlc/1.0.9/commands/M0019.json +100 -0
  516. data/schemas/schemas/tlc/1.0.9/commands/M0103.json +82 -0
  517. data/schemas/schemas/tlc/1.0.9/commands/M0104.json +163 -0
  518. data/schemas/{tlc_1.0.9/schema/tlc → schemas/tlc/1.0.9}/commands/command_requests.json +0 -0
  519. data/schemas/{tlc_1.0.9/schema/tlc → schemas/tlc/1.0.9}/commands/command_responses.json +0 -0
  520. data/schemas/schemas/tlc/1.0.9/commands/commands.json +254 -0
  521. data/schemas/schemas/tlc/1.0.9/statuses/S0001.json +98 -0
  522. data/schemas/schemas/tlc/1.0.9/statuses/S0002.json +34 -0
  523. data/schemas/schemas/tlc/1.0.9/statuses/S0003.json +55 -0
  524. data/schemas/schemas/tlc/1.0.9/statuses/S0004.json +55 -0
  525. data/schemas/schemas/tlc/1.0.9/statuses/S0005.json +34 -0
  526. data/schemas/schemas/tlc/1.0.9/statuses/S0006.json +55 -0
  527. data/schemas/schemas/tlc/1.0.9/statuses/S0007.json +55 -0
  528. data/schemas/schemas/tlc/1.0.9/statuses/S0008.json +55 -0
  529. data/schemas/schemas/tlc/1.0.9/statuses/S0009.json +55 -0
  530. data/schemas/schemas/tlc/1.0.9/statuses/S0010.json +55 -0
  531. data/schemas/schemas/tlc/1.0.9/statuses/S0011.json +55 -0
  532. data/schemas/schemas/tlc/1.0.9/statuses/S0012.json +55 -0
  533. data/schemas/schemas/tlc/1.0.9/statuses/S0013.json +55 -0
  534. data/schemas/schemas/tlc/1.0.9/statuses/S0014.json +34 -0
  535. data/schemas/schemas/tlc/1.0.9/statuses/S0015.json +34 -0
  536. data/schemas/schemas/tlc/1.0.9/statuses/S0016.json +34 -0
  537. data/schemas/schemas/tlc/1.0.9/statuses/S0017.json +34 -0
  538. data/schemas/schemas/tlc/1.0.9/statuses/S0018.json +34 -0
  539. data/schemas/schemas/tlc/1.0.9/statuses/S0019.json +34 -0
  540. data/schemas/schemas/tlc/1.0.9/statuses/S0020.json +61 -0
  541. data/schemas/schemas/tlc/1.0.9/statuses/S0021.json +35 -0
  542. data/schemas/schemas/tlc/1.0.9/statuses/S0025.json +181 -0
  543. data/schemas/schemas/tlc/1.0.9/statuses/S0091.json +58 -0
  544. data/schemas/schemas/tlc/1.0.9/statuses/S0092.json +58 -0
  545. data/schemas/schemas/tlc/1.0.9/statuses/S0095.json +34 -0
  546. data/schemas/schemas/tlc/1.0.9/statuses/S0096.json +139 -0
  547. data/schemas/schemas/tlc/1.0.9/statuses/S0201.json +55 -0
  548. data/schemas/schemas/tlc/1.0.9/statuses/S0202.json +55 -0
  549. data/schemas/schemas/tlc/1.0.9/statuses/S0203.json +55 -0
  550. data/schemas/schemas/tlc/1.0.9/statuses/S0204.json +223 -0
  551. data/schemas/schemas/tlc/1.0.9/statuses/statuses.json +498 -0
  552. data/schemas/schemas/tlc/1.0.9/sxl.json +73 -0
  553. data/schemas/schemas/tlc/1.0.9/sxl.yaml +1053 -0
  554. data/schemas/spec/core/aggregated_status_request_spec.rb +27 -0
  555. data/schemas/spec/core/aggregated_status_spec.rb +72 -0
  556. data/schemas/spec/core/alarm_request_spec.rb +69 -0
  557. data/schemas/spec/core/alarm_spec.rb +274 -0
  558. data/schemas/spec/core/command_request_spec.rb +96 -0
  559. data/schemas/spec/core/command_response_spec.rb +91 -0
  560. data/schemas/spec/core/core_spec.rb +66 -0
  561. data/schemas/spec/core/message_ack.rb +26 -0
  562. data/schemas/spec/core/message_not_ack_spec.rb +50 -0
  563. data/schemas/spec/core/status_request_spec.rb +84 -0
  564. data/schemas/spec/core/status_response_spec.rb +135 -0
  565. data/schemas/spec/core/status_subscribe_spec.rb +154 -0
  566. data/schemas/spec/core/status_unsubscribe_spec.rb +91 -0
  567. data/schemas/spec/core/status_update_spec.rb +143 -0
  568. data/schemas/spec/core/version_spec.rb +133 -0
  569. data/schemas/spec/core/watchdog_spec.rb +34 -0
  570. data/schemas/spec/schemer_helper.rb +83 -0
  571. data/schemas/{core_3.1.2/spec → spec}/spec_helper.rb +0 -0
  572. data/schemas/spec/tlc/M0001_spec.rb +62 -0
  573. data/schemas/spec/tlc/S0007_intersections_spec.rb +104 -0
  574. data/schemas/spec/tlc/S0007_spec.rb +18 -0
  575. metadata +571 -745
  576. data/schemas/core_3.1.2/Gemfile.lock +0 -37
  577. data/schemas/core_3.1.2/README.md +0 -70
  578. data/schemas/core_3.1.2/schema/core/alarm.json +0 -59
  579. data/schemas/core_3.1.2/schema/core/command_response.json +0 -34
  580. data/schemas/core_3.1.2/schema/core/core.json +0 -35
  581. data/schemas/core_3.1.2/schema/core/status_response.json +0 -30
  582. data/schemas/core_3.1.2/schema/core/status_update.json +0 -30
  583. data/schemas/core_3.1.2/schema/core/watchdog.json +0 -9
  584. data/schemas/core_3.1.2/spec/core/aggregated_status_spec.rb +0 -80
  585. data/schemas/core_3.1.2/spec/core/alarm_spec.rb +0 -313
  586. data/schemas/core_3.1.2/spec/core/command_request_spec.rb +0 -106
  587. data/schemas/core_3.1.2/spec/core/command_response_spec.rb +0 -102
  588. data/schemas/core_3.1.2/spec/core/core_spec.rb +0 -72
  589. data/schemas/core_3.1.2/spec/core/message_ack.rb +0 -28
  590. data/schemas/core_3.1.2/spec/core/message_not_ack_spec.rb +0 -55
  591. data/schemas/core_3.1.2/spec/core/status_request_spec.rb +0 -93
  592. data/schemas/core_3.1.2/spec/core/status_response_spec.rb +0 -126
  593. data/schemas/core_3.1.2/spec/core/status_subscribe_spec.rb +0 -122
  594. data/schemas/core_3.1.2/spec/core/status_unsubscribe_spec.rb +0 -101
  595. data/schemas/core_3.1.2/spec/core/status_update_spec.rb +0 -117
  596. data/schemas/core_3.1.2/spec/core/version_spec.rb +0 -149
  597. data/schemas/core_3.1.2/spec/core/watchdog_spec.rb +0 -37
  598. data/schemas/core_3.1.2/spec/schemer_helper.rb +0 -23
  599. data/schemas/core_3.1.3/.rspec +0 -1
  600. data/schemas/core_3.1.3/Gemfile +0 -5
  601. data/schemas/core_3.1.3/Gemfile.lock +0 -37
  602. data/schemas/core_3.1.3/LICENSE +0 -7
  603. data/schemas/core_3.1.3/README.md +0 -70
  604. data/schemas/core_3.1.3/schema/core/aggregated_status.json +0 -25
  605. data/schemas/core_3.1.3/schema/core/alarm.json +0 -59
  606. data/schemas/core_3.1.3/schema/core/command_request.json +0 -24
  607. data/schemas/core_3.1.3/schema/core/command_response.json +0 -34
  608. data/schemas/core_3.1.3/schema/core/core.json +0 -35
  609. data/schemas/core_3.1.3/schema/core/definitions.json +0 -63
  610. data/schemas/core_3.1.3/schema/core/message_ack.json +0 -11
  611. data/schemas/core_3.1.3/schema/core/message_not_ack.json +0 -15
  612. data/schemas/core_3.1.3/schema/core/rsmp.json +0 -124
  613. data/schemas/core_3.1.3/schema/core/status.json +0 -21
  614. data/schemas/core_3.1.3/schema/core/status_request.json +0 -5
  615. data/schemas/core_3.1.3/schema/core/status_response.json +0 -30
  616. data/schemas/core_3.1.3/schema/core/status_subscribe.json +0 -27
  617. data/schemas/core_3.1.3/schema/core/status_unsubscribe.json +0 -5
  618. data/schemas/core_3.1.3/schema/core/status_update.json +0 -30
  619. data/schemas/core_3.1.3/schema/core/version.json +0 -47
  620. data/schemas/core_3.1.3/schema/core/watchdog.json +0 -9
  621. data/schemas/core_3.1.3/spec/core/aggregated_status_spec.rb +0 -80
  622. data/schemas/core_3.1.3/spec/core/alarm_spec.rb +0 -313
  623. data/schemas/core_3.1.3/spec/core/command_request_spec.rb +0 -106
  624. data/schemas/core_3.1.3/spec/core/command_response_spec.rb +0 -102
  625. data/schemas/core_3.1.3/spec/core/core_spec.rb +0 -72
  626. data/schemas/core_3.1.3/spec/core/message_ack.rb +0 -28
  627. data/schemas/core_3.1.3/spec/core/message_not_ack_spec.rb +0 -55
  628. data/schemas/core_3.1.3/spec/core/status_request_spec.rb +0 -93
  629. data/schemas/core_3.1.3/spec/core/status_response_spec.rb +0 -126
  630. data/schemas/core_3.1.3/spec/core/status_subscribe_spec.rb +0 -122
  631. data/schemas/core_3.1.3/spec/core/status_unsubscribe_spec.rb +0 -101
  632. data/schemas/core_3.1.3/spec/core/status_update_spec.rb +0 -117
  633. data/schemas/core_3.1.3/spec/core/version_spec.rb +0 -149
  634. data/schemas/core_3.1.3/spec/core/watchdog_spec.rb +0 -37
  635. data/schemas/core_3.1.3/spec/schemer_helper.rb +0 -23
  636. data/schemas/core_3.1.3/spec/spec_helper.rb +0 -102
  637. data/schemas/core_3.1.4/.gitignore +0 -1
  638. data/schemas/core_3.1.4/.rspec +0 -1
  639. data/schemas/core_3.1.4/Gemfile +0 -5
  640. data/schemas/core_3.1.4/Gemfile.lock +0 -37
  641. data/schemas/core_3.1.4/LICENSE +0 -7
  642. data/schemas/core_3.1.4/README.md +0 -70
  643. data/schemas/core_3.1.4/schema/core/aggregated_status.json +0 -25
  644. data/schemas/core_3.1.4/schema/core/alarm.json +0 -59
  645. data/schemas/core_3.1.4/schema/core/command_request.json +0 -24
  646. data/schemas/core_3.1.4/schema/core/command_response.json +0 -34
  647. data/schemas/core_3.1.4/schema/core/core.json +0 -35
  648. data/schemas/core_3.1.4/schema/core/definitions.json +0 -63
  649. data/schemas/core_3.1.4/schema/core/message_ack.json +0 -11
  650. data/schemas/core_3.1.4/schema/core/message_not_ack.json +0 -15
  651. data/schemas/core_3.1.4/schema/core/rsmp.json +0 -124
  652. data/schemas/core_3.1.4/schema/core/status.json +0 -21
  653. data/schemas/core_3.1.4/schema/core/status_request.json +0 -5
  654. data/schemas/core_3.1.4/schema/core/status_response.json +0 -30
  655. data/schemas/core_3.1.4/schema/core/status_subscribe.json +0 -27
  656. data/schemas/core_3.1.4/schema/core/status_unsubscribe.json +0 -5
  657. data/schemas/core_3.1.4/schema/core/status_update.json +0 -30
  658. data/schemas/core_3.1.4/schema/core/version.json +0 -47
  659. data/schemas/core_3.1.4/schema/core/watchdog.json +0 -9
  660. data/schemas/core_3.1.4/spec/core/aggregated_status_spec.rb +0 -80
  661. data/schemas/core_3.1.4/spec/core/alarm_spec.rb +0 -313
  662. data/schemas/core_3.1.4/spec/core/command_request_spec.rb +0 -106
  663. data/schemas/core_3.1.4/spec/core/command_response_spec.rb +0 -102
  664. data/schemas/core_3.1.4/spec/core/core_spec.rb +0 -72
  665. data/schemas/core_3.1.4/spec/core/message_ack.rb +0 -28
  666. data/schemas/core_3.1.4/spec/core/message_not_ack_spec.rb +0 -55
  667. data/schemas/core_3.1.4/spec/core/status_request_spec.rb +0 -93
  668. data/schemas/core_3.1.4/spec/core/status_response_spec.rb +0 -126
  669. data/schemas/core_3.1.4/spec/core/status_subscribe_spec.rb +0 -122
  670. data/schemas/core_3.1.4/spec/core/status_unsubscribe_spec.rb +0 -101
  671. data/schemas/core_3.1.4/spec/core/status_update_spec.rb +0 -117
  672. data/schemas/core_3.1.4/spec/core/version_spec.rb +0 -150
  673. data/schemas/core_3.1.4/spec/core/watchdog_spec.rb +0 -37
  674. data/schemas/core_3.1.4/spec/schemer_helper.rb +0 -23
  675. data/schemas/core_3.1.4/spec/spec_helper.rb +0 -102
  676. data/schemas/core_3.1.5/.gitignore +0 -1
  677. data/schemas/core_3.1.5/.rspec +0 -1
  678. data/schemas/core_3.1.5/Gemfile +0 -5
  679. data/schemas/core_3.1.5/Gemfile.lock +0 -37
  680. data/schemas/core_3.1.5/LICENSE +0 -7
  681. data/schemas/core_3.1.5/README.md +0 -70
  682. data/schemas/core_3.1.5/schema/core/aggregated_status.json +0 -25
  683. data/schemas/core_3.1.5/schema/core/aggregated_status_request.json +0 -9
  684. data/schemas/core_3.1.5/schema/core/alarm.json +0 -54
  685. data/schemas/core_3.1.5/schema/core/alarm_issue.json +0 -44
  686. data/schemas/core_3.1.5/schema/core/command_request.json +0 -24
  687. data/schemas/core_3.1.5/schema/core/command_response.json +0 -34
  688. data/schemas/core_3.1.5/schema/core/core.json +0 -36
  689. data/schemas/core_3.1.5/schema/core/definitions.json +0 -63
  690. data/schemas/core_3.1.5/schema/core/message_ack.json +0 -11
  691. data/schemas/core_3.1.5/schema/core/message_not_ack.json +0 -15
  692. data/schemas/core_3.1.5/schema/core/rsmp.json +0 -133
  693. data/schemas/core_3.1.5/schema/core/status.json +0 -21
  694. data/schemas/core_3.1.5/schema/core/status_request.json +0 -5
  695. data/schemas/core_3.1.5/schema/core/status_response.json +0 -30
  696. data/schemas/core_3.1.5/schema/core/status_subscribe.json +0 -27
  697. data/schemas/core_3.1.5/schema/core/status_unsubscribe.json +0 -5
  698. data/schemas/core_3.1.5/schema/core/status_update.json +0 -30
  699. data/schemas/core_3.1.5/schema/core/version.json +0 -47
  700. data/schemas/core_3.1.5/schema/core/watchdog.json +0 -9
  701. data/schemas/core_3.1.5/spec/core/aggregated_status_spec.rb +0 -80
  702. data/schemas/core_3.1.5/spec/core/alarm_issue_spec.rb +0 -299
  703. data/schemas/core_3.1.5/spec/core/alarm_resume_spec.rb +0 -93
  704. data/schemas/core_3.1.5/spec/core/alarm_resumed_spec.rb +0 -277
  705. data/schemas/core_3.1.5/spec/core/alarm_suspend_spec.rb +0 -93
  706. data/schemas/core_3.1.5/spec/core/alarm_suspended_spec.rb +0 -277
  707. data/schemas/core_3.1.5/spec/core/command_request_spec.rb +0 -106
  708. data/schemas/core_3.1.5/spec/core/command_response_spec.rb +0 -102
  709. data/schemas/core_3.1.5/spec/core/core_spec.rb +0 -72
  710. data/schemas/core_3.1.5/spec/core/message_ack.rb +0 -28
  711. data/schemas/core_3.1.5/spec/core/message_not_ack_spec.rb +0 -55
  712. data/schemas/core_3.1.5/spec/core/status_request_spec.rb +0 -93
  713. data/schemas/core_3.1.5/spec/core/status_response_spec.rb +0 -126
  714. data/schemas/core_3.1.5/spec/core/status_subscribe_spec.rb +0 -122
  715. data/schemas/core_3.1.5/spec/core/status_unsubscribe_spec.rb +0 -101
  716. data/schemas/core_3.1.5/spec/core/status_update_spec.rb +0 -117
  717. data/schemas/core_3.1.5/spec/core/version_spec.rb +0 -150
  718. data/schemas/core_3.1.5/spec/core/watchdog_spec.rb +0 -37
  719. data/schemas/core_3.1.5/spec/schemer_helper.rb +0 -23
  720. data/schemas/core_3.1.5/spec/spec_helper.rb +0 -102
  721. data/schemas/tlc_1.0.10/.gitignore +0 -1
  722. data/schemas/tlc_1.0.10/.rspec +0 -1
  723. data/schemas/tlc_1.0.10/Gemfile +0 -5
  724. data/schemas/tlc_1.0.10/Gemfile.lock +0 -37
  725. data/schemas/tlc_1.0.10/LICENSE +0 -7
  726. data/schemas/tlc_1.0.10/README.md +0 -70
  727. data/schemas/tlc_1.0.10/schema/core/definitions.json +0 -63
  728. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0001.json +0 -7
  729. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0002.json +0 -7
  730. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0003.json +0 -7
  731. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0004.json +0 -7
  732. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0005.json +0 -7
  733. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0006.json +0 -7
  734. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0007.json +0 -7
  735. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0008.json +0 -34
  736. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0009.json +0 -7
  737. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0101.json +0 -7
  738. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0201.json +0 -39
  739. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0202.json +0 -39
  740. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0301.json +0 -105
  741. data/schemas/tlc_1.0.10/schema/tlc/alarms/A0302.json +0 -131
  742. data/schemas/tlc_1.0.10/schema/tlc/commands/M0001.json +0 -105
  743. data/schemas/tlc_1.0.10/schema/tlc/commands/M0002.json +0 -79
  744. data/schemas/tlc_1.0.10/schema/tlc/commands/M0003.json +0 -79
  745. data/schemas/tlc_1.0.10/schema/tlc/commands/M0004.json +0 -58
  746. data/schemas/tlc_1.0.10/schema/tlc/commands/M0005.json +0 -79
  747. data/schemas/tlc_1.0.10/schema/tlc/commands/M0006.json +0 -79
  748. data/schemas/tlc_1.0.10/schema/tlc/commands/M0007.json +0 -58
  749. data/schemas/tlc_1.0.10/schema/tlc/commands/M0008.json +0 -79
  750. data/schemas/tlc_1.0.10/schema/tlc/commands/M0010.json +0 -58
  751. data/schemas/tlc_1.0.10/schema/tlc/commands/M0011.json +0 -58
  752. data/schemas/tlc_1.0.10/schema/tlc/commands/M0012.json +0 -58
  753. data/schemas/tlc_1.0.10/schema/tlc/commands/M0013.json +0 -58
  754. data/schemas/tlc_1.0.10/schema/tlc/commands/M0019.json +0 -100
  755. data/schemas/tlc_1.0.10/schema/tlc/commands/M0103.json +0 -82
  756. data/schemas/tlc_1.0.10/schema/tlc/commands/M0104.json +0 -163
  757. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0001.json +0 -98
  758. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0002.json +0 -34
  759. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0003.json +0 -55
  760. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0004.json +0 -55
  761. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0005.json +0 -34
  762. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0006.json +0 -55
  763. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0007.json +0 -55
  764. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0008.json +0 -55
  765. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0009.json +0 -55
  766. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0010.json +0 -55
  767. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0011.json +0 -55
  768. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0012.json +0 -55
  769. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0013.json +0 -55
  770. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0014.json +0 -34
  771. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0015.json +0 -34
  772. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0016.json +0 -34
  773. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0017.json +0 -34
  774. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0018.json +0 -34
  775. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0019.json +0 -34
  776. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0020.json +0 -61
  777. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0021.json +0 -35
  778. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0091.json +0 -61
  779. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0092.json +0 -61
  780. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0095.json +0 -34
  781. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0096.json +0 -139
  782. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0201.json +0 -55
  783. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0202.json +0 -55
  784. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0203.json +0 -55
  785. data/schemas/tlc_1.0.10/schema/tlc/statuses/S0204.json +0 -223
  786. data/schemas/tlc_1.0.10/schema/tlc/sxl.json +0 -71
  787. data/schemas/tlc_1.0.10/spec/schemer_helper.rb +0 -21
  788. data/schemas/tlc_1.0.10/spec/spec_helper.rb +0 -102
  789. data/schemas/tlc_1.0.10/spec/tlc/M0001_spec.rb +0 -67
  790. data/schemas/tlc_1.0.10/spec/tlc/S0007_spec.rb +0 -159
  791. data/schemas/tlc_1.0.13/.gitignore +0 -1
  792. data/schemas/tlc_1.0.13/.rspec +0 -1
  793. data/schemas/tlc_1.0.13/Gemfile +0 -5
  794. data/schemas/tlc_1.0.13/Gemfile.lock +0 -37
  795. data/schemas/tlc_1.0.13/LICENSE +0 -7
  796. data/schemas/tlc_1.0.13/README.md +0 -70
  797. data/schemas/tlc_1.0.13/schema/core/definitions.json +0 -63
  798. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0001.json +0 -7
  799. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0002.json +0 -7
  800. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0003.json +0 -7
  801. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0004.json +0 -7
  802. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0005.json +0 -7
  803. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0006.json +0 -7
  804. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0007.json +0 -7
  805. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0008.json +0 -34
  806. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0009.json +0 -7
  807. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0101.json +0 -7
  808. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0201.json +0 -39
  809. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0202.json +0 -39
  810. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0301.json +0 -105
  811. data/schemas/tlc_1.0.13/schema/tlc/alarms/A0302.json +0 -131
  812. data/schemas/tlc_1.0.13/schema/tlc/alarms/alarms.json +0 -254
  813. data/schemas/tlc_1.0.13/schema/tlc/commands/M0001.json +0 -105
  814. data/schemas/tlc_1.0.13/schema/tlc/commands/M0002.json +0 -79
  815. data/schemas/tlc_1.0.13/schema/tlc/commands/M0003.json +0 -79
  816. data/schemas/tlc_1.0.13/schema/tlc/commands/M0004.json +0 -58
  817. data/schemas/tlc_1.0.13/schema/tlc/commands/M0005.json +0 -79
  818. data/schemas/tlc_1.0.13/schema/tlc/commands/M0006.json +0 -79
  819. data/schemas/tlc_1.0.13/schema/tlc/commands/M0007.json +0 -58
  820. data/schemas/tlc_1.0.13/schema/tlc/commands/M0008.json +0 -79
  821. data/schemas/tlc_1.0.13/schema/tlc/commands/M0010.json +0 -58
  822. data/schemas/tlc_1.0.13/schema/tlc/commands/M0011.json +0 -58
  823. data/schemas/tlc_1.0.13/schema/tlc/commands/M0012.json +0 -58
  824. data/schemas/tlc_1.0.13/schema/tlc/commands/M0013.json +0 -58
  825. data/schemas/tlc_1.0.13/schema/tlc/commands/M0014.json +0 -79
  826. data/schemas/tlc_1.0.13/schema/tlc/commands/M0015.json +0 -79
  827. data/schemas/tlc_1.0.13/schema/tlc/commands/M0016.json +0 -58
  828. data/schemas/tlc_1.0.13/schema/tlc/commands/M0017.json +0 -58
  829. data/schemas/tlc_1.0.13/schema/tlc/commands/M0018.json +0 -79
  830. data/schemas/tlc_1.0.13/schema/tlc/commands/M0019.json +0 -100
  831. data/schemas/tlc_1.0.13/schema/tlc/commands/M0103.json +0 -82
  832. data/schemas/tlc_1.0.13/schema/tlc/commands/M0104.json +0 -163
  833. data/schemas/tlc_1.0.13/schema/tlc/commands/commands.json +0 -366
  834. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0001.json +0 -98
  835. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0002.json +0 -34
  836. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0003.json +0 -55
  837. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0004.json +0 -55
  838. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0005.json +0 -34
  839. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0006.json +0 -55
  840. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0007.json +0 -55
  841. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0008.json +0 -55
  842. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0009.json +0 -55
  843. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0010.json +0 -55
  844. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0011.json +0 -55
  845. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0012.json +0 -55
  846. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0013.json +0 -55
  847. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0014.json +0 -34
  848. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0015.json +0 -34
  849. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0016.json +0 -34
  850. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0017.json +0 -34
  851. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0018.json +0 -34
  852. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0019.json +0 -34
  853. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0020.json +0 -61
  854. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0021.json +0 -35
  855. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0022.json +0 -34
  856. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0023.json +0 -35
  857. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0024.json +0 -35
  858. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0025.json +0 -181
  859. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0026.json +0 -34
  860. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0027.json +0 -34
  861. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0028.json +0 -34
  862. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0029.json +0 -34
  863. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0091.json +0 -61
  864. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0092.json +0 -61
  865. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0095.json +0 -34
  866. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0096.json +0 -139
  867. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0201.json +0 -55
  868. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0202.json +0 -55
  869. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0203.json +0 -55
  870. data/schemas/tlc_1.0.13/schema/tlc/statuses/S0204.json +0 -223
  871. data/schemas/tlc_1.0.13/schema/tlc/statuses/statuses.json +0 -640
  872. data/schemas/tlc_1.0.13/schema/tlc/sxl.json +0 -71
  873. data/schemas/tlc_1.0.13/spec/schemer_helper.rb +0 -21
  874. data/schemas/tlc_1.0.13/spec/spec_helper.rb +0 -102
  875. data/schemas/tlc_1.0.13/spec/tlc/M0001_spec.rb +0 -67
  876. data/schemas/tlc_1.0.13/spec/tlc/S0007_spec.rb +0 -159
  877. data/schemas/tlc_1.0.13/spec/tlc/S0023_spec.rb +0 -96
  878. data/schemas/tlc_1.0.14/.gitignore +0 -1
  879. data/schemas/tlc_1.0.14/.rspec +0 -1
  880. data/schemas/tlc_1.0.14/Gemfile +0 -5
  881. data/schemas/tlc_1.0.14/Gemfile.lock +0 -37
  882. data/schemas/tlc_1.0.14/LICENSE +0 -7
  883. data/schemas/tlc_1.0.14/README.md +0 -70
  884. data/schemas/tlc_1.0.14/schema/core/definitions.json +0 -63
  885. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0001.json +0 -7
  886. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0002.json +0 -7
  887. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0003.json +0 -7
  888. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0004.json +0 -7
  889. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0005.json +0 -7
  890. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0006.json +0 -7
  891. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0007.json +0 -7
  892. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0008.json +0 -34
  893. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0009.json +0 -7
  894. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0101.json +0 -7
  895. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0201.json +0 -39
  896. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0202.json +0 -39
  897. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0301.json +0 -105
  898. data/schemas/tlc_1.0.14/schema/tlc/alarms/A0302.json +0 -131
  899. data/schemas/tlc_1.0.14/schema/tlc/alarms/alarms.json +0 -254
  900. data/schemas/tlc_1.0.14/schema/tlc/commands/M0001.json +0 -105
  901. data/schemas/tlc_1.0.14/schema/tlc/commands/M0002.json +0 -79
  902. data/schemas/tlc_1.0.14/schema/tlc/commands/M0003.json +0 -79
  903. data/schemas/tlc_1.0.14/schema/tlc/commands/M0004.json +0 -58
  904. data/schemas/tlc_1.0.14/schema/tlc/commands/M0005.json +0 -79
  905. data/schemas/tlc_1.0.14/schema/tlc/commands/M0006.json +0 -79
  906. data/schemas/tlc_1.0.14/schema/tlc/commands/M0007.json +0 -58
  907. data/schemas/tlc_1.0.14/schema/tlc/commands/M0008.json +0 -79
  908. data/schemas/tlc_1.0.14/schema/tlc/commands/M0010.json +0 -58
  909. data/schemas/tlc_1.0.14/schema/tlc/commands/M0011.json +0 -58
  910. data/schemas/tlc_1.0.14/schema/tlc/commands/M0012.json +0 -58
  911. data/schemas/tlc_1.0.14/schema/tlc/commands/M0013.json +0 -58
  912. data/schemas/tlc_1.0.14/schema/tlc/commands/M0014.json +0 -79
  913. data/schemas/tlc_1.0.14/schema/tlc/commands/M0015.json +0 -79
  914. data/schemas/tlc_1.0.14/schema/tlc/commands/M0016.json +0 -58
  915. data/schemas/tlc_1.0.14/schema/tlc/commands/M0017.json +0 -58
  916. data/schemas/tlc_1.0.14/schema/tlc/commands/M0018.json +0 -79
  917. data/schemas/tlc_1.0.14/schema/tlc/commands/M0019.json +0 -100
  918. data/schemas/tlc_1.0.14/schema/tlc/commands/M0103.json +0 -82
  919. data/schemas/tlc_1.0.14/schema/tlc/commands/M0104.json +0 -163
  920. data/schemas/tlc_1.0.14/schema/tlc/commands/commands.json +0 -366
  921. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0001.json +0 -98
  922. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0002.json +0 -34
  923. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0003.json +0 -55
  924. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0004.json +0 -55
  925. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0005.json +0 -34
  926. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0006.json +0 -55
  927. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0007.json +0 -55
  928. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0008.json +0 -55
  929. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0009.json +0 -55
  930. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0010.json +0 -55
  931. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0011.json +0 -55
  932. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0012.json +0 -55
  933. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0013.json +0 -55
  934. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0014.json +0 -34
  935. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0015.json +0 -34
  936. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0016.json +0 -34
  937. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0017.json +0 -34
  938. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0018.json +0 -34
  939. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0019.json +0 -34
  940. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0020.json +0 -61
  941. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0021.json +0 -35
  942. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0022.json +0 -34
  943. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0023.json +0 -35
  944. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0024.json +0 -35
  945. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0025.json +0 -181
  946. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0026.json +0 -34
  947. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0027.json +0 -34
  948. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0028.json +0 -34
  949. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0029.json +0 -34
  950. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0091.json +0 -61
  951. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0092.json +0 -61
  952. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0095.json +0 -34
  953. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0096.json +0 -139
  954. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0201.json +0 -55
  955. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0202.json +0 -55
  956. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0203.json +0 -55
  957. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0204.json +0 -223
  958. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0205.json +0 -55
  959. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0206.json +0 -55
  960. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0207.json +0 -55
  961. data/schemas/tlc_1.0.14/schema/tlc/statuses/S0208.json +0 -223
  962. data/schemas/tlc_1.0.14/schema/tlc/statuses/statuses.json +0 -704
  963. data/schemas/tlc_1.0.14/schema/tlc/sxl.json +0 -71
  964. data/schemas/tlc_1.0.14/spec/schemer_helper.rb +0 -21
  965. data/schemas/tlc_1.0.14/spec/spec_helper.rb +0 -102
  966. data/schemas/tlc_1.0.14/spec/tlc/M0001_spec.rb +0 -67
  967. data/schemas/tlc_1.0.14/spec/tlc/S0007_spec.rb +0 -159
  968. data/schemas/tlc_1.0.14/spec/tlc/S0023_spec.rb +0 -96
  969. data/schemas/tlc_1.0.15/.gitignore +0 -1
  970. data/schemas/tlc_1.0.15/.rspec +0 -1
  971. data/schemas/tlc_1.0.15/Gemfile +0 -5
  972. data/schemas/tlc_1.0.15/Gemfile.lock +0 -37
  973. data/schemas/tlc_1.0.15/LICENSE +0 -7
  974. data/schemas/tlc_1.0.15/README.md +0 -77
  975. data/schemas/tlc_1.0.15/schema/core/definitions.json +0 -63
  976. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0008.json +0 -34
  977. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0301.json +0 -105
  978. data/schemas/tlc_1.0.15/schema/tlc/alarms/A0302.json +0 -131
  979. data/schemas/tlc_1.0.15/schema/tlc/alarms/alarms.json +0 -254
  980. data/schemas/tlc_1.0.15/schema/tlc/commands/M0001.json +0 -105
  981. data/schemas/tlc_1.0.15/schema/tlc/commands/M0002.json +0 -79
  982. data/schemas/tlc_1.0.15/schema/tlc/commands/M0003.json +0 -79
  983. data/schemas/tlc_1.0.15/schema/tlc/commands/M0004.json +0 -58
  984. data/schemas/tlc_1.0.15/schema/tlc/commands/M0005.json +0 -79
  985. data/schemas/tlc_1.0.15/schema/tlc/commands/M0006.json +0 -79
  986. data/schemas/tlc_1.0.15/schema/tlc/commands/M0007.json +0 -58
  987. data/schemas/tlc_1.0.15/schema/tlc/commands/M0008.json +0 -79
  988. data/schemas/tlc_1.0.15/schema/tlc/commands/M0010.json +0 -58
  989. data/schemas/tlc_1.0.15/schema/tlc/commands/M0011.json +0 -58
  990. data/schemas/tlc_1.0.15/schema/tlc/commands/M0014.json +0 -79
  991. data/schemas/tlc_1.0.15/schema/tlc/commands/M0015.json +0 -79
  992. data/schemas/tlc_1.0.15/schema/tlc/commands/M0017.json +0 -58
  993. data/schemas/tlc_1.0.15/schema/tlc/commands/M0018.json +0 -79
  994. data/schemas/tlc_1.0.15/schema/tlc/commands/M0019.json +0 -100
  995. data/schemas/tlc_1.0.15/schema/tlc/commands/M0020.json +0 -100
  996. data/schemas/tlc_1.0.15/schema/tlc/commands/M0104.json +0 -163
  997. data/schemas/tlc_1.0.15/schema/tlc/commands/commands.json +0 -366
  998. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0001.json +0 -98
  999. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0005.json +0 -34
  1000. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0006.json +0 -55
  1001. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0007.json +0 -55
  1002. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0008.json +0 -55
  1003. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0009.json +0 -55
  1004. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0010.json +0 -55
  1005. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0011.json +0 -55
  1006. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0012.json +0 -55
  1007. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0013.json +0 -55
  1008. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0014.json +0 -34
  1009. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0015.json +0 -34
  1010. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0016.json +0 -34
  1011. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0017.json +0 -34
  1012. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0018.json +0 -34
  1013. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0019.json +0 -34
  1014. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0020.json +0 -61
  1015. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0025.json +0 -181
  1016. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0027.json +0 -34
  1017. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0096.json +0 -139
  1018. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0097.json +0 -55
  1019. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0098.json +0 -76
  1020. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0201.json +0 -55
  1021. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0202.json +0 -55
  1022. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0203.json +0 -55
  1023. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0204.json +0 -223
  1024. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0205.json +0 -55
  1025. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0206.json +0 -55
  1026. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0207.json +0 -55
  1027. data/schemas/tlc_1.0.15/schema/tlc/statuses/S0208.json +0 -223
  1028. data/schemas/tlc_1.0.15/schema/tlc/sxl.json +0 -71
  1029. data/schemas/tlc_1.0.15/schema/tlc/sxl.yaml +0 -1655
  1030. data/schemas/tlc_1.0.15/spec/schemer_helper.rb +0 -21
  1031. data/schemas/tlc_1.0.15/spec/spec_helper.rb +0 -102
  1032. data/schemas/tlc_1.0.15/spec/tlc/M0001_spec.rb +0 -67
  1033. data/schemas/tlc_1.0.15/spec/tlc/S0007_spec.rb +0 -159
  1034. data/schemas/tlc_1.0.15/spec/tlc/S0023_spec.rb +0 -96
  1035. data/schemas/tlc_1.0.7/.gitignore +0 -1
  1036. data/schemas/tlc_1.0.7/.rspec +0 -1
  1037. data/schemas/tlc_1.0.7/Gemfile +0 -5
  1038. data/schemas/tlc_1.0.7/Gemfile.lock +0 -37
  1039. data/schemas/tlc_1.0.7/LICENSE +0 -7
  1040. data/schemas/tlc_1.0.7/README.md +0 -70
  1041. data/schemas/tlc_1.0.7/schema/core/definitions.json +0 -63
  1042. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0001.json +0 -7
  1043. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0002.json +0 -7
  1044. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0003.json +0 -7
  1045. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0004.json +0 -7
  1046. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0005.json +0 -7
  1047. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0006.json +0 -7
  1048. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0007.json +0 -7
  1049. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0008.json +0 -34
  1050. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0009.json +0 -7
  1051. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0101.json +0 -7
  1052. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0201.json +0 -39
  1053. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0202.json +0 -39
  1054. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0301.json +0 -105
  1055. data/schemas/tlc_1.0.7/schema/tlc/alarms/A0302.json +0 -131
  1056. data/schemas/tlc_1.0.7/schema/tlc/alarms/alarms.json +0 -254
  1057. data/schemas/tlc_1.0.7/schema/tlc/commands/M0001.json +0 -105
  1058. data/schemas/tlc_1.0.7/schema/tlc/commands/M0002.json +0 -79
  1059. data/schemas/tlc_1.0.7/schema/tlc/commands/M0003.json +0 -79
  1060. data/schemas/tlc_1.0.7/schema/tlc/commands/M0004.json +0 -58
  1061. data/schemas/tlc_1.0.7/schema/tlc/commands/M0005.json +0 -79
  1062. data/schemas/tlc_1.0.7/schema/tlc/commands/M0006.json +0 -79
  1063. data/schemas/tlc_1.0.7/schema/tlc/commands/M0007.json +0 -58
  1064. data/schemas/tlc_1.0.7/schema/tlc/commands/M0008.json +0 -79
  1065. data/schemas/tlc_1.0.7/schema/tlc/commands/M0010.json +0 -58
  1066. data/schemas/tlc_1.0.7/schema/tlc/commands/M0011.json +0 -58
  1067. data/schemas/tlc_1.0.7/schema/tlc/commands/M0019.json +0 -100
  1068. data/schemas/tlc_1.0.7/schema/tlc/commands/M0103.json +0 -82
  1069. data/schemas/tlc_1.0.7/schema/tlc/commands/M0104.json +0 -163
  1070. data/schemas/tlc_1.0.7/schema/tlc/commands/commands.json +0 -366
  1071. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0001.json +0 -98
  1072. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0002.json +0 -34
  1073. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0003.json +0 -55
  1074. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0004.json +0 -55
  1075. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0005.json +0 -34
  1076. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0006.json +0 -55
  1077. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0007.json +0 -55
  1078. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0008.json +0 -55
  1079. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0009.json +0 -55
  1080. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0010.json +0 -55
  1081. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0011.json +0 -55
  1082. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0012.json +0 -55
  1083. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0013.json +0 -55
  1084. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0014.json +0 -34
  1085. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0015.json +0 -34
  1086. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0016.json +0 -34
  1087. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0017.json +0 -34
  1088. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0018.json +0 -34
  1089. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0019.json +0 -34
  1090. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0020.json +0 -61
  1091. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0021.json +0 -35
  1092. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0091.json +0 -61
  1093. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0092.json +0 -61
  1094. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0095.json +0 -34
  1095. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0096.json +0 -139
  1096. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0201.json +0 -55
  1097. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0202.json +0 -55
  1098. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0203.json +0 -55
  1099. data/schemas/tlc_1.0.7/schema/tlc/statuses/S0204.json +0 -223
  1100. data/schemas/tlc_1.0.7/schema/tlc/statuses/statuses.json +0 -662
  1101. data/schemas/tlc_1.0.7/schema/tlc/sxl.json +0 -71
  1102. data/schemas/tlc_1.0.7/spec/schemer_helper.rb +0 -21
  1103. data/schemas/tlc_1.0.7/spec/spec_helper.rb +0 -102
  1104. data/schemas/tlc_1.0.7/spec/tlc/M0001_spec.rb +0 -67
  1105. data/schemas/tlc_1.0.7/spec/tlc/S0007_spec.rb +0 -159
  1106. data/schemas/tlc_1.0.8/.gitignore +0 -1
  1107. data/schemas/tlc_1.0.8/.rspec +0 -1
  1108. data/schemas/tlc_1.0.8/Gemfile +0 -5
  1109. data/schemas/tlc_1.0.8/Gemfile.lock +0 -37
  1110. data/schemas/tlc_1.0.8/LICENSE +0 -7
  1111. data/schemas/tlc_1.0.8/README.md +0 -70
  1112. data/schemas/tlc_1.0.8/schema/core/definitions.json +0 -63
  1113. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0001.json +0 -7
  1114. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0002.json +0 -7
  1115. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0003.json +0 -7
  1116. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0004.json +0 -7
  1117. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0005.json +0 -7
  1118. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0006.json +0 -7
  1119. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0007.json +0 -7
  1120. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0008.json +0 -34
  1121. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0009.json +0 -7
  1122. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0101.json +0 -7
  1123. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0201.json +0 -39
  1124. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0202.json +0 -39
  1125. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0301.json +0 -105
  1126. data/schemas/tlc_1.0.8/schema/tlc/alarms/A0302.json +0 -131
  1127. data/schemas/tlc_1.0.8/schema/tlc/alarms/alarms.json +0 -254
  1128. data/schemas/tlc_1.0.8/schema/tlc/commands/M0001.json +0 -105
  1129. data/schemas/tlc_1.0.8/schema/tlc/commands/M0002.json +0 -79
  1130. data/schemas/tlc_1.0.8/schema/tlc/commands/M0003.json +0 -79
  1131. data/schemas/tlc_1.0.8/schema/tlc/commands/M0004.json +0 -58
  1132. data/schemas/tlc_1.0.8/schema/tlc/commands/M0005.json +0 -79
  1133. data/schemas/tlc_1.0.8/schema/tlc/commands/M0006.json +0 -79
  1134. data/schemas/tlc_1.0.8/schema/tlc/commands/M0007.json +0 -58
  1135. data/schemas/tlc_1.0.8/schema/tlc/commands/M0008.json +0 -79
  1136. data/schemas/tlc_1.0.8/schema/tlc/commands/M0010.json +0 -58
  1137. data/schemas/tlc_1.0.8/schema/tlc/commands/M0011.json +0 -58
  1138. data/schemas/tlc_1.0.8/schema/tlc/commands/M0012.json +0 -58
  1139. data/schemas/tlc_1.0.8/schema/tlc/commands/M0013.json +0 -58
  1140. data/schemas/tlc_1.0.8/schema/tlc/commands/M0019.json +0 -100
  1141. data/schemas/tlc_1.0.8/schema/tlc/commands/M0103.json +0 -82
  1142. data/schemas/tlc_1.0.8/schema/tlc/commands/M0104.json +0 -163
  1143. data/schemas/tlc_1.0.8/schema/tlc/commands/commands.json +0 -366
  1144. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0001.json +0 -98
  1145. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0002.json +0 -34
  1146. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0003.json +0 -55
  1147. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0004.json +0 -55
  1148. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0005.json +0 -34
  1149. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0006.json +0 -55
  1150. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0007.json +0 -55
  1151. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0008.json +0 -55
  1152. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0009.json +0 -55
  1153. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0010.json +0 -55
  1154. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0011.json +0 -55
  1155. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0012.json +0 -55
  1156. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0013.json +0 -55
  1157. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0014.json +0 -34
  1158. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0015.json +0 -34
  1159. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0016.json +0 -34
  1160. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0017.json +0 -34
  1161. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0018.json +0 -34
  1162. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0019.json +0 -34
  1163. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0020.json +0 -61
  1164. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0021.json +0 -35
  1165. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0091.json +0 -61
  1166. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0092.json +0 -61
  1167. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0095.json +0 -34
  1168. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0096.json +0 -139
  1169. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0201.json +0 -55
  1170. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0202.json +0 -55
  1171. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0203.json +0 -55
  1172. data/schemas/tlc_1.0.8/schema/tlc/statuses/S0204.json +0 -223
  1173. data/schemas/tlc_1.0.8/schema/tlc/statuses/statuses.json +0 -662
  1174. data/schemas/tlc_1.0.8/schema/tlc/sxl.json +0 -71
  1175. data/schemas/tlc_1.0.8/spec/schemer_helper.rb +0 -21
  1176. data/schemas/tlc_1.0.8/spec/spec_helper.rb +0 -102
  1177. data/schemas/tlc_1.0.8/spec/tlc/M0001_spec.rb +0 -67
  1178. data/schemas/tlc_1.0.8/spec/tlc/S0007_spec.rb +0 -159
  1179. data/schemas/tlc_1.0.9/.gitignore +0 -1
  1180. data/schemas/tlc_1.0.9/.rspec +0 -1
  1181. data/schemas/tlc_1.0.9/Gemfile +0 -5
  1182. data/schemas/tlc_1.0.9/Gemfile.lock +0 -37
  1183. data/schemas/tlc_1.0.9/LICENSE +0 -7
  1184. data/schemas/tlc_1.0.9/README.md +0 -70
  1185. data/schemas/tlc_1.0.9/schema/core/definitions.json +0 -63
  1186. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0001.json +0 -7
  1187. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0002.json +0 -7
  1188. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0003.json +0 -7
  1189. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0004.json +0 -7
  1190. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0005.json +0 -7
  1191. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0006.json +0 -7
  1192. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0007.json +0 -7
  1193. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0008.json +0 -34
  1194. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0009.json +0 -7
  1195. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0101.json +0 -7
  1196. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0201.json +0 -39
  1197. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0202.json +0 -39
  1198. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0301.json +0 -105
  1199. data/schemas/tlc_1.0.9/schema/tlc/alarms/A0302.json +0 -131
  1200. data/schemas/tlc_1.0.9/schema/tlc/alarms/alarms.json +0 -254
  1201. data/schemas/tlc_1.0.9/schema/tlc/commands/M0001.json +0 -105
  1202. data/schemas/tlc_1.0.9/schema/tlc/commands/M0002.json +0 -79
  1203. data/schemas/tlc_1.0.9/schema/tlc/commands/M0003.json +0 -79
  1204. data/schemas/tlc_1.0.9/schema/tlc/commands/M0004.json +0 -58
  1205. data/schemas/tlc_1.0.9/schema/tlc/commands/M0005.json +0 -79
  1206. data/schemas/tlc_1.0.9/schema/tlc/commands/M0006.json +0 -79
  1207. data/schemas/tlc_1.0.9/schema/tlc/commands/M0007.json +0 -58
  1208. data/schemas/tlc_1.0.9/schema/tlc/commands/M0008.json +0 -79
  1209. data/schemas/tlc_1.0.9/schema/tlc/commands/M0010.json +0 -58
  1210. data/schemas/tlc_1.0.9/schema/tlc/commands/M0011.json +0 -58
  1211. data/schemas/tlc_1.0.9/schema/tlc/commands/M0012.json +0 -58
  1212. data/schemas/tlc_1.0.9/schema/tlc/commands/M0013.json +0 -58
  1213. data/schemas/tlc_1.0.9/schema/tlc/commands/M0019.json +0 -100
  1214. data/schemas/tlc_1.0.9/schema/tlc/commands/M0103.json +0 -82
  1215. data/schemas/tlc_1.0.9/schema/tlc/commands/M0104.json +0 -163
  1216. data/schemas/tlc_1.0.9/schema/tlc/commands/commands.json +0 -366
  1217. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0001.json +0 -98
  1218. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0002.json +0 -34
  1219. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0003.json +0 -55
  1220. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0004.json +0 -55
  1221. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0005.json +0 -34
  1222. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0006.json +0 -55
  1223. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0007.json +0 -55
  1224. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0008.json +0 -55
  1225. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0009.json +0 -55
  1226. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0010.json +0 -55
  1227. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0011.json +0 -55
  1228. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0012.json +0 -55
  1229. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0013.json +0 -55
  1230. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0014.json +0 -34
  1231. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0015.json +0 -34
  1232. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0016.json +0 -34
  1233. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0017.json +0 -34
  1234. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0018.json +0 -34
  1235. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0019.json +0 -34
  1236. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0020.json +0 -61
  1237. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0021.json +0 -35
  1238. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0091.json +0 -61
  1239. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0092.json +0 -61
  1240. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0095.json +0 -34
  1241. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0096.json +0 -139
  1242. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0201.json +0 -55
  1243. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0202.json +0 -55
  1244. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0203.json +0 -55
  1245. data/schemas/tlc_1.0.9/schema/tlc/statuses/S0204.json +0 -223
  1246. data/schemas/tlc_1.0.9/schema/tlc/statuses/statuses.json +0 -662
  1247. data/schemas/tlc_1.0.9/schema/tlc/sxl.json +0 -71
  1248. data/schemas/tlc_1.0.9/spec/schemer_helper.rb +0 -21
  1249. data/schemas/tlc_1.0.9/spec/spec_helper.rb +0 -102
  1250. data/schemas/tlc_1.0.9/spec/tlc/M0001_spec.rb +0 -67
  1251. data/schemas/tlc_1.0.9/spec/tlc/S0007_spec.rb +0 -159
@@ -0,0 +1,1508 @@
1
+ ---
2
+ meta:
3
+ name: tlc
4
+ description: Traffic Light Controllers
5
+ version: 1.0.14
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
+ S0022:
401
+ description: |-
402
+ List of time plans.
403
+ Provides a list of the configured time plans which is possible to use. This status was added due to status S0018 only provides the total number of time plans and not which were possible to use with M0002.
404
+ Can be used for the management system to check the number of time plans configured in the controller.
405
+ arguments:
406
+ status:
407
+ type: string
408
+ description: Comma separated list of configured time plans. E.g. "1,2,3,5"
409
+ range: "[text]"
410
+ S0023:
411
+ description: |-
412
+ Dynamic bands.
413
+ Provides a list of all defined dynamic bands. Dynamic bands moves start of signal groups in the cycle and changes the signal timings.
414
+ A typical usage of dynamic bands is scenario based control where changing of signal timings is used for optimal traffic flow.
415
+ arguments:
416
+ status:
417
+ type: string
418
+ description: |-
419
+ Dynamic bands.
420
+ Each dynamic band are written as pp-dd-ee where:
421
+ pp=Time plan
422
+ dd=Dynamic band number (from 1-10)
423
+ ee=Extension in seconds in this band
424
+
425
+ Each dynamic band is separated with a comma.
426
+
427
+ E.g.
428
+ pp-dd-ee,pp-dd-ee
429
+ range: "[text]"
430
+ pattern: "(^$)|(^(?<item>(\\d{1,2})\\-\\d{1,2}-\\d{1,2})(,\\g<item>)*$)"
431
+ S0024:
432
+ description: |-
433
+ Offset time.
434
+ Offset time is used to define an offset between intersections in coordinated control. It is based on the expected travel time between intersections.
435
+ Can be used by the management system to check to fine tune the coordination for optimal traffic flow.
436
+ arguments:
437
+ status:
438
+ type: string
439
+ description: |-
440
+ Offset table
441
+ Each offset time is written as pp-tt where:
442
+ pp=time plan
443
+ tt=offset time in seconds
444
+
445
+ Each offset time is separated with a comma
446
+
447
+ E.g.
448
+ pp-tt,pp-tt
449
+ range: "[text]"
450
+ pattern: "^(\\d{1,2}\\-\\d{1,2})(?:,(\\d{1,2}\\-\\d{1,2}))*$"
451
+ S0026:
452
+ description: |-
453
+ Week time table.
454
+ Week time table for signal programs (time plan) to use for each day during a week.
455
+ The week time table determine which predefined signal timings (time plan) to use during the week for optimal traffic flow.
456
+ arguments:
457
+ status:
458
+ type: string
459
+ description: |-
460
+ Week time table. Defines time table to use for each week day
461
+ Each day is written as d-t where:
462
+ d=day of week
463
+ t=time table nr
464
+
465
+ Day of week legend:
466
+ 0=Monday
467
+ 1=Tuesday
468
+ 2=Wednesday
469
+ 3=Thursday
470
+ 4=Friday
471
+ 5=Saturday
472
+ 6=Sunday
473
+
474
+ Each segment is separated with a comma
475
+ E.g.
476
+ d-t,d-t
477
+ range: "[text]"
478
+ S0027:
479
+ description: |-
480
+ Time tables.
481
+ Time of day for when to switch signal program (time plan).
482
+ The signal timings (time plan) to use during time of day for optimal traffic flow.
483
+ arguments:
484
+ status:
485
+ type: string
486
+ description: |-
487
+ Time Table. Defines time tables.
488
+ Each time definition is written as t-o-h-m where:
489
+ t=time table nr (1-12)
490
+ o=function
491
+ h=hour - switching time
492
+ m=minute - switching minute
493
+
494
+ Function legend:
495
+ 0=no plan is selected by time table
496
+ 1=set plan 1
497
+
498
+ 16= set plan 16
499
+
500
+ hour and minute is using local time (not UTC)
501
+
502
+ Each time definition is separated with a comma
503
+
504
+ E.g.
505
+ t-o-h-m,t-o-h-m
506
+ range: "[text]"
507
+ S0028:
508
+ description: |-
509
+ Cycle time.
510
+ Cycle time (or cycle length) is the sum of all phases in a time plan (traffic program). This time is fixed when using fixed time control or coordination (except "local coordination"). When the cycle counter reaches this length it is reset back to zero.
511
+ Changing the cycle time can be used as part of scenario based control.
512
+ arguments:
513
+ status:
514
+ type: string
515
+ description: |-
516
+ Cycle time table
517
+ Each cycle time is written as pp-tt where:
518
+ pp=time plan
519
+ tt=cycle time in seconds
520
+
521
+ Each cycle time is separated with a comma
522
+
523
+ E.g.
524
+ pp-tt,pp-tt
525
+ range: "[text]"
526
+ S0029:
527
+ description: |-
528
+ Forced input status.
529
+ Provide status of input (1-255) regarding if they are forced or not. Can be used for all types of input where the traffic light controller must react to external control.
530
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
531
+ arguments:
532
+ status:
533
+ type: string
534
+ description: Forced input status as text field
535
+ range: "[text]"
536
+ S0091:
537
+ description: |-
538
+ Operator logged in/out OP-panel.
539
+ Provides information if maintenance personnel is currently working on site.
540
+ arguments:
541
+ user:
542
+ description: |-
543
+ nobody: No one logged in
544
+ <username>: User currently logged in
545
+ type: string
546
+ status:
547
+ type: string
548
+ values:
549
+ login: Somebody currently logged in
550
+ logout: Nobody currently logged in
551
+ S0092:
552
+ description: |-
553
+ Operator logged in/out web-interface.
554
+ Provides information if maintenance personnel is currently working with the controller.
555
+ arguments:
556
+ user:
557
+ description: |-
558
+ nobody: No one logged in
559
+ <username>: User currently logged in
560
+ type: string
561
+ status:
562
+ type: string
563
+ values:
564
+ login: Somebody currently logged in
565
+ logout: Nobody currently logged in
566
+ S0095:
567
+ description: |-
568
+ Version of Traffic Light Controller.
569
+ Provides diagnostic version information.
570
+ arguments:
571
+ status:
572
+ type: string
573
+ description: Manufacturer, product name and version of traffic light controller
574
+ range: "[text]"
575
+ S0096:
576
+ description: |-
577
+ Current date and time
578
+ Provides diagnostic information about the current date and time set in the controller.
579
+ arguments:
580
+ year:
581
+ type: integer
582
+ description: 'Year according to format YYYY. NOTE: UTC is used'
583
+ range: YYYY
584
+ month:
585
+ type: integer
586
+ description: 'Month (01-12) according to format MM. Note: UTC is used'
587
+ range: MM
588
+ day:
589
+ type: integer
590
+ description: 'Day of month (01-31) according to format DD. Note: UTC
591
+ is used'
592
+ range: DD
593
+ hour:
594
+ type: integer
595
+ description: 'Hour of day (00-23) according to format DD. Note: UTC is
596
+ used'
597
+ range: HH
598
+ minute:
599
+ type: integer
600
+ description: 'Minute (00-59) according to format MM. Note: UTC is used'
601
+ range: MM
602
+ second:
603
+ type: integer
604
+ description: 'Second (00-59) according to format SS. Note: UTC is used'
605
+ range: SS
606
+ S0205:
607
+ description: |-
608
+ Traffic Counting: Number of vehicles.
609
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
610
+ arguments:
611
+ start:
612
+ type: timestamp
613
+ description: |-
614
+ Time stamp for start of measuring. 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
615
+ vehicles:
616
+ type: string
617
+ description: |-
618
+ Number of vehicles.
619
+ - Value expressed as an integer with a range of 0-65535.
620
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
621
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
622
+ range: "[0-65535,...]"
623
+ S0206:
624
+ description: |-
625
+ Traffic Counting: Vehicle speed
626
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
627
+ arguments:
628
+ start:
629
+ type: timestamp
630
+ description: |-
631
+ Time stamp for start of measuring. Format according to W3C
632
+ XML dateTime with a resolution of 3 decimal places. All time stamps
633
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
634
+ speed:
635
+ type: string
636
+ description: |-
637
+ Average speed in km/h (integer).
638
+ - Value expressed as an integer with a range of 0-65535.
639
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
640
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
641
+ range: "[0-65535,...]"
642
+ S0207:
643
+ description: |-
644
+ Traffic Counting: Occupancy.
645
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
646
+ arguments:
647
+ start:
648
+ type: timestamp
649
+ description: |-
650
+ Time stamp for start of measuring. Format according to W3C
651
+ XML dateTime with a resolution of 3 decimal places. All time stamps
652
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
653
+ occupancy:
654
+ type: string
655
+ description: |-
656
+ Occupancy in percent (%) (0-100)
657
+ - Value expressed as an integer with a range of 0-100.
658
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
659
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
660
+ range: "[0-100,...]"
661
+ S0208:
662
+ description: |-
663
+ Traffic Counting: Number of vehicles of given classification.
664
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
665
+ arguments:
666
+ start:
667
+ type: timestamp
668
+ description: |-
669
+ Time stamp for start of measuring. Format according to W3C
670
+ XML dateTime with a resolution of 3 decimal places. All time stamps
671
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
672
+ P:
673
+ type: string
674
+ description: |-
675
+ Number of cars.
676
+ - Value expressed as an integer with a range of 0-65535.
677
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
678
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
679
+ range: "[0-65535,...]"
680
+ PS:
681
+ type: string
682
+ description: |-
683
+ Number of cars with trailers.
684
+ - Value expressed as an integer with a range of 0-65535.
685
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
686
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
687
+ range: "[0-65535,...]"
688
+ L:
689
+ type: string
690
+ description: |-
691
+ Number of trucks.
692
+ - Value expressed as an integer with a range of 0-65535.
693
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
694
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
695
+ range: "[0-65535,...]"
696
+ LS:
697
+ type: string
698
+ description: |-
699
+ Number of trucks with trailers.
700
+ - Value expressed as an integer with a range of 0-65535.
701
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
702
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
703
+ range: "[0-65535,...]"
704
+ B:
705
+ type: string
706
+ description: |-
707
+ Number of busses.
708
+ - Value expressed as an integer with a range of 0-65535.
709
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
710
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
711
+ range: "[0-65535,...]"
712
+ SP:
713
+ type: string
714
+ description: |-
715
+ Number of trams.
716
+ - Value expressed as an integer with a range of 0-65535.
717
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
718
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
719
+ range: "[0-65535,...]"
720
+ MC:
721
+ type: string
722
+ description: |-
723
+ Number of motor cycles.
724
+ - Value expressed as an integer with a range of 0-65535.
725
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
726
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
727
+ range: "[0-65535,...]"
728
+ C:
729
+ type: string
730
+ description: |-
731
+ Number of bicycles.
732
+ - Value expressed as an integer with a range of 0-65535.
733
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
734
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
735
+ range: "[0-65535,...]"
736
+ F:
737
+ type: string
738
+ description: |-
739
+ Number of pedestrians.
740
+ - Value expressed as an integer with a range of 0-65535.
741
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
742
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
743
+ range: "[0-65535,...]"
744
+ commands:
745
+ M0001:
746
+ description: |-
747
+ Sets functional position.
748
+ Sets the controller to yellow flash, dark mode or normal control.
749
+ Requires security code 2.
750
+ arguments:
751
+ status:
752
+ description: Set operating mode
753
+ type: string
754
+ values:
755
+ NormalControl: Normal Control
756
+ YellowFlash: Enables yellow flash
757
+ Dark: Enables dark mode
758
+ securityCode:
759
+ description: Security code 2
760
+ type: string
761
+ timeout:
762
+ description: |-
763
+ Time in minutes until controller automatically reverts to previous functional position.
764
+ 0=no automatic return
765
+ type: integer
766
+ min: 0
767
+ max: 1440
768
+ intersection:
769
+ description: Intersection number
770
+ type: integer
771
+ min: 0
772
+ max: 255
773
+ command: setValue
774
+ M0002:
775
+ description: |-
776
+ Sets current time plan.
777
+ Change of traffic program of the traffic light controller.
778
+ Typical usages is scenario based control where change of program is used to change signal timings etc.
779
+ This command changes the signal timings for optimal traffic flow.
780
+ Requires security code 2
781
+ arguments:
782
+ status:
783
+ type: boolean
784
+ description: |-
785
+ False: Controller uses time plan according to programming
786
+ True: Controller uses time plan according to command
787
+ securityCode:
788
+ type: string
789
+ description: Security code 2
790
+ range: "[text]"
791
+ timeplan:
792
+ type: integer
793
+ description: designation of time plan
794
+ range: "[1-255]"
795
+ command: setPlan
796
+ M0003:
797
+ description: |-
798
+ Sets traffic situation the controller uses.
799
+ 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).
800
+ 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.
801
+ Requires security code 2
802
+ arguments:
803
+ status:
804
+ type: boolean
805
+ description: |-
806
+ False: Controller uses traffic situation according to own programming
807
+ True: Controller uses traffic situation according to command
808
+ securityCode:
809
+ type: string
810
+ description: Security code 2
811
+ range: "[text]"
812
+ traficsituation:
813
+ type: integer
814
+ description: designation of traficsituation
815
+ range: "[1-255]"
816
+ command: setTrafficSituation
817
+ M0004:
818
+ description: |-
819
+ Restarts Traffic Light Controller.
820
+ Used in the event of serious faults in the device where a restart is considered to be able to remedy a problem.
821
+ Requires security code 2
822
+ arguments:
823
+ status:
824
+ type: boolean
825
+ description: 'True: Restart controller'
826
+ securityCode:
827
+ type: string
828
+ description: Security code 2
829
+ range: "[text]"
830
+ command: setRestart
831
+ M0005:
832
+ description: |-
833
+ Activate emergency route.
834
+ 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.
835
+ Should be used in situations where full priority is given in the emergency vehicle program.
836
+ Requires security code 2.
837
+ arguments:
838
+ status:
839
+ type: boolean
840
+ description: |-
841
+ False: Activate emergency route
842
+ True: Deactivate emergency route
843
+ securityCode:
844
+ type: string
845
+ description: Security code 2
846
+ range: "[text]"
847
+ emergencyroute:
848
+ type: integer
849
+ description: Number of emergency route
850
+ range: "[1-255]"
851
+ command: setEmergency
852
+ M0006:
853
+ description: |-
854
+ Activate input.
855
+ Set given input (1-255) of the controllers general purpose I/O to either true or false.
856
+ The function can provide an input to the traffic light controller on which a predefined action can be taken.
857
+ Can be used for all types of input where the traffic light controller must react to external control.
858
+ Typical usages are bus priority, coordination between traffic controllers, external control systems, and much more.
859
+ Requires security code 2.
860
+ arguments:
861
+ status:
862
+ type: boolean
863
+ description: |-
864
+ False: Deactivate input
865
+ True: Activate input
866
+ securityCode:
867
+ type: string
868
+ description: Security code 2
869
+ range: "[text]"
870
+ input:
871
+ type: integer
872
+ description: Number of Input
873
+ range: "[1-255]"
874
+ command: setInput
875
+ M0007:
876
+ description: |-
877
+ Activate fixed time control.
878
+ Deactivates the traffic actuated control using detectors and activates pre-timed control.
879
+ Can be used in case normal detectors can't be used, e.g. during maintenance work.
880
+ Requires security code 2.
881
+ arguments:
882
+ status:
883
+ type: boolean
884
+ description: |-
885
+ False: Deactivate fixed time control
886
+ True: Activate fixed time control
887
+ securityCode:
888
+ type: string
889
+ description: Security code 2
890
+ range: "[text]"
891
+ command: setFixedTime
892
+ M0012:
893
+ description: |-
894
+ Request start or stop of a series of signal groups.
895
+ Starts or stops several signal groups.
896
+ This command was introduced due to coordination requirements needing to set many signal groups to green and red at the same time and M0010 and M0012 being to slow to send a message for each signal group individually.
897
+ 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.
898
+ Intended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers.
899
+ Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).
900
+ May also include purposes for adaptive control where a UTC system or a local traffic light controller takes over the phase control (stage control).
901
+ Requires security code 2.
902
+ arguments:
903
+ status:
904
+ type: string
905
+ description: |-
906
+ Orders signal groups to green or red. Sets a block of 16 signal groups at a time. Can be repeated to set several blocks of 16 signal groups. Values are separated with comma. Blocks are separated with semicolon. Since semicolon breaks the SXL csv-format, colon is used in example below.
907
+
908
+ 1=Order signal group to green
909
+ 0=Order signal group to red
910
+
911
+ Format: [Offset],[Bits to set],[Bits to unset]:…
912
+
913
+ Offset sets where the 16 inputs starts from followed by two 16 bit values telling which bit to set and unset in binary format, i.e. first bit have value 1 and last bit have value 32768.
914
+
915
+ Example 1:
916
+ "5, 4134, 65" sets input 6,7,10,17 = on and 5,11 = off
917
+ (Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)
918
+
919
+ Example 2:
920
+ "22, 1, 4" sets input 22 = on and 24 = off
921
+ (Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)
922
+
923
+ And both these examples could be sent in the same message as:
924
+ "5,4143,65:22,1,4"
925
+
926
+ Such a message would order signal group 6,7,10,17,22 to green and signal group 5,11,24 to red
927
+ range: "[text]"
928
+ securityCode:
929
+ type: string
930
+ description: Security code 2
931
+ range: "[text]"
932
+ command: setStart
933
+ M0013:
934
+ description: |-
935
+ Activate a series of inputs.
936
+ Set given inputs (1-255) of the controllers general purpose I/O to either true or false.
937
+ This command was introduced due to coordination requirements needing to set many inputs to true/false at the same time and M0006 being to slow to send a message for each input individually. With this command many inputs can be set to true/false at the same time using a single RSMP message.
938
+ Can be used for all types of input where the traffic light controller must react to external control. Typical usages are bus priority, coordination between traffic controllers, external control systems, and much more.
939
+ Requires security code 2
940
+ arguments:
941
+ status:
942
+ type: string
943
+ description: |-
944
+ Sets/Unsets a block of 16 inputs at a time. Can be repeated to set several blocks of 16 inputs. Values are separated with comma. Blocks are separated with semicolon. Since semicolon breaks the SXL csv-format, colon, ":" is used in example below.
945
+
946
+ Format: [Offset],[Bits to set],[Bits to unset]:…
947
+
948
+ Offset sets where the 16 inputs starts from followed by two 16 bit values telling which bit to set and unset in binary format, i.e. first bit have value 1 and last bit have value 32768.
949
+
950
+ Example 1:
951
+ "5, 4134, 65" sets input 6,7,10,17 = on and 5,11 = off
952
+ (Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)
953
+
954
+ Example 2:
955
+ "22, 1, 4" sets input 22 = on and 24 = off
956
+ (Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)
957
+
958
+ And both thease examples could be sent in the same message as:
959
+ "5,4143:65:22,1,4"
960
+
961
+ Such a message would activate input 6,7,10,17,22 and deactivate input 5,11,24
962
+ range: "[text]"
963
+ securityCode:
964
+ type: string
965
+ description: Security code 2
966
+ range: "[text]"
967
+ command: setInput
968
+ M0014:
969
+ description: |-
970
+ Set dynamic bands.
971
+ Can be used to change between predefined signal timings. Moves the start of signal groups in the cycle.
972
+ This command can be used to change the split of green time during the cycle. A typical usage is scenario based control where changing of signal timings is used for optimal traffic flow.
973
+ Requires security code 2
974
+ arguments:
975
+ plan:
976
+ type: integer
977
+ description: Plan to be changed
978
+ range: "[0-255]"
979
+ status:
980
+ type: string
981
+ description: |-
982
+ Dynamic bands.
983
+ Each dynamic band are written as dd-ee where:
984
+ dd=Dynamic band number (from 1-10)
985
+ ee=Extension in seconds in this band
986
+
987
+ Each dynamic band is separated with a comma.
988
+
989
+ E.g.
990
+ dd-ee,dd-ee
991
+ range: "[text]"
992
+ securityCode:
993
+ type: string
994
+ description: Security code 2
995
+ range: "[text]"
996
+ command: setCommands
997
+ M0015:
998
+ description: |-
999
+ Set Offset time.
1000
+ Offset time is used to define an offset between intersections in coordinated control. It is based on the expected travel time between intersections.
1001
+ This command can be used to fine tune the coordination for optimal traffic flow.
1002
+ Requires security code 2.
1003
+ arguments:
1004
+ status:
1005
+ type: integer
1006
+ description: Set offset time in seconds
1007
+ range: "[0-255]"
1008
+ plan:
1009
+ type: integer
1010
+ description: Time plan nr
1011
+ range: "[0-255]"
1012
+ securityCode:
1013
+ type: string
1014
+ description: Security code 2
1015
+ range: "[text]"
1016
+ command: setOffset
1017
+ M0016:
1018
+ description: |-
1019
+ Set week time table.
1020
+ Set which time table for signal programs to use for each day during a week.
1021
+ This command changes the signal timings during the week for optimal traffic flow.
1022
+ Requires security code 2.
1023
+ arguments:
1024
+ status:
1025
+ type: string
1026
+ description: |-
1027
+ Week time table. Defines time table to use for each week day
1028
+ Each segment is written as d-t where:
1029
+ d=day of week
1030
+ t=time table nr
1031
+
1032
+ Day of week legend:
1033
+ 0=Monday
1034
+ 1=Tuesday
1035
+ 2=Wednesday
1036
+ 3=Thursday
1037
+ 4=Friday
1038
+ 5=Saturday
1039
+ 6=Sunday
1040
+
1041
+ Each segment is separated with a comma
1042
+
1043
+ E.g.
1044
+ d-t,d-t
1045
+ range: "[text]"
1046
+ securityCode:
1047
+ type: string
1048
+ description: Security code 2
1049
+ range: "[text]"
1050
+ command: setWeekTable
1051
+ M0017:
1052
+ description: |-
1053
+ Set time tables.
1054
+ Set time of day for when to automatically switch signal program (time plan).
1055
+ This command changes the signal timings according to time of day for optimal traffic flow.
1056
+ Requires security code 2.
1057
+ arguments:
1058
+ status:
1059
+ type: string
1060
+ description: |-
1061
+ Time Table. Defines time tables.
1062
+ Each time definition is written as t-o-h-m where:
1063
+ t=time table nr (1-12)
1064
+ o=function
1065
+ h=hour - switching time
1066
+ m=minute - switching minute
1067
+
1068
+ Function legend:
1069
+ 0=no plan is selected by time table
1070
+ 1=set plan 1
1071
+
1072
+ 16= set plan 16
1073
+
1074
+ hour and minute is using local time (not UTC)
1075
+
1076
+ Each time definition is separated with a comma.
1077
+
1078
+ E.g.
1079
+ t-o-h-m,t-o-h-m
1080
+ range: "[text]"
1081
+ securityCode:
1082
+ type: string
1083
+ description: Security code 2
1084
+ range: "[text]"
1085
+ command: setTimeTable
1086
+ M0018:
1087
+ description: |-
1088
+ Set Cycle time.
1089
+ Cycle time (or cycle length) is the sum of all phases in a time plan (traffic program). This time is fixed when using fixed time control or coordination (except "local coordination"). When the cycle counter reaches this length it is reset back to zero.
1090
+ This command provides the ability to change the cycle time when using coordinated or fixed time control. It changes the timings for optimal traffic flow. Can be used with scenario based control.
1091
+ Requires security code 2.
1092
+ arguments:
1093
+ status:
1094
+ type: integer
1095
+ description: Set cycle time in seconds
1096
+ range: "[1-255]"
1097
+ plan:
1098
+ type: integer
1099
+ description: Time plan nr
1100
+ range: "[0-255]"
1101
+ securityCode:
1102
+ type: string
1103
+ description: Security code 2
1104
+ range: "[text]"
1105
+ command: setCycleTime
1106
+ M0019:
1107
+ description: |-
1108
+ Force input.
1109
+ 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.
1110
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
1111
+ Requires security code 2.
1112
+ arguments:
1113
+ status:
1114
+ type: boolean
1115
+ description: |-
1116
+ False: Force input
1117
+ True: Release input
1118
+ securityCode:
1119
+ type: string
1120
+ description: Security code 2
1121
+ range: "[text]"
1122
+ input:
1123
+ type: integer
1124
+ description: Number of Input
1125
+ range: "[1-255]"
1126
+ inputValue:
1127
+ type: boolean
1128
+ description: |-
1129
+ False: input forced to False
1130
+ True: input forced to True
1131
+ command: setInput
1132
+ M0103:
1133
+ description: |-
1134
+ Set security code.
1135
+ Change the security code to use when sending commands
1136
+ 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.
1137
+ arguments:
1138
+ status:
1139
+ type: string
1140
+ values:
1141
+ Level1: Change security code 1
1142
+ Level2: Change security code 2
1143
+ oldSecurityCode:
1144
+ type: string
1145
+ description: Previous security code
1146
+ range: "[text]"
1147
+ newSecurityCode:
1148
+ type: string
1149
+ description: New security code
1150
+ range: "[text]"
1151
+ command: setSecurityCode
1152
+ M0104:
1153
+ description: |-
1154
+ Set clock.
1155
+ 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.
1156
+ Requires security code 1
1157
+ arguments:
1158
+ securityCode:
1159
+ type: string
1160
+ description: Security code 1
1161
+ range: "[text]"
1162
+ year:
1163
+ type: integer
1164
+ description: |-
1165
+ Changes internal clock. Note: UTC is used
1166
+ Year according to YYYY
1167
+ range: "[YYYY]"
1168
+ month:
1169
+ type: integer
1170
+ description: |-
1171
+ Changes internal clock. Note: UTC is used
1172
+ Month according to MM (01-12)
1173
+ range: "[MM]"
1174
+ day:
1175
+ type: integer
1176
+ description: |-
1177
+ Changes internal clock. Note: UTC is used
1178
+ Day in month according to DD (01-31)
1179
+ range: "[DD]"
1180
+ hour:
1181
+ type: integer
1182
+ description: |-
1183
+ Changes internal clock. Note: UTC is used
1184
+ Hour according to HH (00-23)
1185
+ range: "[HH]"
1186
+ minute:
1187
+ type: integer
1188
+ description: |-
1189
+ Changes internal clock. Note: UTC is used
1190
+ Minute according to MM (00-59)
1191
+ range: "[MM]"
1192
+ second:
1193
+ type: integer
1194
+ description: |-
1195
+ Changes internal clock. Note: UTC is used
1196
+ Second according to SS (00-59)
1197
+ range: "[SS]"
1198
+ command: setDate
1199
+ Signal group:
1200
+ description:
1201
+ alarms:
1202
+ A0008:
1203
+ description: |-
1204
+ Dead lock error.
1205
+ Used for dead lock errors.
1206
+ 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.
1207
+ 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.
1208
+ priority: 2
1209
+ category: D
1210
+ arguments:
1211
+ timeplan:
1212
+ type: integer
1213
+ description: Current time plan
1214
+ range: "[designation]"
1215
+ A0101:
1216
+ description: |-
1217
+ Pushbutton error.
1218
+ Used for push buttons.
1219
+ priority: 3
1220
+ category: D
1221
+ A0201:
1222
+ description: |-
1223
+ Serious lamp error.
1224
+ Used for lamp errors.
1225
+ 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.
1226
+ priority: 2
1227
+ category: D
1228
+ arguments:
1229
+ color:
1230
+ type: string
1231
+ description: Color of lamp
1232
+ values:
1233
+ red: red
1234
+ yellow: yellow
1235
+ green: green
1236
+ A0202:
1237
+ description: |-
1238
+ Less serious lamp error.
1239
+ Used for lamp errors.
1240
+ Is a "minor fault" defined according to 3.11 in EN12675.
1241
+ priority: 3
1242
+ category: D
1243
+ arguments:
1244
+ color:
1245
+ type: string
1246
+ description: Color of lamp
1247
+ values:
1248
+ red: red
1249
+ yellow: yellow
1250
+ green: green
1251
+ statuses:
1252
+ S0025:
1253
+ description: |-
1254
+ Time-of-Green / Time-of-Red.
1255
+ Provides predicted signal timings of green and red for each signal group. Max, min and likely time to green and red.
1256
+ arguments:
1257
+ minToGEstimate :
1258
+ type: timestamp
1259
+ description: |-
1260
+ 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.
1261
+ 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
1262
+ maxToGEstimate :
1263
+ type: timestamp
1264
+ description: |-
1265
+ 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.
1266
+ 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
1267
+ likelyToGEstimate :
1268
+ type: timestamp
1269
+ description: |-
1270
+ 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.
1271
+ 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
1272
+ ToGConfidence:
1273
+ type: integer
1274
+ description: Confidence of the likelyToGEstimate. 0-100%
1275
+ range: "[0-100]"
1276
+ minToREstimate :
1277
+ type: timestamp
1278
+ description: |-
1279
+ 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.
1280
+ 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
1281
+ maxToREstimate:
1282
+ type: timestamp
1283
+ description: |-
1284
+ 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.
1285
+ 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
1286
+ likelyToREstimate :
1287
+ type: timestamp
1288
+ description: |-
1289
+ 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.
1290
+ 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
1291
+ ToRConfidence:
1292
+ type: integer
1293
+ description: Confidence of the likelyToREstimate. 0-100%
1294
+ range: "[0-100]"
1295
+ commands:
1296
+ M0010:
1297
+ description: |-
1298
+ Start of signal group. Orders a signal group to green.
1299
+ 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.
1300
+ 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).
1301
+ Requires security code 2
1302
+ arguments:
1303
+ status:
1304
+ type: boolean
1305
+ description: |-
1306
+ False: No command (default)
1307
+ True: Order a signal group to green
1308
+ securityCode:
1309
+ type: string
1310
+ description: Security code 2
1311
+ range: "[text]"
1312
+ command: setStart
1313
+ M0011:
1314
+ description: |-
1315
+ Stop of signal group. Orders a signal group to red.
1316
+ 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.
1317
+ 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).
1318
+ Requires security code 2
1319
+ arguments:
1320
+ status:
1321
+ type: boolean
1322
+ description: |-
1323
+ False: No command (default)
1324
+ True: Order a signal group to red
1325
+ securityCode:
1326
+ type: string
1327
+ description: Security code 2
1328
+ range: "[text]"
1329
+ command: setStop
1330
+ Detector logic:
1331
+ description:
1332
+ alarms:
1333
+ A0301:
1334
+ description: |-
1335
+ Detector error (hardware).
1336
+ Is a "minor fault" defined according to 3.11 in EN12675.
1337
+ priority: 3
1338
+ category: D
1339
+ arguments:
1340
+ detector:
1341
+ type: string
1342
+ description: Designation of the detector (hardware)
1343
+ range: "[designation]"
1344
+ type:
1345
+ type: string
1346
+ description: Type of detector
1347
+ values:
1348
+ loop: Inductive detector loop
1349
+ input: External input
1350
+ errormode:
1351
+ type: string
1352
+ description: Detector forced on/off while detector error
1353
+ values:
1354
+ 'on': ''
1355
+ 'off': ''
1356
+ manual:
1357
+ type: boolean
1358
+ description: Manually controlled detector logic (True/False)
1359
+ A0302:
1360
+ description: |-
1361
+ Detector error (logic error).
1362
+ For instance; detector continuously on or off during an extended time.
1363
+ Is a "minor fault" defined according to 3.11 in EN12675.
1364
+ priority: 3
1365
+ category: D
1366
+ arguments:
1367
+ detector:
1368
+ type: string
1369
+ description: Designation of the detector (hardware)
1370
+ range: "[designation]"
1371
+ type:
1372
+ type: string
1373
+ description: Type of detector.
1374
+ values:
1375
+ loop: Inductive detector loop
1376
+ input: External input
1377
+ errormode:
1378
+ type: string
1379
+ description: Detector forced on/off while detector error
1380
+ values:
1381
+ 'on': ''
1382
+ 'off': ''
1383
+ manual:
1384
+ type: boolean
1385
+ description: Manually controlled detector logic (True/False)
1386
+ logicerror:
1387
+ type: string
1388
+ description: Type of logic error
1389
+ values:
1390
+ always_off: no detection during predefined max time
1391
+ always_on: detection constantly on during predefined max time
1392
+ intermittent: intermittent logic fault (flutter)
1393
+ statuses:
1394
+ S0201:
1395
+ description: |-
1396
+ Traffic Counting: Number of vehicles.
1397
+ Used for Traffic counting.
1398
+ arguments:
1399
+ starttime:
1400
+ type: timestamp
1401
+ description: Time stamp for start of measuring. Format according to W3C
1402
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1403
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1404
+ vehicles:
1405
+ type: long
1406
+ description: Number of vehicles on a given detector logic (since last
1407
+ update)
1408
+ range: "[number]"
1409
+ S0202:
1410
+ description: |-
1411
+ Traffic Counting: Vehicle speed.
1412
+ Used for Traffic counting.
1413
+ arguments:
1414
+ starttime:
1415
+ type: timestamp
1416
+ description: |-
1417
+ Time stamp for start of measuring. Format according to W3C
1418
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1419
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1420
+ speed:
1421
+ type: integer
1422
+ description: Average speed in km/h
1423
+ range: "[speed]"
1424
+ S0203:
1425
+ description: |-
1426
+ Traffic Counting: Occupancy.
1427
+ Used for Traffic counting.
1428
+ arguments:
1429
+ starttime:
1430
+ type: timestamp
1431
+ description: |-
1432
+ Time stamp for start of measuring. Format according to W3C
1433
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1434
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1435
+ occupancy:
1436
+ type: integer
1437
+ description: Occupancy in percent (0-100%)
1438
+ range: "[0-100]"
1439
+ S0204:
1440
+ description: |-
1441
+ Traffic Counting: Number of vehicles of given classification.
1442
+ Used for Traffic counting.
1443
+ arguments:
1444
+ starttime:
1445
+ type: timestamp
1446
+ description: |-
1447
+ Time stamp for start of measuring. Format according to W3C
1448
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1449
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1450
+ P:
1451
+ type: long
1452
+ description: Number of cars
1453
+ range: "[number]"
1454
+ PS:
1455
+ type: long
1456
+ description: Number of cars with trailers
1457
+ range: "[number]"
1458
+ L:
1459
+ type: long
1460
+ description: Number of trucks
1461
+ range: "[number]"
1462
+ LS:
1463
+ type: long
1464
+ description: Number of trucks with trailers
1465
+ range: "[number]"
1466
+ B:
1467
+ type: long
1468
+ description: Number of busses
1469
+ range: "[number]"
1470
+ SP:
1471
+ type: long
1472
+ description: Number of trams
1473
+ range: "[number]"
1474
+ MC:
1475
+ type: long
1476
+ description: Number of motor cycles
1477
+ range: "[number]"
1478
+ C:
1479
+ type: long
1480
+ description: Number of bicycles
1481
+ range: "[number]"
1482
+ F:
1483
+ type: long
1484
+ description: Number of pedestrians
1485
+ range: "[number]"
1486
+ commands:
1487
+ M0008:
1488
+ description: |-
1489
+ Sets manual activation of detector logic.
1490
+ Set given detector logic (1-255) to either true or false.
1491
+ Can e.g. be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.
1492
+ Requires security code 2
1493
+ arguments:
1494
+ status:
1495
+ type: boolean
1496
+ description: |-
1497
+ False: Deactivate manual control of detector logic
1498
+ True: Activate manual control of detector logic
1499
+ securityCode:
1500
+ type: string
1501
+ description: Security code 2
1502
+ range: "[text]"
1503
+ mode:
1504
+ type: boolean
1505
+ description: |-
1506
+ False: Deactivate detector logic
1507
+ True: Activate detector logic
1508
+ command: setForceDetectorLogic