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