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,1654 @@
1
+ ---
2
+ meta:
3
+ name: tlc
4
+ description: Traffic Light Controllers
5
+ version: 1.0.15
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
+ A0010:
91
+ description: |-
92
+ Door open.
93
+ Used for open door (room or cabinet).
94
+ priority: 3
95
+ category: D
96
+ statuses:
97
+ S0001:
98
+ description: |-
99
+ Signal group status.
100
+ Provides the status of each signal group, including basic information such as green, yellow and red. But also detailed technical information.
101
+ Can be used to draw a live signal group diagram as well provide diagnostic information about the performance of the controller.
102
+ arguments:
103
+ signalgroupstatus:
104
+ type: string
105
+ description: Signal group status as text field
106
+ range: "[text]"
107
+ pattern: "^[a-hA-G0-9N-P]*$"
108
+ cyclecounter:
109
+ type: integer
110
+ description: Cycle counter
111
+ range: "[0-999]"
112
+ basecyclecounter:
113
+ type: integer
114
+ description: Base cycle counter
115
+ range: "[0-999]"
116
+ stage:
117
+ type: integer
118
+ description: Current stage (isolated)
119
+ range: "[0-999]"
120
+ S0002:
121
+ description: |-
122
+ Detector logic status.
123
+ Provides the status of all detector logics of the controller.
124
+ 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.
125
+ arguments:
126
+ detectorlogicstatus:
127
+ type: string
128
+ description: Detector logic status as text field
129
+ range: "[text]"
130
+ S0003:
131
+ description: |-
132
+ Input status.
133
+ Input (1-255) of the controllers general purpose I/O.
134
+ Input is used where the traffic light controller must react to external control. It could be external detectors, bus priority, and much more.
135
+ arguments:
136
+ inputstatus:
137
+ type: string
138
+ description: Input status as text field
139
+ range: "[text]"
140
+ extendedinputstatus:
141
+ type: string
142
+ description: Extended input status as text field
143
+ range: "[text]"
144
+ S0004:
145
+ description: |-
146
+ Output status.
147
+ Output (1-255) of the controllers general purpose I/O.
148
+ 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.
149
+ arguments:
150
+ outputstatus:
151
+ type: string
152
+ description: Output status as text field
153
+ range: "[text]"
154
+ extendedoutputstatus:
155
+ type: string
156
+ description: Extended output status as text field
157
+ range: "[text]"
158
+ S0005:
159
+ description: |-
160
+ Traffic Light Controller starting.
161
+ The traffic signal is starting, e.g. it is in startup mode and has not begun working normally yet.
162
+ During startup mode the traffic controller shows dark, red, yellow flash or using the predetermined start cycle (minimum times).
163
+ arguments:
164
+ status:
165
+ type: boolean
166
+ description: |-
167
+ False: Controller is not in start up mode
168
+ True: Controller is currently in start up mode
169
+ S0006:
170
+ description: |-
171
+ Emergency stage.
172
+ The status is active during emergency prioritization.
173
+ Used in situations where full priority is given in the emergency vehicle program.
174
+ arguments:
175
+ status:
176
+ type: boolean
177
+ description: |-
178
+ False: Emergency stage inactive
179
+ True: Emergency stage active
180
+ emergencystage:
181
+ type: integer
182
+ description: Number of emergency stage
183
+ range: "[1-255]"
184
+ S0007:
185
+ description: |-
186
+ Controller switched on.
187
+ The controller is active and is not in dark mode.
188
+ Used to determine if the controller is operating, e.g. it shows red, green or yellow to the vehicles.
189
+ During maintenance work the controller might be using dark mode (no output to the signal heads).
190
+ arguments:
191
+ intersection:
192
+ list: true
193
+ type: integer
194
+ description: |-
195
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
196
+ Other value: Intersection number
197
+ range: "[0-255]"
198
+ status:
199
+ list: true
200
+ type: boolean
201
+ description: |-
202
+ False: Traffic Light Controller in dark mode
203
+ True: Traffic Light Controller not in dark mode
204
+ S0008:
205
+ description: |-
206
+ Manual control.
207
+ Traffic control deactivated in controller
208
+ Signal timings is controlled manually by service personnel using the operating panel of the controller.
209
+ arguments:
210
+ intersection:
211
+ list: true
212
+ type: integer
213
+ description: |-
214
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
215
+ Other value: Intersection number
216
+ range: "[0-255]"
217
+ status:
218
+ list: true
219
+ type: boolean
220
+ description: |-
221
+ False: Manual control inactive
222
+ True: Manual control active
223
+ S0009:
224
+ description: |-
225
+ Fixed time control.
226
+ Traffic actuated control deactivated and a pre-timed control is used.
227
+ Usually only used in case normal detectors can't be used, e.g. during maintenance work.
228
+ arguments:
229
+ intersection:
230
+ list: true
231
+ type: integer
232
+ description: |-
233
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
234
+ Other value: Intersection number
235
+ range: "[0-255]"
236
+ status:
237
+ list: true
238
+ type: boolean
239
+ description: |-
240
+ False: Fixed time control inactive
241
+ True: Fixed time control active
242
+ S0010:
243
+ description: |-
244
+ Isolated control.
245
+ Isolated control mode indicates that the controller operates independently of any other traffic light controllers. This may different depending on traffic program (time plan).
246
+ Used to determine if the controller is operating independently or operating with other controllers (coordination).
247
+ arguments:
248
+ intersection:
249
+ list: true
250
+ type: integer
251
+ description: |-
252
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
253
+ Other value: Intersection number
254
+ range: "[0-255]"
255
+ status:
256
+ list: true
257
+ type: boolean
258
+ description: |-
259
+ False: Isolated control disabled
260
+ True: Isolated control enabled (Vehicle actuated control or Fixed time control)
261
+ S0011:
262
+ description: |-
263
+ Yellow flash.
264
+ The controller shows yellow flash.
265
+ Yellow flash may be used during a serious fault (depending on configuration) or maintenance work. It can also be manually set using M0001.
266
+ arguments:
267
+ intersection:
268
+ list: true
269
+ type: integer
270
+ description: |-
271
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
272
+ Other value: Intersection number
273
+ range: "[0-255]"
274
+ status:
275
+ list: true
276
+ type: boolean
277
+ description: |-
278
+ False: Yellow flash disabled
279
+ True: Yellow flash enabled
280
+ S0012:
281
+ description: |-
282
+ All red.
283
+ The controller show all red.
284
+ All red can be manually set using the controllers operating panel during maintenance work.
285
+ arguments:
286
+ intersection:
287
+ list: true
288
+ type: integer
289
+ description: |-
290
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
291
+ Other value: Intersection number
292
+ range: "[0-255]"
293
+ status:
294
+ list: true
295
+ type: boolean
296
+ description: |-
297
+ False: All red disabled
298
+ True: All red enabled
299
+ S0013:
300
+ description: |-
301
+ Police key
302
+ The controller is forced to dark mode or yellow flash.
303
+ The "police key" is a external control switch present in some controllers that manually switches the controller to either dark mode or yellow flash.
304
+ arguments:
305
+ intersection:
306
+ list: true
307
+ type: integer
308
+ description: |-
309
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
310
+ Other value: Intersection number
311
+ range: "[0-255]"
312
+ status:
313
+ list: true
314
+ type: integer
315
+ values:
316
+ 0: disabled
317
+ 1: dark mode
318
+ 2: yellow flash
319
+ S0014:
320
+ description: |-
321
+ Current time plan.
322
+ The current time plan (signal program) used in the controller. There may be 1-255 predefined time plans.
323
+ 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.
324
+ arguments:
325
+ status:
326
+ type: integer
327
+ description: Current time plan
328
+ range: "[1-255]"
329
+ S0015:
330
+ description: |-
331
+ Current traffic situation.
332
+ The current traffic situation used in the controller.
333
+ 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).
334
+ 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.
335
+ arguments:
336
+ status:
337
+ type: integer
338
+ description: Current traffic situation
339
+ range: "[1-255]"
340
+ S0016:
341
+ description: |-
342
+ Number of detector logics.
343
+ Can be used by the management system to check the number of detector logics configured in the controller.
344
+ arguments:
345
+ number:
346
+ type: long
347
+ description: Number of detector logics
348
+ range: "[1-65025]"
349
+ S0017:
350
+ description: |-
351
+ Number of signal groups.
352
+ Can be used for the management system to check the number of signal groups configured in the controller.
353
+ arguments:
354
+ number:
355
+ type: long
356
+ description: Number of signal groups
357
+ range: "[1-65025]"
358
+ S0018:
359
+ description: |-
360
+ Number of time plans
361
+ Can be used for the management system to check the number of time plans configured in the controller.
362
+ arguments:
363
+ number:
364
+ type: long
365
+ description: Number of time plans (depreciated)
366
+ range: "[1-65025]"
367
+ S0019:
368
+ description: |-
369
+ Number of traffic situations.
370
+ Can be used for the management system to check the number of traffic situations configured in the controller.
371
+ arguments:
372
+ number:
373
+ type: long
374
+ description: Number of traffic situations
375
+ range: "[1-65025]"
376
+ S0020:
377
+ description: |-
378
+ Control mode.
379
+ Can be used for the management system to check the current control mode (startup, normal, standby, failure, test).
380
+ arguments:
381
+ intersection:
382
+ type: integer
383
+ description: |-
384
+ 0: Not applicable (only one intersection exists or applicable for all intersection of the traffic light controller)
385
+ Other value: Intersection number
386
+ range: "[0-255]"
387
+ controlmode:
388
+ type: string
389
+ values:
390
+ startup: Startup mode
391
+ control: Normal control
392
+ standby: Standby mode
393
+ failure: Failure mode
394
+ test: Test mode
395
+ S0021:
396
+ description: |-
397
+ Manually set detector logic.
398
+ Provides status of detector logic (1-255) regarding if they are either forced to true or false.
399
+ Can be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.
400
+ arguments:
401
+ detectorlogics:
402
+ type: string
403
+ description: Manually set detector logics (1/0) as text field
404
+ range: "[text]"
405
+ pattern: "^[01]*$"
406
+ S0022:
407
+ description: |-
408
+ List of time plans.
409
+ 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.
410
+ Can be used for the management system to check the number of time plans configured in the controller.
411
+ arguments:
412
+ status:
413
+ type: string
414
+ description: Comma separated list of configured time plans. E.g. "1,2,3,5"
415
+ range: "[text]"
416
+ S0023:
417
+ description: |-
418
+ Dynamic bands.
419
+ Provides a list of all defined dynamic bands. Dynamic bands moves start of signal groups in the cycle and changes the signal timings.
420
+ A typical usage of dynamic bands is scenario based control where changing of signal timings is used for optimal traffic flow.
421
+ arguments:
422
+ status:
423
+ type: string
424
+ description: |-
425
+ Dynamic bands.
426
+ Each dynamic band are written as pp-dd-ee where:
427
+ pp=Time plan
428
+ dd=Dynamic band number (from 1-10)
429
+ ee=Extension in seconds in this band
430
+
431
+ Each dynamic band is separated with a comma.
432
+
433
+ E.g.
434
+ pp-dd-ee,pp-dd-ee
435
+ range: "[text]"
436
+ pattern: "(^$)|(^(?<item>(\\d{1,2})\\-\\d{1,2}-\\d{1,2})(,\\g<item>)*$)"
437
+ S0024:
438
+ description: |-
439
+ Offset time.
440
+ Offset time is used to define an offset between intersections in coordinated control. It is based on the expected travel time between intersections.
441
+ Can be used by the management system to check to fine tune the coordination for optimal traffic flow.
442
+ arguments:
443
+ status:
444
+ type: string
445
+ description: |-
446
+ Offset table
447
+ Each offset time is written as pp-tt where:
448
+ pp=time plan
449
+ tt=offset time in seconds
450
+
451
+ Each offset time is separated with a comma
452
+
453
+ E.g.
454
+ pp-tt,pp-tt
455
+ range: "[text]"
456
+ pattern: "^(\\d{1,2}\\-\\d{1,2})(?:,(\\d{1,2}\\-\\d{1,2}))*$"
457
+ S0026:
458
+ description: |-
459
+ Week time table.
460
+ Week time table for signal programs (time plan) to use for each day during a week.
461
+ The week time table determine which predefined signal timings (time plan) to use during the week for optimal traffic flow.
462
+ arguments:
463
+ status:
464
+ type: string
465
+ description: |-
466
+ Week time table. Defines time table to use for each week day
467
+ Each day is written as d-t where:
468
+ d=day of week
469
+ t=time table nr
470
+
471
+ Day of week legend:
472
+ 0=Monday
473
+ 1=Tuesday
474
+ 2=Wednesday
475
+ 3=Thursday
476
+ 4=Friday
477
+ 5=Saturday
478
+ 6=Sunday
479
+
480
+ Each segment is separated with a comma
481
+ E.g.
482
+ d-t,d-t
483
+ range: "[text]"
484
+ S0027:
485
+ description: |-
486
+ Time tables.
487
+ Time of day for when to switch signal program (time plan).
488
+ The signal timings (time plan) to use during time of day for optimal traffic flow.
489
+ arguments:
490
+ status:
491
+ type: string
492
+ description: |-
493
+ Time Table. Defines time tables.
494
+ Each time definition is written as t-o-h-m where:
495
+ t=time table nr (1-12)
496
+ o=function
497
+ h=hour - switching time
498
+ m=minute - switching minute
499
+
500
+ Function legend:
501
+ 0=no plan is selected by time table
502
+ 1=set plan 1
503
+
504
+ 16= set plan 16
505
+
506
+ hour and minute is using local time (not UTC)
507
+
508
+ Each time definition is separated with a comma
509
+
510
+ E.g.
511
+ t-o-h-m,t-o-h-m
512
+ range: "[text]"
513
+ S0028:
514
+ description: |-
515
+ Cycle time.
516
+ 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.
517
+ Changing the cycle time can be used as part of scenario based control.
518
+ arguments:
519
+ status:
520
+ type: string
521
+ description: |-
522
+ Cycle time table
523
+ Each cycle time is written as pp-tt where:
524
+ pp=time plan
525
+ tt=cycle time in seconds
526
+
527
+ Each cycle time is separated with a comma
528
+
529
+ E.g.
530
+ pp-tt,pp-tt
531
+ range: "[text]"
532
+ S0029:
533
+ description: |-
534
+ Forced input status.
535
+ 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.
536
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
537
+ arguments:
538
+ status:
539
+ type: string
540
+ description: Forced input status as text field
541
+ range: "[text]"
542
+ S0030:
543
+ description: |-
544
+ Forced output status.
545
+ Provide status of output (1-255) regarding if they are forced or not. Can be used for all types of output where the traffic light controller needs to control other equipment.
546
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
547
+ arguments:
548
+ status:
549
+ type: string
550
+ description: Forced output status as text field
551
+ range: "[text]"
552
+ S0031:
553
+ description: |-
554
+ Trigger level sensitivity for loop detector.
555
+ The trigger level sensitivity determines at what level the loop detector should trigger. If it set too low then then traffic will not be detected as intended. If it is set too high the detector might give false positives.
556
+ Can be used to make sure that the detectors detect traffic as intended.
557
+ arguments:
558
+ status:
559
+ type: string
560
+ description: |-
561
+ Loop detector trigger level sensitivity is written as dd-ss where:
562
+ dd=loop detector number
563
+ ss=sensitivity value
564
+ Each loop detector is separated with a comma. E.g.dd-ss,dd-ss.
565
+ range: "[text]"
566
+ S0091:
567
+ description: |-
568
+ Operator logged in/out OP-panel.
569
+ Provides information if maintenance personnel is currently working on site.
570
+ arguments:
571
+ user:
572
+ description: |-
573
+ nobody: No one logged in
574
+ <username>: User currently logged in
575
+ type: string
576
+ status:
577
+ type: string
578
+ values:
579
+ login: Somebody currently logged in
580
+ logout: Nobody currently logged in
581
+ S0092:
582
+ description: |-
583
+ Operator logged in/out web-interface.
584
+ Provides information if maintenance personnel is currently working with the controller.
585
+ arguments:
586
+ user:
587
+ description: |-
588
+ nobody: No one logged in
589
+ <username>: User currently logged in
590
+ type: string
591
+ status:
592
+ type: string
593
+ values:
594
+ login: Somebody currently logged in
595
+ logout: Nobody currently logged in
596
+ S0095:
597
+ description: |-
598
+ Version of Traffic Light Controller.
599
+ Provides diagnostic version information.
600
+ arguments:
601
+ status:
602
+ type: string
603
+ description: Manufacturer, product name and version of traffic light controller
604
+ range: "[text]"
605
+ S0096:
606
+ description: |-
607
+ Current date and time
608
+ Provides diagnostic information about the current date and time set in the controller.
609
+ arguments:
610
+ year:
611
+ type: integer
612
+ description: 'Year according to format YYYY. NOTE: UTC is used'
613
+ range: YYYY
614
+ month:
615
+ type: integer
616
+ description: 'Month (01-12) according to format MM. Note: UTC is used'
617
+ range: MM
618
+ day:
619
+ type: integer
620
+ description: 'Day of month (01-31) according to format DD. Note: UTC
621
+ is used'
622
+ range: DD
623
+ hour:
624
+ type: integer
625
+ description: 'Hour of day (00-23) according to format DD. Note: UTC is
626
+ used'
627
+ range: HH
628
+ minute:
629
+ type: integer
630
+ description: 'Minute (00-59) according to format MM. Note: UTC is used'
631
+ range: MM
632
+ second:
633
+ type: integer
634
+ description: 'Second (00-59) according to format SS. Note: UTC is used'
635
+ range: SS
636
+ S0097:
637
+ description: |-
638
+ Checksum of traffic parameters.
639
+ Can be used to check if any traffic parameter has been changed.
640
+ For instance, depending on controller, maintenance personnel can modify traffic parameters on site to optimize traffic flow. This status provides the ability to monitor if any traffic parameter has been changed. The traffic parameters may be downloaded with S0098.
641
+ arguments:
642
+ checksum:
643
+ type: string
644
+ description: |-
645
+ Checksum of the traffic parameters
646
+ Uses SHA-2 as hashing algorithm
647
+ Includes
648
+ - all signal programs, including program versions
649
+ - signal group settings
650
+ - time plans
651
+ - safety matrix
652
+ - intergreen times
653
+ - detector settings
654
+
655
+ It should NOT include:
656
+ - network settings
657
+ - log files
658
+ - software
659
+ - other device settings that are not part of the signal program
660
+
661
+ Note:
662
+ - The checksum should be calculated using the same data as used in S0098
663
+ range: "[text]"
664
+ timestamp:
665
+ type: timestamp
666
+ description: Time stamp of the checksum. Format according to W3C XML dateTime
667
+ with a resolution of 3 decimal places. All time stamps in UTC. E.g.
668
+ 2009-10-02T14:34:34.341Z
669
+ S0098:
670
+ description: |-
671
+ Configuration of traffic parameters.
672
+ Can be used to download all traffic parameters from the controller.
673
+ For instance, depending on controller, maintenance personnel can modify traffic parameters on site to optimize traffic flow. This status provides the ability to downloaded them.
674
+ arguments:
675
+ config:
676
+ type: base64
677
+ description: |-
678
+ Traffic parameters.
679
+ Includes
680
+ - all signal programs, including program versions
681
+ - signal group settings
682
+ - time plans
683
+ - safety matrix
684
+ - intergreen times
685
+ - detector setting
686
+
687
+ It should NOT include:
688
+ - network settings
689
+ - log files
690
+ - software
691
+ - other device settings that are not part of the signal program
692
+
693
+ Note:
694
+ - There is no way to upload this binary file to the TLC using RSMP
695
+ - The format of the binary file is not specified and is not expected to be compatible between suppliers
696
+ range: "[binary]"
697
+ timestamp:
698
+ type: timestamp
699
+ description: |-
700
+ Time stamp of the config. 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
701
+ version:
702
+ type: string
703
+ description: |-
704
+ Version information of the configuration. Contains basic information such as controller id, changes to config and other information.
705
+ The format is not specified in detail.
706
+ range: "[text]"
707
+ S0205:
708
+ description: |-
709
+ Traffic Counting: Number of vehicles.
710
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
711
+ arguments:
712
+ start:
713
+ type: timestamp
714
+ description: |-
715
+ 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
716
+ vehicles:
717
+ type: string
718
+ description: |-
719
+ Number of vehicles.
720
+ - Value expressed as an integer with a range of 0-65535.
721
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
722
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
723
+ range: "[0-65535,...]"
724
+ S0206:
725
+ description: |-
726
+ Traffic Counting: Vehicle speed
727
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
728
+ arguments:
729
+ start:
730
+ type: timestamp
731
+ description: |-
732
+ Time stamp for start of measuring. Format according to W3C
733
+ XML dateTime with a resolution of 3 decimal places. All time stamps
734
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
735
+ speed:
736
+ type: string
737
+ description: |-
738
+ Average speed in km/h (integer).
739
+ - Value expressed as an integer with a range of 0-65535.
740
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
741
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
742
+ range: "[0-65535,...]"
743
+ S0207:
744
+ description: |-
745
+ Traffic Counting: Occupancy.
746
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
747
+ arguments:
748
+ start:
749
+ type: timestamp
750
+ description: |-
751
+ Time stamp for start of measuring. Format according to W3C
752
+ XML dateTime with a resolution of 3 decimal places. All time stamps
753
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
754
+ occupancy:
755
+ type: string
756
+ description: |-
757
+ Occupancy in percent (%) (0-100)
758
+ - Value expressed as an integer with a range of 0-100.
759
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
760
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
761
+ range: "[0-100,...]"
762
+ S0208:
763
+ description: |-
764
+ Traffic Counting: Number of vehicles of given classification.
765
+ This status was introduced to improve performance in case traffic counting is done on all all detectors.
766
+ arguments:
767
+ start:
768
+ type: timestamp
769
+ description: |-
770
+ Time stamp for start of measuring. Format according to W3C
771
+ XML dateTime with a resolution of 3 decimal places. All time stamps
772
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
773
+ P:
774
+ type: string
775
+ description: |-
776
+ Number of cars.
777
+ - Value expressed as an integer with a range of 0-65535.
778
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
779
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
780
+ range: "[0-65535,...]"
781
+ PS:
782
+ type: string
783
+ description: |-
784
+ Number of cars with trailers.
785
+ - Value expressed as an integer with a range of 0-65535.
786
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
787
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
788
+ range: "[0-65535,...]"
789
+ L:
790
+ type: string
791
+ description: |-
792
+ Number of trucks.
793
+ - Value expressed as an integer with a range of 0-65535.
794
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
795
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
796
+ range: "[0-65535,...]"
797
+ LS:
798
+ type: string
799
+ description: |-
800
+ Number of trucks with trailers.
801
+ - Value expressed as an integer with a range of 0-65535.
802
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
803
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
804
+ range: "[0-65535,...]"
805
+ B:
806
+ type: string
807
+ description: |-
808
+ Number of busses.
809
+ - Value expressed as an integer with a range of 0-65535.
810
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
811
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
812
+ range: "[0-65535,...]"
813
+ SP:
814
+ type: string
815
+ description: |-
816
+ Number of trams.
817
+ - Value expressed as an integer with a range of 0-65535.
818
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
819
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
820
+ range: "[0-65535,...]"
821
+ MC:
822
+ type: string
823
+ description: |-
824
+ Number of motor cycles.
825
+ - Value expressed as an integer with a range of 0-65535.
826
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
827
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
828
+ range: "[0-65535,...]"
829
+ C:
830
+ type: string
831
+ description: |-
832
+ Number of bicycles.
833
+ - Value expressed as an integer with a range of 0-65535.
834
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
835
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
836
+ range: "[0-65535,...]"
837
+ F:
838
+ type: string
839
+ description: |-
840
+ Number of pedestrians.
841
+ - Value expressed as an integer with a range of 0-65535.
842
+ - Contains data from all detector logics. Each detector logic is separated with a comma.
843
+ - The value is set to “-1” if no data could be measured (e.g. detector fault)
844
+ range: "[0-65535,...]"
845
+ commands:
846
+ M0001:
847
+ description: |-
848
+ Sets functional position.
849
+ Sets the controller to yellow flash, dark mode or normal control.
850
+ Requires security code 2.
851
+ arguments:
852
+ status:
853
+ description: Set operating mode
854
+ type: string
855
+ values:
856
+ NormalControl: Normal Control
857
+ YellowFlash: Enables yellow flash
858
+ Dark: Enables dark mode
859
+ securityCode:
860
+ description: Security code 2
861
+ type: string
862
+ timeout:
863
+ description: |-
864
+ Time in minutes until controller automatically reverts to previous functional position.
865
+ 0=no automatic return
866
+ type: integer
867
+ min: 0
868
+ max: 1440
869
+ intersection:
870
+ description: Intersection number
871
+ type: integer
872
+ min: 0
873
+ max: 255
874
+ command: setValue
875
+ M0002:
876
+ description: |-
877
+ Sets current time plan.
878
+ Change of traffic program of the traffic light controller.
879
+ Typical usages is scenario based control where change of program is used to change signal timings etc.
880
+ This command changes the signal timings for optimal traffic flow.
881
+ Requires security code 2
882
+ arguments:
883
+ status:
884
+ type: boolean
885
+ description: |-
886
+ False: Controller uses time plan according to programming
887
+ True: Controller uses time plan according to command
888
+ securityCode:
889
+ type: string
890
+ description: Security code 2
891
+ range: "[text]"
892
+ timeplan:
893
+ type: integer
894
+ description: designation of time plan
895
+ range: "[1-255]"
896
+ command: setPlan
897
+ M0003:
898
+ description: |-
899
+ Sets traffic situation the controller uses.
900
+ 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).
901
+ 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.
902
+ Requires security code 2
903
+ arguments:
904
+ status:
905
+ type: boolean
906
+ description: |-
907
+ False: Controller uses traffic situation according to own programming
908
+ True: Controller uses traffic situation according to command
909
+ securityCode:
910
+ type: string
911
+ description: Security code 2
912
+ range: "[text]"
913
+ traficsituation:
914
+ type: integer
915
+ description: designation of traficsituation
916
+ range: "[1-255]"
917
+ command: setTrafficSituation
918
+ M0004:
919
+ description: |-
920
+ Restarts Traffic Light Controller.
921
+ Used in the event of serious faults in the device where a restart is considered to be able to remedy a problem.
922
+ Requires security code 2
923
+ arguments:
924
+ status:
925
+ type: boolean
926
+ description: 'True: Restart controller'
927
+ securityCode:
928
+ type: string
929
+ description: Security code 2
930
+ range: "[text]"
931
+ command: setRestart
932
+ M0005:
933
+ description: |-
934
+ Activate emergency route.
935
+ 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.
936
+ Should be used in situations where full priority is given in the emergency vehicle program.
937
+ Requires security code 2.
938
+ arguments:
939
+ status:
940
+ type: boolean
941
+ description: |-
942
+ False: Activate emergency route
943
+ True: Deactivate emergency route
944
+ securityCode:
945
+ type: string
946
+ description: Security code 2
947
+ range: "[text]"
948
+ emergencyroute:
949
+ type: integer
950
+ description: Number of emergency route
951
+ range: "[1-255]"
952
+ command: setEmergency
953
+ M0006:
954
+ description: |-
955
+ Activate input.
956
+ Set given input (1-255) of the controllers general purpose I/O to either true or false.
957
+ The function can provide an input to the traffic light controller on which a predefined action can be taken.
958
+ Can be used for all types of input where the traffic light controller must react to external control.
959
+ Typical usages are bus priority, coordination between traffic controllers, external control systems, and much more.
960
+ Requires security code 2.
961
+ arguments:
962
+ status:
963
+ type: boolean
964
+ description: |-
965
+ False: Deactivate input
966
+ True: Activate input
967
+ securityCode:
968
+ type: string
969
+ description: Security code 2
970
+ range: "[text]"
971
+ input:
972
+ type: integer
973
+ description: Number of Input
974
+ range: "[1-255]"
975
+ command: setInput
976
+ M0007:
977
+ description: |-
978
+ Activate fixed time control.
979
+ Deactivates the traffic actuated control using detectors and activates pre-timed control.
980
+ Can be used in case normal detectors can't be used, e.g. during maintenance work.
981
+ Requires security code 2.
982
+ arguments:
983
+ status:
984
+ type: boolean
985
+ description: |-
986
+ False: Deactivate fixed time control
987
+ True: Activate fixed time control
988
+ securityCode:
989
+ type: string
990
+ description: Security code 2
991
+ range: "[text]"
992
+ command: setFixedTime
993
+ M0012:
994
+ description: |-
995
+ Request start or stop of a series of signal groups.
996
+ Starts or stops several signal groups.
997
+ 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.
998
+ 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.
999
+ Intended for use with coordination of signaling systems where a traffic light controller communicates with neighboring controllers.
1000
+ Only used when a primary controller orders signal group of other controller to green or red (Coordination with external control bits).
1001
+ May also include purposes for adaptive control where a UTC system or a local traffic light controller takes over the phase control (stage control).
1002
+ Requires security code 2.
1003
+ arguments:
1004
+ status:
1005
+ type: string
1006
+ description: |-
1007
+ 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.
1008
+
1009
+ 1=Order signal group to green
1010
+ 0=Order signal group to red
1011
+
1012
+ Format: [Offset],[Bits to set],[Bits to unset]:…
1013
+
1014
+ 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.
1015
+
1016
+ Example 1:
1017
+ "5, 4134, 65" sets input 6,7,10,17 = on and 5,11 = off
1018
+ (Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)
1019
+
1020
+ Example 2:
1021
+ "22, 1, 4" sets input 22 = on and 24 = off
1022
+ (Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)
1023
+
1024
+ And both these examples could be sent in the same message as:
1025
+ "5,4143,65:22,1,4"
1026
+
1027
+ Such a message would order signal group 6,7,10,17,22 to green and signal group 5,11,24 to red
1028
+ range: "[text]"
1029
+ securityCode:
1030
+ type: string
1031
+ description: Security code 2
1032
+ range: "[text]"
1033
+ command: setStart
1034
+ M0013:
1035
+ description: |-
1036
+ Activate a series of inputs.
1037
+ Set given inputs (1-255) of the controllers general purpose I/O to either true or false.
1038
+ 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.
1039
+ 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.
1040
+ Requires security code 2
1041
+ arguments:
1042
+ status:
1043
+ type: string
1044
+ description: |-
1045
+ 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.
1046
+
1047
+ Format: [Offset],[Bits to set],[Bits to unset]:…
1048
+
1049
+ 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.
1050
+
1051
+ Example 1:
1052
+ "5, 4134, 65" sets input 6,7,10,17 = on and 5,11 = off
1053
+ (Input starts from no. 5 and bit 1,2,5,12 = 1 and bit 0,6 = 0)
1054
+
1055
+ Example 2:
1056
+ "22, 1, 4" sets input 22 = on and 24 = off
1057
+ (Input starts from no. 22 and bit 0 = 1 and bit 2 = 0)
1058
+
1059
+ And both thease examples could be sent in the same message as:
1060
+ "5,4143:65:22,1,4"
1061
+
1062
+ Such a message would activate input 6,7,10,17,22 and deactivate input 5,11,24
1063
+ range: "[text]"
1064
+ securityCode:
1065
+ type: string
1066
+ description: Security code 2
1067
+ range: "[text]"
1068
+ command: setInput
1069
+ M0014:
1070
+ description: |-
1071
+ Set dynamic bands.
1072
+ Can be used to change between predefined signal timings. Moves the start of signal groups in the cycle.
1073
+ 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.
1074
+ Requires security code 2
1075
+ arguments:
1076
+ plan:
1077
+ type: integer
1078
+ description: Plan to be changed
1079
+ range: "[0-255]"
1080
+ status:
1081
+ type: string
1082
+ description: |-
1083
+ Dynamic bands.
1084
+ Each dynamic band are written as dd-ee where:
1085
+ dd=Dynamic band number (from 1-10)
1086
+ ee=Extension in seconds in this band
1087
+
1088
+ Each dynamic band is separated with a comma.
1089
+
1090
+ E.g.
1091
+ dd-ee,dd-ee
1092
+ range: "[text]"
1093
+ securityCode:
1094
+ type: string
1095
+ description: Security code 2
1096
+ range: "[text]"
1097
+ command: setCommands
1098
+ M0015:
1099
+ description: |-
1100
+ Set Offset time.
1101
+ Offset time is used to define an offset between intersections in coordinated control. It is based on the expected travel time between intersections.
1102
+ This command can be used to fine tune the coordination for optimal traffic flow.
1103
+ Requires security code 2.
1104
+ arguments:
1105
+ status:
1106
+ type: integer
1107
+ description: Set offset time in seconds
1108
+ range: "[0-255]"
1109
+ plan:
1110
+ type: integer
1111
+ description: Time plan nr
1112
+ range: "[0-255]"
1113
+ securityCode:
1114
+ type: string
1115
+ description: Security code 2
1116
+ range: "[text]"
1117
+ command: setOffset
1118
+ M0016:
1119
+ description: |-
1120
+ Set week time table.
1121
+ Set which time table for signal programs to use for each day during a week.
1122
+ This command changes the signal timings during the week for optimal traffic flow.
1123
+ Requires security code 2.
1124
+ arguments:
1125
+ status:
1126
+ type: string
1127
+ description: |-
1128
+ Week time table. Defines time table to use for each week day
1129
+ Each segment is written as d-t where:
1130
+ d=day of week
1131
+ t=time table nr
1132
+
1133
+ Day of week legend:
1134
+ 0=Monday
1135
+ 1=Tuesday
1136
+ 2=Wednesday
1137
+ 3=Thursday
1138
+ 4=Friday
1139
+ 5=Saturday
1140
+ 6=Sunday
1141
+
1142
+ Each segment is separated with a comma
1143
+
1144
+ E.g.
1145
+ d-t,d-t
1146
+ range: "[text]"
1147
+ securityCode:
1148
+ type: string
1149
+ description: Security code 2
1150
+ range: "[text]"
1151
+ command: setWeekTable
1152
+ M0017:
1153
+ description: |-
1154
+ Set time tables.
1155
+ Set time of day for when to automatically switch signal program (time plan).
1156
+ This command changes the signal timings according to time of day for optimal traffic flow.
1157
+ Requires security code 2.
1158
+ arguments:
1159
+ status:
1160
+ type: string
1161
+ description: |-
1162
+ Time Table. Defines time tables.
1163
+ Each time definition is written as t-o-h-m where:
1164
+ t=time table nr (1-12)
1165
+ o=function
1166
+ h=hour - switching time
1167
+ m=minute - switching minute
1168
+
1169
+ Function legend:
1170
+ 0=no plan is selected by time table
1171
+ 1=set plan 1
1172
+
1173
+ 16= set plan 16
1174
+
1175
+ hour and minute is using local time (not UTC)
1176
+
1177
+ Each time definition is separated with a comma.
1178
+
1179
+ E.g.
1180
+ t-o-h-m,t-o-h-m
1181
+ range: "[text]"
1182
+ securityCode:
1183
+ type: string
1184
+ description: Security code 2
1185
+ range: "[text]"
1186
+ command: setTimeTable
1187
+ M0018:
1188
+ description: |-
1189
+ Set Cycle time.
1190
+ 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.
1191
+ 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.
1192
+ Requires security code 2.
1193
+ arguments:
1194
+ status:
1195
+ type: integer
1196
+ description: Set cycle time in seconds
1197
+ range: "[1-255]"
1198
+ plan:
1199
+ type: integer
1200
+ description: Time plan nr
1201
+ range: "[0-255]"
1202
+ securityCode:
1203
+ type: string
1204
+ description: Security code 2
1205
+ range: "[text]"
1206
+ command: setCycleTime
1207
+ M0019:
1208
+ description: |-
1209
+ Force input.
1210
+ 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.
1211
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
1212
+ Requires security code 2.
1213
+ arguments:
1214
+ status:
1215
+ type: boolean
1216
+ description: |-
1217
+ False: Force input
1218
+ True: Release input
1219
+ securityCode:
1220
+ type: string
1221
+ description: Security code 2
1222
+ range: "[text]"
1223
+ input:
1224
+ type: integer
1225
+ description: Number of Input
1226
+ range: "[1-255]"
1227
+ inputValue:
1228
+ type: boolean
1229
+ description: |-
1230
+ False: input forced to False
1231
+ True: input forced to True
1232
+ command: setInput
1233
+ M0020:
1234
+ description: |-
1235
+ Force output.
1236
+ Force a given output (1-255) of the controllers general purpose I/O to either True of False. Can be used for all types of output where the traffic light controller needs to control other equipment.
1237
+ Can be used for bus priority, coordination between traffic controllers, external control systems, and much more.
1238
+ Requires security code 2.
1239
+ arguments:
1240
+ status:
1241
+ type: boolean
1242
+ description: |-
1243
+ False: Force output
1244
+ True: Release output
1245
+ securityCode:
1246
+ type: string
1247
+ description: Security code 2
1248
+ range: "[text]"
1249
+ output:
1250
+ type: integer
1251
+ description: Number of Output
1252
+ range: "[1-255]"
1253
+ outputValue:
1254
+ type: boolean
1255
+ description: |-
1256
+ False: output forced to False
1257
+ True: output forced to True
1258
+ command: setOutput
1259
+ M0021:
1260
+ description: |-
1261
+ Set trigger level sensitivity for loop detector.
1262
+ The trigger level sensitivity determines at what level a loop detector should trigger. If it set too low then then traffic will not be detected as intended. If it is set too high the detector might give false positives.
1263
+ This command provides the ability to fine tune loop detectors to make sure they detect traffic as intended.
1264
+ Requires security code 2
1265
+ arguments:
1266
+ status:
1267
+ type: string
1268
+ description: |-
1269
+ Loop detector trigger level sensitivity is written as dd-ss where:
1270
+ dd=loop detector number
1271
+ ss=sensitivity value
1272
+ range: "[text]"
1273
+ securityCode:
1274
+ type: string
1275
+ description: Security code 2
1276
+ range: "[text]"
1277
+ command: setLevel
1278
+ M0103:
1279
+ description: |-
1280
+ Set security code.
1281
+ Change the security code to use when sending commands
1282
+ 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.
1283
+ arguments:
1284
+ status:
1285
+ type: string
1286
+ values:
1287
+ Level1: Change security code 1
1288
+ Level2: Change security code 2
1289
+ oldSecurityCode:
1290
+ type: string
1291
+ description: Previous security code
1292
+ range: "[text]"
1293
+ newSecurityCode:
1294
+ type: string
1295
+ description: New security code
1296
+ range: "[text]"
1297
+ command: setSecurityCode
1298
+ M0104:
1299
+ description: |-
1300
+ Set clock.
1301
+ 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.
1302
+ Requires security code 1
1303
+ arguments:
1304
+ securityCode:
1305
+ type: string
1306
+ description: Security code 1
1307
+ range: "[text]"
1308
+ year:
1309
+ type: integer
1310
+ description: |-
1311
+ Changes internal clock. Note: UTC is used
1312
+ Year according to YYYY
1313
+ range: "[YYYY]"
1314
+ month:
1315
+ type: integer
1316
+ description: |-
1317
+ Changes internal clock. Note: UTC is used
1318
+ Month according to MM (01-12)
1319
+ range: "[MM]"
1320
+ day:
1321
+ type: integer
1322
+ description: |-
1323
+ Changes internal clock. Note: UTC is used
1324
+ Day in month according to DD (01-31)
1325
+ range: "[DD]"
1326
+ hour:
1327
+ type: integer
1328
+ description: |-
1329
+ Changes internal clock. Note: UTC is used
1330
+ Hour according to HH (00-23)
1331
+ range: "[HH]"
1332
+ minute:
1333
+ type: integer
1334
+ description: |-
1335
+ Changes internal clock. Note: UTC is used
1336
+ Minute according to MM (00-59)
1337
+ range: "[MM]"
1338
+ second:
1339
+ type: integer
1340
+ description: |-
1341
+ Changes internal clock. Note: UTC is used
1342
+ Second according to SS (00-59)
1343
+ range: "[SS]"
1344
+ command: setDate
1345
+ Signal group:
1346
+ description:
1347
+ alarms:
1348
+ A0008:
1349
+ description: |-
1350
+ Dead lock error.
1351
+ Used for dead lock errors.
1352
+ 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.
1353
+ 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.
1354
+ priority: 2
1355
+ category: D
1356
+ arguments:
1357
+ timeplan:
1358
+ type: integer
1359
+ description: Current time plan
1360
+ range: "[designation]"
1361
+ A0101:
1362
+ description: |-
1363
+ Pushbutton error.
1364
+ Used for push buttons.
1365
+ priority: 3
1366
+ category: D
1367
+ A0201:
1368
+ description: |-
1369
+ Serious lamp error.
1370
+ Used for lamp errors.
1371
+ 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.
1372
+ priority: 2
1373
+ category: D
1374
+ arguments:
1375
+ color:
1376
+ type: string
1377
+ description: Color of lamp
1378
+ values:
1379
+ red: red
1380
+ yellow: yellow
1381
+ green: green
1382
+ A0202:
1383
+ description: |-
1384
+ Less serious lamp error.
1385
+ Used for lamp errors.
1386
+ Is a "minor fault" defined according to 3.11 in EN12675.
1387
+ priority: 3
1388
+ category: D
1389
+ arguments:
1390
+ color:
1391
+ type: string
1392
+ description: Color of lamp
1393
+ values:
1394
+ red: red
1395
+ yellow: yellow
1396
+ green: green
1397
+ statuses:
1398
+ S0025:
1399
+ description: |-
1400
+ Time-of-Green / Time-of-Red.
1401
+ Provides predicted signal timings of green and red for each signal group. Max, min and likely time to green and red.
1402
+ arguments:
1403
+ minToGEstimate :
1404
+ type: timestamp
1405
+ description: |-
1406
+ 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.
1407
+ 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
1408
+ maxToGEstimate :
1409
+ type: timestamp
1410
+ description: |-
1411
+ 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.
1412
+ 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
1413
+ likelyToGEstimate :
1414
+ type: timestamp
1415
+ description: |-
1416
+ 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.
1417
+ 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
1418
+ ToGConfidence:
1419
+ type: integer
1420
+ description: Confidence of the likelyToGEstimate. 0-100%
1421
+ range: "[0-100]"
1422
+ minToREstimate :
1423
+ type: timestamp
1424
+ description: |-
1425
+ 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.
1426
+ 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
1427
+ maxToREstimate:
1428
+ type: timestamp
1429
+ description: |-
1430
+ 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.
1431
+ 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
1432
+ likelyToREstimate :
1433
+ type: timestamp
1434
+ description: |-
1435
+ 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.
1436
+ 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
1437
+ ToRConfidence:
1438
+ type: integer
1439
+ description: Confidence of the likelyToREstimate. 0-100%
1440
+ range: "[0-100]"
1441
+ commands:
1442
+ M0010:
1443
+ description: |-
1444
+ Start of signal group. Orders a signal group to green.
1445
+ 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.
1446
+ 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).
1447
+ Requires security code 2
1448
+ arguments:
1449
+ status:
1450
+ type: boolean
1451
+ description: |-
1452
+ False: No command (default)
1453
+ True: Order a signal group to green
1454
+ securityCode:
1455
+ type: string
1456
+ description: Security code 2
1457
+ range: "[text]"
1458
+ command: setStart
1459
+ M0011:
1460
+ description: |-
1461
+ Stop of signal group. Orders a signal group to red.
1462
+ 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.
1463
+ 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).
1464
+ Requires security code 2
1465
+ arguments:
1466
+ status:
1467
+ type: boolean
1468
+ description: |-
1469
+ False: No command (default)
1470
+ True: Order a signal group to red
1471
+ securityCode:
1472
+ type: string
1473
+ description: Security code 2
1474
+ range: "[text]"
1475
+ command: setStop
1476
+ Detector logic:
1477
+ description:
1478
+ alarms:
1479
+ A0301:
1480
+ description: |-
1481
+ Detector error (hardware).
1482
+ Is a "minor fault" defined according to 3.11 in EN12675.
1483
+ priority: 3
1484
+ category: D
1485
+ arguments:
1486
+ detector:
1487
+ type: string
1488
+ description: Designation of the detector (hardware)
1489
+ range: "[designation]"
1490
+ type:
1491
+ type: string
1492
+ description: Type of detector
1493
+ values:
1494
+ loop: Inductive detector loop
1495
+ input: External input
1496
+ errormode:
1497
+ type: string
1498
+ description: Detector forced on/off while detector error
1499
+ values:
1500
+ 'on': ''
1501
+ 'off': ''
1502
+ manual:
1503
+ type: boolean
1504
+ description: Manually controlled detector logic (True/False)
1505
+ A0302:
1506
+ description: |-
1507
+ Detector error (logic error).
1508
+ For instance; detector continuously on or off during an extended time.
1509
+ Is a "minor fault" defined according to 3.11 in EN12675.
1510
+ priority: 3
1511
+ category: D
1512
+ arguments:
1513
+ detector:
1514
+ type: string
1515
+ description: Designation of the detector (hardware)
1516
+ range: "[designation]"
1517
+ type:
1518
+ type: string
1519
+ description: Type of detector.
1520
+ values:
1521
+ loop: Inductive detector loop
1522
+ input: External input
1523
+ errormode:
1524
+ type: string
1525
+ description: Detector forced on/off while detector error
1526
+ values:
1527
+ 'on': ''
1528
+ 'off': ''
1529
+ manual:
1530
+ type: boolean
1531
+ description: Manually controlled detector logic (True/False)
1532
+ logicerror:
1533
+ type: string
1534
+ description: Type of logic error
1535
+ values:
1536
+ always_off: no detection during predefined max time
1537
+ always_on: detection constantly on during predefined max time
1538
+ intermittent: intermittent logic fault (flutter)
1539
+ statuses:
1540
+ S0201:
1541
+ description: |-
1542
+ Traffic Counting: Number of vehicles.
1543
+ Used for Traffic counting.
1544
+ arguments:
1545
+ starttime:
1546
+ type: timestamp
1547
+ description: Time stamp for start of measuring. Format according to W3C
1548
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1549
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1550
+ vehicles:
1551
+ type: long
1552
+ description: Number of vehicles on a given detector logic (since last
1553
+ update)
1554
+ range: "[number]"
1555
+ S0202:
1556
+ description: |-
1557
+ Traffic Counting: Vehicle speed.
1558
+ Used for Traffic counting.
1559
+ arguments:
1560
+ starttime:
1561
+ type: timestamp
1562
+ description: |-
1563
+ Time stamp for start of measuring. Format according to W3C
1564
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1565
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1566
+ speed:
1567
+ type: integer
1568
+ description: Average speed in km/h
1569
+ range: "[speed]"
1570
+ S0203:
1571
+ description: |-
1572
+ Traffic Counting: Occupancy.
1573
+ Used for Traffic counting.
1574
+ arguments:
1575
+ starttime:
1576
+ type: timestamp
1577
+ description: |-
1578
+ Time stamp for start of measuring. Format according to W3C
1579
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1580
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1581
+ occupancy:
1582
+ type: integer
1583
+ description: Occupancy in percent (0-100%)
1584
+ range: "[0-100]"
1585
+ S0204:
1586
+ description: |-
1587
+ Traffic Counting: Number of vehicles of given classification.
1588
+ Used for Traffic counting.
1589
+ arguments:
1590
+ starttime:
1591
+ type: timestamp
1592
+ description: |-
1593
+ Time stamp for start of measuring. Format according to W3C
1594
+ XML dateTime with a resolution of 3 decimal places. All time stamps
1595
+ in UTC. E.g. 2009-10-02T14:34:34.341Z
1596
+ P:
1597
+ type: long
1598
+ description: Number of cars
1599
+ range: "[number]"
1600
+ PS:
1601
+ type: long
1602
+ description: Number of cars with trailers
1603
+ range: "[number]"
1604
+ L:
1605
+ type: long
1606
+ description: Number of trucks
1607
+ range: "[number]"
1608
+ LS:
1609
+ type: long
1610
+ description: Number of trucks with trailers
1611
+ range: "[number]"
1612
+ B:
1613
+ type: long
1614
+ description: Number of busses
1615
+ range: "[number]"
1616
+ SP:
1617
+ type: long
1618
+ description: Number of trams
1619
+ range: "[number]"
1620
+ MC:
1621
+ type: long
1622
+ description: Number of motor cycles
1623
+ range: "[number]"
1624
+ C:
1625
+ type: long
1626
+ description: Number of bicycles
1627
+ range: "[number]"
1628
+ F:
1629
+ type: long
1630
+ description: Number of pedestrians
1631
+ range: "[number]"
1632
+ commands:
1633
+ M0008:
1634
+ description: |-
1635
+ Sets manual activation of detector logic.
1636
+ Set given detector logic (1-255) to either true or false.
1637
+ Can e.g. be used to connect RSMP compatible detection equipment to the traffic light controller. Can also be used for prioritization.
1638
+ Requires security code 2
1639
+ arguments:
1640
+ status:
1641
+ type: boolean
1642
+ description: |-
1643
+ False: Deactivate manual control of detector logic
1644
+ True: Activate manual control of detector logic
1645
+ securityCode:
1646
+ type: string
1647
+ description: Security code 2
1648
+ range: "[text]"
1649
+ mode:
1650
+ type: boolean
1651
+ description: |-
1652
+ False: Deactivate detector logic
1653
+ True: Activate detector logic
1654
+ command: setForceDetectorLogic