jooby-codec 2.14.1 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (366) hide show
  1. package/dist/mtx/CommandBinaryBuffer.d.ts +27 -0
  2. package/dist/mtx/CommandBinaryBuffer.js +55 -0
  3. package/dist/mtx/CommandBinaryBuffer.js.map +1 -1
  4. package/dist/mtx/commands/downlink/GetDeviceId.d.ts +12 -0
  5. package/dist/mtx/commands/downlink/GetDeviceId.js +30 -0
  6. package/dist/mtx/commands/downlink/GetDeviceId.js.map +1 -0
  7. package/dist/mtx/commands/downlink/PrepareRatePlan.d.ts +17 -0
  8. package/dist/mtx/commands/downlink/PrepareRatePlan.js +46 -0
  9. package/dist/mtx/commands/downlink/PrepareRatePlan.js.map +1 -0
  10. package/dist/mtx/commands/downlink/RunTariffPlan.d.ts +16 -0
  11. package/dist/mtx/commands/downlink/RunTariffPlan.js +38 -0
  12. package/dist/mtx/commands/downlink/RunTariffPlan.js.map +1 -0
  13. package/dist/mtx/commands/downlink/SetDayProfile.d.ts +19 -0
  14. package/dist/mtx/commands/downlink/SetDayProfile.js +91 -0
  15. package/dist/mtx/commands/downlink/SetDayProfile.js.map +1 -0
  16. package/dist/mtx/commands/downlink/SetSeasonProfile.d.ts +18 -0
  17. package/dist/mtx/commands/downlink/SetSeasonProfile.js +62 -0
  18. package/dist/mtx/commands/downlink/SetSeasonProfile.js.map +1 -0
  19. package/dist/mtx/commands/downlink/SetSpecialDay.d.ts +18 -0
  20. package/dist/mtx/commands/downlink/SetSpecialDay.js +52 -0
  21. package/dist/mtx/commands/downlink/SetSpecialDay.js.map +1 -0
  22. package/dist/mtx/commands/downlink/index.d.ts +6 -0
  23. package/dist/mtx/commands/downlink/index.js +6 -0
  24. package/dist/mtx/commands/downlink/index.js.map +1 -1
  25. package/dist/mtx/commands/uplink/GetDeviceIdResponse.d.ts +16 -0
  26. package/dist/mtx/commands/uplink/GetDeviceIdResponse.js +43 -0
  27. package/dist/mtx/commands/uplink/GetDeviceIdResponse.js.map +1 -0
  28. package/dist/mtx/commands/uplink/PrepareRatePlanResponse.d.ts +12 -0
  29. package/dist/mtx/commands/uplink/PrepareRatePlanResponse.js +30 -0
  30. package/dist/mtx/commands/uplink/PrepareRatePlanResponse.js.map +1 -0
  31. package/dist/mtx/commands/uplink/RunTariffPlanResponse.d.ts +12 -0
  32. package/dist/mtx/commands/uplink/RunTariffPlanResponse.js +30 -0
  33. package/dist/mtx/commands/uplink/RunTariffPlanResponse.js.map +1 -0
  34. package/dist/mtx/commands/uplink/SetDayProfileResponse.d.ts +12 -0
  35. package/dist/mtx/commands/uplink/SetDayProfileResponse.js +30 -0
  36. package/dist/mtx/commands/uplink/SetDayProfileResponse.js.map +1 -0
  37. package/dist/mtx/commands/uplink/SetSeasonProfileResponse.d.ts +12 -0
  38. package/dist/mtx/commands/uplink/SetSeasonProfileResponse.js +30 -0
  39. package/dist/mtx/commands/uplink/SetSeasonProfileResponse.js.map +1 -0
  40. package/dist/mtx/commands/uplink/SetSpecialDayResponse.d.ts +12 -0
  41. package/dist/mtx/commands/uplink/SetSpecialDayResponse.js +30 -0
  42. package/dist/mtx/commands/uplink/SetSpecialDayResponse.js.map +1 -0
  43. package/dist/mtx/commands/uplink/index.d.ts +6 -0
  44. package/dist/mtx/commands/uplink/index.js +6 -0
  45. package/dist/mtx/commands/uplink/index.js.map +1 -1
  46. package/dist/mtx/constants/commandRelations.d.ts +4 -0
  47. package/dist/mtx/constants/commandRelations.js +21 -0
  48. package/dist/mtx/constants/commandRelations.js.map +1 -0
  49. package/dist/mtx/message.d.ts +2 -2
  50. package/dist/obis-observer/Command.js +1 -1
  51. package/dist/obis-observer/Command.js.map +1 -1
  52. package/dist/obis-observer/CommandBinaryBuffer.d.ts +9 -9
  53. package/dist/obis-observer/CommandBinaryBuffer.js +20 -20
  54. package/dist/obis-observer/CommandBinaryBuffer.js.map +1 -1
  55. package/dist/obis-observer/commands/downlink/GetArchiveState.d.ts +4 -3
  56. package/dist/obis-observer/commands/downlink/GetArchiveState.js +23 -16
  57. package/dist/obis-observer/commands/downlink/GetArchiveState.js.map +1 -1
  58. package/dist/obis-observer/commands/downlink/GetLorawanInfo.d.ts +2 -2
  59. package/dist/obis-observer/commands/downlink/GetLorawanInfo.js +6 -13
  60. package/dist/obis-observer/commands/downlink/GetLorawanInfo.js.map +1 -1
  61. package/dist/obis-observer/commands/downlink/GetLorawanState.d.ts +2 -2
  62. package/dist/obis-observer/commands/downlink/GetLorawanState.js +6 -13
  63. package/dist/obis-observer/commands/downlink/GetLorawanState.js.map +1 -1
  64. package/dist/obis-observer/commands/downlink/GetMeterDate.d.ts +16 -0
  65. package/dist/obis-observer/commands/downlink/GetMeterDate.js +34 -0
  66. package/dist/obis-observer/commands/downlink/GetMeterDate.js.map +1 -0
  67. package/dist/obis-observer/commands/downlink/GetMeterId.d.ts +16 -0
  68. package/dist/obis-observer/commands/downlink/GetMeterId.js +41 -0
  69. package/dist/obis-observer/commands/downlink/GetMeterId.js.map +1 -0
  70. package/dist/obis-observer/commands/downlink/GetMeterIdList.d.ts +16 -0
  71. package/dist/obis-observer/commands/downlink/GetMeterIdList.js +34 -0
  72. package/dist/obis-observer/commands/downlink/GetMeterIdList.js.map +1 -0
  73. package/dist/obis-observer/commands/downlink/GetMeterInfo.d.ts +16 -0
  74. package/dist/obis-observer/commands/downlink/GetMeterInfo.js +34 -0
  75. package/dist/obis-observer/commands/downlink/GetMeterInfo.js.map +1 -0
  76. package/dist/obis-observer/commands/downlink/GetMeterProfile.d.ts +16 -0
  77. package/dist/obis-observer/commands/downlink/GetMeterProfile.js +35 -0
  78. package/dist/obis-observer/commands/downlink/GetMeterProfile.js.map +1 -0
  79. package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.d.ts +16 -0
  80. package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.js +34 -0
  81. package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.js.map +1 -0
  82. package/dist/obis-observer/commands/downlink/GetMeterReadoutState.d.ts +16 -0
  83. package/dist/obis-observer/commands/downlink/GetMeterReadoutState.js +34 -0
  84. package/dist/obis-observer/commands/downlink/GetMeterReadoutState.js.map +1 -0
  85. package/dist/obis-observer/commands/downlink/{GetContentByObis.d.ts → GetObisContent.d.ts} +2 -1
  86. package/dist/obis-observer/commands/downlink/{GetContentByObis.js → GetObisContent.js} +9 -9
  87. package/dist/obis-observer/commands/downlink/GetObisContent.js.map +1 -0
  88. package/dist/obis-observer/commands/downlink/GetObisContentById.d.ts +17 -0
  89. package/dist/obis-observer/commands/downlink/GetObisContentById.js +35 -0
  90. package/dist/obis-observer/commands/downlink/GetObisContentById.js.map +1 -0
  91. package/dist/obis-observer/commands/downlink/GetObisIdList.d.ts +17 -0
  92. package/dist/obis-observer/commands/downlink/GetObisIdList.js +35 -0
  93. package/dist/obis-observer/commands/downlink/GetObisIdList.js.map +1 -0
  94. package/dist/obis-observer/commands/downlink/GetObisInfo.d.ts +17 -0
  95. package/dist/obis-observer/commands/downlink/GetObisInfo.js +35 -0
  96. package/dist/obis-observer/commands/downlink/GetObisInfo.js.map +1 -0
  97. package/dist/obis-observer/commands/downlink/{GetReadoutState.d.ts → GetObserverCapabilities.d.ts} +4 -4
  98. package/dist/obis-observer/commands/downlink/GetObserverCapabilities.js +32 -0
  99. package/dist/obis-observer/commands/downlink/GetObserverCapabilities.js.map +1 -0
  100. package/dist/obis-observer/commands/downlink/{GetDate.d.ts → GetObserverInfo.d.ts} +4 -4
  101. package/dist/obis-observer/commands/downlink/GetObserverInfo.js +32 -0
  102. package/dist/obis-observer/commands/downlink/GetObserverInfo.js.map +1 -0
  103. package/dist/obis-observer/commands/downlink/{GetArchiveProfile.d.ts → GetObserverSingleMode.d.ts} +3 -3
  104. package/dist/obis-observer/commands/downlink/GetObserverSingleMode.js +32 -0
  105. package/dist/obis-observer/commands/downlink/GetObserverSingleMode.js.map +1 -0
  106. package/dist/obis-observer/commands/downlink/{GetDeviceInfo.d.ts → GetObserverUptime.d.ts} +4 -4
  107. package/dist/obis-observer/commands/downlink/GetObserverUptime.js +32 -0
  108. package/dist/obis-observer/commands/downlink/GetObserverUptime.js.map +1 -0
  109. package/dist/obis-observer/commands/downlink/ReadMeterArchive.d.ts +18 -0
  110. package/dist/obis-observer/commands/downlink/ReadMeterArchive.js +48 -0
  111. package/dist/obis-observer/commands/downlink/ReadMeterArchive.js.map +1 -0
  112. package/dist/obis-observer/commands/downlink/ReadMeterArchiveWithDate.d.ts +20 -0
  113. package/dist/obis-observer/commands/downlink/ReadMeterArchiveWithDate.js +51 -0
  114. package/dist/obis-observer/commands/downlink/ReadMeterArchiveWithDate.js.map +1 -0
  115. package/dist/obis-observer/commands/downlink/Reboot.d.ts +2 -2
  116. package/dist/obis-observer/commands/downlink/Reboot.js +6 -12
  117. package/dist/obis-observer/commands/downlink/Reboot.js.map +1 -1
  118. package/dist/obis-observer/commands/downlink/RemoveMeter.d.ts +16 -0
  119. package/dist/obis-observer/commands/downlink/RemoveMeter.js +35 -0
  120. package/dist/obis-observer/commands/downlink/RemoveMeter.js.map +1 -0
  121. package/dist/obis-observer/commands/downlink/RemoveMeterProfile.d.ts +16 -0
  122. package/dist/obis-observer/commands/downlink/RemoveMeterProfile.js +35 -0
  123. package/dist/obis-observer/commands/downlink/RemoveMeterProfile.js.map +1 -0
  124. package/dist/obis-observer/commands/downlink/RemoveObis.d.ts +17 -0
  125. package/dist/obis-observer/commands/downlink/RemoveObis.js +36 -0
  126. package/dist/obis-observer/commands/downlink/RemoveObis.js.map +1 -0
  127. package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.d.ts +16 -0
  128. package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.js +35 -0
  129. package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.js.map +1 -0
  130. package/dist/obis-observer/commands/downlink/SetObserverSingleMode.d.ts +16 -0
  131. package/dist/obis-observer/commands/downlink/SetObserverSingleMode.js +35 -0
  132. package/dist/obis-observer/commands/downlink/SetObserverSingleMode.js.map +1 -0
  133. package/dist/obis-observer/commands/downlink/SetSerialPort.d.ts +1 -1
  134. package/dist/obis-observer/commands/downlink/SetSerialPort.js +3 -3
  135. package/dist/obis-observer/commands/downlink/SetSerialPort.js.map +1 -1
  136. package/dist/obis-observer/commands/downlink/SetupMeter.d.ts +18 -0
  137. package/dist/obis-observer/commands/downlink/SetupMeter.js +82 -0
  138. package/dist/obis-observer/commands/downlink/SetupMeter.js.map +1 -0
  139. package/dist/obis-observer/commands/downlink/SetupMeterProfile.d.ts +18 -0
  140. package/dist/obis-observer/commands/downlink/SetupMeterProfile.js +48 -0
  141. package/dist/obis-observer/commands/downlink/SetupMeterProfile.js.map +1 -0
  142. package/dist/obis-observer/commands/downlink/SetupObis.d.ts +19 -0
  143. package/dist/obis-observer/commands/downlink/SetupObis.js +85 -0
  144. package/dist/obis-observer/commands/downlink/SetupObis.js.map +1 -0
  145. package/dist/obis-observer/commands/downlink/UpdateImageVerify.d.ts +2 -2
  146. package/dist/obis-observer/commands/downlink/UpdateImageVerify.js +6 -12
  147. package/dist/obis-observer/commands/downlink/UpdateImageVerify.js.map +1 -1
  148. package/dist/obis-observer/commands/downlink/UpdateImageWrite.d.ts +1 -1
  149. package/dist/obis-observer/commands/downlink/UpdateImageWrite.js +4 -9
  150. package/dist/obis-observer/commands/downlink/UpdateImageWrite.js.map +1 -1
  151. package/dist/obis-observer/commands/downlink/UpdateRun.d.ts +2 -2
  152. package/dist/obis-observer/commands/downlink/UpdateRun.js +6 -12
  153. package/dist/obis-observer/commands/downlink/UpdateRun.js.map +1 -1
  154. package/dist/obis-observer/commands/downlink/index.d.ts +25 -14
  155. package/dist/obis-observer/commands/downlink/index.js +25 -14
  156. package/dist/obis-observer/commands/downlink/index.js.map +1 -1
  157. package/dist/obis-observer/commands/uplink/ErrorResponse.d.ts +16 -0
  158. package/dist/obis-observer/commands/uplink/ErrorResponse.js +36 -0
  159. package/dist/obis-observer/commands/uplink/ErrorResponse.js.map +1 -0
  160. package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.d.ts +3 -3
  161. package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.js +36 -14
  162. package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.js.map +1 -1
  163. package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.d.ts +1 -1
  164. package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.js +3 -6
  165. package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.js.map +1 -1
  166. package/dist/obis-observer/commands/uplink/GetLorawanStateResponse.d.ts +1 -1
  167. package/dist/obis-observer/commands/uplink/GetLorawanStateResponse.js +23 -26
  168. package/dist/obis-observer/commands/uplink/GetLorawanStateResponse.js.map +1 -1
  169. package/dist/obis-observer/commands/uplink/{GetDateResponse.d.ts → GetMeterDateResponse.d.ts} +7 -8
  170. package/dist/obis-observer/commands/uplink/GetMeterDateResponse.js +38 -0
  171. package/dist/obis-observer/commands/uplink/GetMeterDateResponse.js.map +1 -0
  172. package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.d.ts +17 -0
  173. package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.js +45 -0
  174. package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.js.map +1 -0
  175. package/dist/obis-observer/commands/uplink/GetMeterIdResponse.d.ts +16 -0
  176. package/dist/obis-observer/commands/uplink/GetMeterIdResponse.js +35 -0
  177. package/dist/obis-observer/commands/uplink/GetMeterIdResponse.js.map +1 -0
  178. package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.d.ts +17 -0
  179. package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.js +83 -0
  180. package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.js.map +1 -0
  181. package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.d.ts +17 -0
  182. package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.js +45 -0
  183. package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.js.map +1 -0
  184. package/dist/obis-observer/commands/uplink/GetMeterProfileResponse.d.ts +17 -0
  185. package/dist/obis-observer/commands/uplink/GetMeterProfileResponse.js +45 -0
  186. package/dist/obis-observer/commands/uplink/GetMeterProfileResponse.js.map +1 -0
  187. package/dist/obis-observer/commands/uplink/{GetReadoutStateResponse.d.ts → GetMeterReadoutStateResponse.d.ts} +7 -7
  188. package/dist/obis-observer/commands/uplink/GetMeterReadoutStateResponse.js +104 -0
  189. package/dist/obis-observer/commands/uplink/GetMeterReadoutStateResponse.js.map +1 -0
  190. package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.d.ts +16 -0
  191. package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.js +51 -0
  192. package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.js.map +1 -0
  193. package/dist/obis-observer/commands/uplink/GetObisContentByIdStringResponse.d.ts +16 -0
  194. package/dist/obis-observer/commands/uplink/{GetContentByShortNameStringResponse.js → GetObisContentByIdStringResponse.js} +12 -17
  195. package/dist/obis-observer/commands/uplink/GetObisContentByIdStringResponse.js.map +1 -0
  196. package/dist/obis-observer/commands/uplink/{GetContentByObisResponse.d.ts → GetObisContentResponse.d.ts} +1 -1
  197. package/dist/obis-observer/commands/uplink/{GetContentByObisResponse.js → GetObisContentResponse.js} +5 -10
  198. package/dist/obis-observer/commands/uplink/GetObisContentResponse.js.map +1 -0
  199. package/dist/obis-observer/commands/uplink/GetObisIdListResponse.d.ts +17 -0
  200. package/dist/obis-observer/commands/uplink/GetObisIdListResponse.js +54 -0
  201. package/dist/obis-observer/commands/uplink/GetObisIdListResponse.js.map +1 -0
  202. package/dist/obis-observer/commands/uplink/GetObisInfoResponse.d.ts +17 -0
  203. package/dist/obis-observer/commands/uplink/GetObisInfoResponse.js +92 -0
  204. package/dist/obis-observer/commands/uplink/GetObisInfoResponse.js.map +1 -0
  205. package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.d.ts +19 -0
  206. package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.js +53 -0
  207. package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.js.map +1 -0
  208. package/dist/obis-observer/commands/uplink/GetObserverInfoResponse.d.ts +19 -0
  209. package/dist/obis-observer/commands/uplink/{GetDeviceInfoResponse.js → GetObserverInfoResponse.js} +20 -19
  210. package/dist/obis-observer/commands/uplink/GetObserverInfoResponse.js.map +1 -0
  211. package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.d.ts +16 -0
  212. package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.js +33 -0
  213. package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.js.map +1 -0
  214. package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.d.ts +16 -0
  215. package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.js +41 -0
  216. package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.js.map +1 -0
  217. package/dist/obis-observer/commands/uplink/ObservationReport.d.ts +4 -3
  218. package/dist/obis-observer/commands/uplink/ObservationReport.js +16 -19
  219. package/dist/obis-observer/commands/uplink/ObservationReport.js.map +1 -1
  220. package/dist/obis-observer/commands/uplink/ObservationReportString.d.ts +4 -3
  221. package/dist/obis-observer/commands/uplink/ObservationReportString.js +17 -20
  222. package/dist/obis-observer/commands/uplink/ObservationReportString.js.map +1 -1
  223. package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.d.ts +22 -0
  224. package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.js +102 -0
  225. package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.js.map +1 -0
  226. package/dist/obis-observer/commands/uplink/ReadMeterArchiveWithDateResponse.d.ts +17 -0
  227. package/dist/obis-observer/commands/uplink/ReadMeterArchiveWithDateResponse.js +69 -0
  228. package/dist/obis-observer/commands/uplink/ReadMeterArchiveWithDateResponse.js.map +1 -0
  229. package/dist/obis-observer/commands/uplink/RebootResponse.d.ts +2 -2
  230. package/dist/obis-observer/commands/uplink/RebootResponse.js +8 -11
  231. package/dist/obis-observer/commands/uplink/RebootResponse.js.map +1 -1
  232. package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.d.ts +13 -0
  233. package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.js +33 -0
  234. package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.js.map +1 -0
  235. package/dist/obis-observer/commands/uplink/RemoveMeterResponse.d.ts +13 -0
  236. package/dist/obis-observer/commands/uplink/RemoveMeterResponse.js +33 -0
  237. package/dist/obis-observer/commands/uplink/RemoveMeterResponse.js.map +1 -0
  238. package/dist/obis-observer/commands/uplink/RemoveObisResponse.d.ts +13 -0
  239. package/dist/obis-observer/commands/uplink/RemoveObisResponse.js +33 -0
  240. package/dist/obis-observer/commands/uplink/RemoveObisResponse.js.map +1 -0
  241. package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.d.ts +13 -0
  242. package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.js +33 -0
  243. package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.js.map +1 -0
  244. package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.d.ts +13 -0
  245. package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.js +33 -0
  246. package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.js.map +1 -0
  247. package/dist/obis-observer/commands/uplink/SetSerialPortResponse.d.ts +4 -7
  248. package/dist/obis-observer/commands/uplink/SetSerialPortResponse.js +8 -26
  249. package/dist/obis-observer/commands/uplink/SetSerialPortResponse.js.map +1 -1
  250. package/dist/obis-observer/commands/uplink/SetupMeterProfileResponse.d.ts +13 -0
  251. package/dist/obis-observer/commands/uplink/SetupMeterProfileResponse.js +33 -0
  252. package/dist/obis-observer/commands/uplink/SetupMeterProfileResponse.js.map +1 -0
  253. package/dist/obis-observer/commands/uplink/SetupMeterResponse.d.ts +13 -0
  254. package/dist/obis-observer/commands/uplink/SetupMeterResponse.js +33 -0
  255. package/dist/obis-observer/commands/uplink/SetupMeterResponse.js.map +1 -0
  256. package/dist/obis-observer/commands/uplink/SetupObisResponse.d.ts +13 -0
  257. package/dist/obis-observer/commands/uplink/SetupObisResponse.js +33 -0
  258. package/dist/obis-observer/commands/uplink/SetupObisResponse.js.map +1 -0
  259. package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.d.ts +3 -3
  260. package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.js +10 -18
  261. package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.js.map +1 -1
  262. package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.d.ts +4 -7
  263. package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.js +9 -19
  264. package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.js.map +1 -1
  265. package/dist/obis-observer/commands/uplink/UpdateRunResponse.d.ts +4 -7
  266. package/dist/obis-observer/commands/uplink/UpdateRunResponse.js +9 -19
  267. package/dist/obis-observer/commands/uplink/UpdateRunResponse.js.map +1 -1
  268. package/dist/obis-observer/commands/uplink/index.d.ts +27 -15
  269. package/dist/obis-observer/commands/uplink/index.js +27 -15
  270. package/dist/obis-observer/commands/uplink/index.js.map +1 -1
  271. package/dist/obis-observer/constants/commandRelations.d.ts +2 -0
  272. package/dist/obis-observer/constants/commandRelations.js +35 -14
  273. package/dist/obis-observer/constants/commandRelations.js.map +1 -1
  274. package/dist/obis-observer/constants/index.d.ts +1 -1
  275. package/dist/obis-observer/constants/index.js +1 -1
  276. package/dist/obis-observer/constants/index.js.map +1 -1
  277. package/dist/obis-observer/constants/{shortNames.d.ts → obisIds.d.ts} +4 -4
  278. package/dist/obis-observer/constants/obisIds.js +228 -0
  279. package/dist/obis-observer/constants/obisIds.js.map +1 -0
  280. package/dist/obis-observer/constants/resultCodes.d.ts +12 -4
  281. package/dist/obis-observer/constants/resultCodes.js +12 -4
  282. package/dist/obis-observer/constants/resultCodes.js.map +1 -1
  283. package/dist/obis-observer/constants/resultDescriptions.d.ts +16 -0
  284. package/dist/obis-observer/constants/resultDescriptions.js +17 -0
  285. package/dist/obis-observer/constants/resultDescriptions.js.map +1 -0
  286. package/dist/obis-observer/message.d.ts +2 -2
  287. package/dist/obis-observer/message.js +4 -12
  288. package/dist/obis-observer/message.js.map +1 -1
  289. package/package.json +1 -1
  290. package/dist/obis-observer/commands/downlink/AddShortNameProfile.d.ts +0 -17
  291. package/dist/obis-observer/commands/downlink/AddShortNameProfile.js +0 -56
  292. package/dist/obis-observer/commands/downlink/AddShortNameProfile.js.map +0 -1
  293. package/dist/obis-observer/commands/downlink/GetArchiveProfile.js +0 -39
  294. package/dist/obis-observer/commands/downlink/GetArchiveProfile.js.map +0 -1
  295. package/dist/obis-observer/commands/downlink/GetContentByObis.js.map +0 -1
  296. package/dist/obis-observer/commands/downlink/GetContentByShortName.d.ts +0 -17
  297. package/dist/obis-observer/commands/downlink/GetContentByShortName.js +0 -44
  298. package/dist/obis-observer/commands/downlink/GetContentByShortName.js.map +0 -1
  299. package/dist/obis-observer/commands/downlink/GetDate.js +0 -39
  300. package/dist/obis-observer/commands/downlink/GetDate.js.map +0 -1
  301. package/dist/obis-observer/commands/downlink/GetDeviceInfo.js +0 -39
  302. package/dist/obis-observer/commands/downlink/GetDeviceInfo.js.map +0 -1
  303. package/dist/obis-observer/commands/downlink/GetReadoutState.js +0 -39
  304. package/dist/obis-observer/commands/downlink/GetReadoutState.js.map +0 -1
  305. package/dist/obis-observer/commands/downlink/GetShortNameInfo.d.ts +0 -17
  306. package/dist/obis-observer/commands/downlink/GetShortNameInfo.js +0 -44
  307. package/dist/obis-observer/commands/downlink/GetShortNameInfo.js.map +0 -1
  308. package/dist/obis-observer/commands/downlink/GetShortNameProfile.d.ts +0 -16
  309. package/dist/obis-observer/commands/downlink/GetShortNameProfile.js +0 -45
  310. package/dist/obis-observer/commands/downlink/GetShortNameProfile.js.map +0 -1
  311. package/dist/obis-observer/commands/downlink/GetShortNames.d.ts +0 -16
  312. package/dist/obis-observer/commands/downlink/GetShortNames.js +0 -48
  313. package/dist/obis-observer/commands/downlink/GetShortNames.js.map +0 -1
  314. package/dist/obis-observer/commands/downlink/ReadArchive.d.ts +0 -18
  315. package/dist/obis-observer/commands/downlink/ReadArchive.js +0 -57
  316. package/dist/obis-observer/commands/downlink/ReadArchive.js.map +0 -1
  317. package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.d.ts +0 -16
  318. package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.js +0 -42
  319. package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.js.map +0 -1
  320. package/dist/obis-observer/commands/downlink/SetArchiveProfile.d.ts +0 -17
  321. package/dist/obis-observer/commands/downlink/SetArchiveProfile.js +0 -45
  322. package/dist/obis-observer/commands/downlink/SetArchiveProfile.js.map +0 -1
  323. package/dist/obis-observer/commands/downlink/SetShortName.d.ts +0 -17
  324. package/dist/obis-observer/commands/downlink/SetShortName.js +0 -51
  325. package/dist/obis-observer/commands/downlink/SetShortName.js.map +0 -1
  326. package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.d.ts +0 -16
  327. package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.js +0 -43
  328. package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.js.map +0 -1
  329. package/dist/obis-observer/commands/uplink/GetArchiveProfileResponse.d.ts +0 -17
  330. package/dist/obis-observer/commands/uplink/GetArchiveProfileResponse.js +0 -45
  331. package/dist/obis-observer/commands/uplink/GetArchiveProfileResponse.js.map +0 -1
  332. package/dist/obis-observer/commands/uplink/GetContentByObisResponse.js.map +0 -1
  333. package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.d.ts +0 -16
  334. package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.js +0 -44
  335. package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.js.map +0 -1
  336. package/dist/obis-observer/commands/uplink/GetContentByShortNameStringResponse.d.ts +0 -16
  337. package/dist/obis-observer/commands/uplink/GetContentByShortNameStringResponse.js.map +0 -1
  338. package/dist/obis-observer/commands/uplink/GetDateResponse.js +0 -47
  339. package/dist/obis-observer/commands/uplink/GetDateResponse.js.map +0 -1
  340. package/dist/obis-observer/commands/uplink/GetDeviceInfoResponse.d.ts +0 -18
  341. package/dist/obis-observer/commands/uplink/GetDeviceInfoResponse.js.map +0 -1
  342. package/dist/obis-observer/commands/uplink/GetReadoutStateResponse.js +0 -77
  343. package/dist/obis-observer/commands/uplink/GetReadoutStateResponse.js.map +0 -1
  344. package/dist/obis-observer/commands/uplink/GetShortNameInfoResponse.d.ts +0 -17
  345. package/dist/obis-observer/commands/uplink/GetShortNameInfoResponse.js +0 -81
  346. package/dist/obis-observer/commands/uplink/GetShortNameInfoResponse.js.map +0 -1
  347. package/dist/obis-observer/commands/uplink/GetShortNameProfileResponse.d.ts +0 -16
  348. package/dist/obis-observer/commands/uplink/GetShortNameProfileResponse.js +0 -55
  349. package/dist/obis-observer/commands/uplink/GetShortNameProfileResponse.js.map +0 -1
  350. package/dist/obis-observer/commands/uplink/GetShortNamesResponse.d.ts +0 -16
  351. package/dist/obis-observer/commands/uplink/GetShortNamesResponse.js +0 -45
  352. package/dist/obis-observer/commands/uplink/GetShortNamesResponse.js.map +0 -1
  353. package/dist/obis-observer/commands/uplink/ReadArchiveResponse.d.ts +0 -18
  354. package/dist/obis-observer/commands/uplink/ReadArchiveResponse.js +0 -61
  355. package/dist/obis-observer/commands/uplink/ReadArchiveResponse.js.map +0 -1
  356. package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.d.ts +0 -16
  357. package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.js +0 -43
  358. package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.js.map +0 -1
  359. package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.d.ts +0 -16
  360. package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.js +0 -51
  361. package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.js.map +0 -1
  362. package/dist/obis-observer/commands/uplink/SetShortNameResponse.d.ts +0 -16
  363. package/dist/obis-observer/commands/uplink/SetShortNameResponse.js +0 -43
  364. package/dist/obis-observer/commands/uplink/SetShortNameResponse.js.map +0 -1
  365. package/dist/obis-observer/constants/shortNames.js +0 -228
  366. package/dist/obis-observer/constants/shortNames.js.map +0 -1
@@ -0,0 +1,228 @@
1
+ export default [
2
+ { obisId: 1, obisCode: '1.4.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), current avg. 1' },
3
+ { obisId: 2, obisCode: '1.5.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), average' },
4
+ { obisId: 3, obisCode: '1.6.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, total' },
5
+ { obisId: 4, obisCode: '1.6.1', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T1' },
6
+ { obisId: 5, obisCode: '1.6.2', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T2' },
7
+ { obisId: 6, obisCode: '1.6.3', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T3' },
8
+ { obisId: 7, obisCode: '1.6.4', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T4' },
9
+ { obisId: 8, obisCode: '1.8.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), total' },
10
+ { obisId: 9, obisCode: '1.8.1', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T1' },
11
+ { obisId: 10, obisCode: '1.8.2', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T2' },
12
+ { obisId: 11, obisCode: '1.8.3', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T3' },
13
+ { obisId: 12, obisCode: '1.8.4', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T4' },
14
+ { obisId: 13, obisCode: '2.4.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), current avg. 1' },
15
+ { obisId: 14, obisCode: '2.5.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), average' },
16
+ { obisId: 15, obisCode: '2.6.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, total' },
17
+ { obisId: 16, obisCode: '2.6.1', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T1' },
18
+ { obisId: 17, obisCode: '2.6.2', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T2' },
19
+ { obisId: 18, obisCode: '2.6.3', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T3' },
20
+ { obisId: 19, obisCode: '2.6.4', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T4' },
21
+ { obisId: 20, obisCode: '2.8.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), total' },
22
+ { obisId: 21, obisCode: '2.8.1', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T1' },
23
+ { obisId: 22, obisCode: '2.8.2', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T2' },
24
+ { obisId: 23, obisCode: '2.8.3', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T3' },
25
+ { obisId: 24, obisCode: '2.8.4', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T4' },
26
+ { obisId: 25, obisCode: '3.4.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), current avg. 1' },
27
+ { obisId: 26, obisCode: '3.5.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), average' },
28
+ { obisId: 27, obisCode: '3.6.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, total' },
29
+ { obisId: 28, obisCode: '3.6.1', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T1' },
30
+ { obisId: 29, obisCode: '3.6.2', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T2' },
31
+ { obisId: 30, obisCode: '3.6.3', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T3' },
32
+ { obisId: 31, obisCode: '3.6.4', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T4' },
33
+ { obisId: 32, obisCode: '3.8.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), total' },
34
+ { obisId: 33, obisCode: '3.8.1', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T1' },
35
+ { obisId: 34, obisCode: '3.8.2', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T2' },
36
+ { obisId: 35, obisCode: '3.8.3', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T3' },
37
+ { obisId: 36, obisCode: '3.8.4', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T4' },
38
+ { obisId: 37, obisCode: '4.4.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), current avg. 1' },
39
+ { obisId: 38, obisCode: '4.5.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), average' },
40
+ { obisId: 39, obisCode: '4.6.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, total' },
41
+ { obisId: 40, obisCode: '4.6.1', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T1' },
42
+ { obisId: 41, obisCode: '4.6.2', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T2' },
43
+ { obisId: 42, obisCode: '4.6.3', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T3' },
44
+ { obisId: 43, obisCode: '4.6.4', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T4' },
45
+ { obisId: 44, obisCode: '4.8.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), total' },
46
+ { obisId: 45, obisCode: '4.8.1', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T1' },
47
+ { obisId: 46, obisCode: '4.8.2', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T2' },
48
+ { obisId: 47, obisCode: '4.8.3', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T3' },
49
+ { obisId: 48, obisCode: '4.8.4', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T4' },
50
+ { obisId: 49, obisCode: '5.4.0', isStatic: true, isGeneral: true, description: 'reactive power QI, current avg. 1' },
51
+ { obisId: 50, obisCode: '5.5.0', isStatic: true, isGeneral: true, description: 'reactive power QI, average' },
52
+ { obisId: 51, obisCode: '5.6.0', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, total' },
53
+ { obisId: 52, obisCode: '5.6.1', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T1' },
54
+ { obisId: 53, obisCode: '5.6.2', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T2' },
55
+ { obisId: 54, obisCode: '5.6.3', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T3' },
56
+ { obisId: 55, obisCode: '5.6.4', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T4' },
57
+ { obisId: 56, obisCode: '5.8.0', isStatic: true, isGeneral: true, description: 'reactive power QI, total' },
58
+ { obisId: 57, obisCode: '5.8.1', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T1' },
59
+ { obisId: 58, obisCode: '5.8.2', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T2' },
60
+ { obisId: 59, obisCode: '5.8.3', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T3' },
61
+ { obisId: 60, obisCode: '5.8.4', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T4' },
62
+ { obisId: 61, obisCode: '6.4.0', isStatic: true, isGeneral: true, description: 'reactive power QII, current avg. 1' },
63
+ { obisId: 62, obisCode: '6.5.0', isStatic: true, isGeneral: true, description: 'reactive power QII, average' },
64
+ { obisId: 63, obisCode: '6.6.0', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, total' },
65
+ { obisId: 64, obisCode: '6.6.1', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T1' },
66
+ { obisId: 65, obisCode: '6.6.2', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T2' },
67
+ { obisId: 66, obisCode: '6.6.3', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T3' },
68
+ { obisId: 67, obisCode: '6.6.4', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T4' },
69
+ { obisId: 68, obisCode: '6.8.0', isStatic: true, isGeneral: true, description: 'reactive power QII, total' },
70
+ { obisId: 69, obisCode: '6.8.1', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T1' },
71
+ { obisId: 70, obisCode: '6.8.2', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T2' },
72
+ { obisId: 71, obisCode: '6.8.3', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T3' },
73
+ { obisId: 72, obisCode: '6.8.4', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T4' },
74
+ { obisId: 73, obisCode: '7.4.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, current avg. 1' },
75
+ { obisId: 74, obisCode: '7.5.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, average' },
76
+ { obisId: 75, obisCode: '7.6.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, total' },
77
+ { obisId: 76, obisCode: '7.6.1', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T1' },
78
+ { obisId: 77, obisCode: '7.6.2', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T2' },
79
+ { obisId: 78, obisCode: '7.6.3', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T3' },
80
+ { obisId: 79, obisCode: '7.6.4', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T4' },
81
+ { obisId: 80, obisCode: '7.8.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, total' },
82
+ { obisId: 81, obisCode: '7.8.1', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T1' },
83
+ { obisId: 82, obisCode: '7.8.2', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T2' },
84
+ { obisId: 83, obisCode: '7.8.3', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T3' },
85
+ { obisId: 84, obisCode: '7.8.4', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T4' },
86
+ { obisId: 85, obisCode: '8.4.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, current avg. 1' },
87
+ { obisId: 86, obisCode: '8.5.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, average' },
88
+ { obisId: 87, obisCode: '8.6.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, total' },
89
+ { obisId: 88, obisCode: '8.6.1', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T1' },
90
+ { obisId: 89, obisCode: '8.6.2', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T2' },
91
+ { obisId: 90, obisCode: '8.6.3', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T3' },
92
+ { obisId: 91, obisCode: '8.6.4', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T4' },
93
+ { obisId: 92, obisCode: '8.8.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, total' },
94
+ { obisId: 93, obisCode: '8.8.1', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T1' },
95
+ { obisId: 94, obisCode: '8.8.2', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T2' },
96
+ { obisId: 95, obisCode: '8.8.3', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T3' },
97
+ { obisId: 96, obisCode: '8.8.4', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T4' },
98
+ { obisId: 97, obisCode: '9.5.0', isStatic: true, isGeneral: true, description: 'apparent power+ (QI+QIV), average' },
99
+ { obisId: 98, obisCode: '9.8.0', isStatic: true, isGeneral: true, description: 'apparent power+ (QI+QIV), total' },
100
+ { obisId: 99, obisCode: '10.5.0', isStatic: true, isGeneral: true, description: 'apparent power- (QII+QIII), average' },
101
+ { obisId: 100, obisCode: '10.8.0', isStatic: true, isGeneral: true, description: 'apparent power- (QII+QIII), total' },
102
+ { obisId: 101, obisCode: '15.4.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), current avg. 1' },
103
+ { obisId: 102, obisCode: '15.5.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), average' },
104
+ { obisId: 103, obisCode: '15.6.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, total' },
105
+ { obisId: 104, obisCode: '15.6.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T1' },
106
+ { obisId: 105, obisCode: '15.6.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T2' },
107
+ { obisId: 106, obisCode: '15.6.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T3' },
108
+ { obisId: 107, obisCode: '15.6.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T4' },
109
+ { obisId: 108, obisCode: '15.8.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), total' },
110
+ { obisId: 109, obisCode: '15.8.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T1' },
111
+ { obisId: 110, obisCode: '15.8.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T2' },
112
+ { obisId: 111, obisCode: '15.8.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T3' },
113
+ { obisId: 112, obisCode: '15.8.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T4' },
114
+ { obisId: 113, obisCode: '16.4.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), current avg. 1' },
115
+ { obisId: 114, obisCode: '16.5.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), average' },
116
+ { obisId: 115, obisCode: '16.6.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, total' },
117
+ { obisId: 116, obisCode: '16.6.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T1' },
118
+ { obisId: 117, obisCode: '16.6.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T2' },
119
+ { obisId: 118, obisCode: '16.6.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T3' },
120
+ { obisId: 119, obisCode: '16.6.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T4' },
121
+ { obisId: 120, obisCode: '16.8.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), total' },
122
+ { obisId: 121, obisCode: '16.8.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T1' },
123
+ { obisId: 122, obisCode: '16.8.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T2' },
124
+ { obisId: 123, obisCode: '16.8.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T3' },
125
+ { obisId: 124, obisCode: '16.8.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T4' },
126
+ { obisId: 125, obisCode: '11.5.0', isStatic: true, isGeneral: true, description: 'current phase L1 average' },
127
+ { obisId: 126, obisCode: '31.5.0', isStatic: true, isGeneral: true, description: 'current phase L1 average' },
128
+ { obisId: 127, obisCode: '51.5.0', isStatic: true, isGeneral: true, description: 'current phase L2 average' },
129
+ { obisId: 128, obisCode: '71.5.0', isStatic: true, isGeneral: true, description: 'current phase L3 average' },
130
+ { obisId: 129, obisCode: '91.5.0', isStatic: true, isGeneral: true, description: 'current neutral average' },
131
+ { obisId: 130, obisCode: '12.5.0', isStatic: true, isGeneral: true, description: 'voltage average' },
132
+ { obisId: 131, obisCode: '32.5.0', isStatic: true, isGeneral: true, description: 'voltage phase L1 average' },
133
+ { obisId: 132, obisCode: '52.5.0', isStatic: true, isGeneral: true, description: 'voltage phase L2 average' },
134
+ { obisId: 133, obisCode: '72.5.0', isStatic: true, isGeneral: true, description: 'voltage phase L3 average' },
135
+ { obisId: 134, obisCode: '1.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV)' },
136
+ { obisId: 135, obisCode: '21.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV), L1' },
137
+ { obisId: 136, obisCode: '41.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV), L2' },
138
+ { obisId: 137, obisCode: '61.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV), L3' },
139
+ { obisId: 138, obisCode: '2.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII)' },
140
+ { obisId: 139, obisCode: '22.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII), L1' },
141
+ { obisId: 140, obisCode: '42.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII), L2' },
142
+ { obisId: 141, obisCode: '62.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII), L3' },
143
+ { obisId: 142, obisCode: '3.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII)' },
144
+ { obisId: 143, obisCode: '23.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII), L1' },
145
+ { obisId: 144, obisCode: '43.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII), L2' },
146
+ { obisId: 145, obisCode: '63.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII), L3' },
147
+ { obisId: 146, obisCode: '4.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV)' },
148
+ { obisId: 147, obisCode: '24.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV), L1' },
149
+ { obisId: 148, obisCode: '44.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV), L2' },
150
+ { obisId: 149, obisCode: '64.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV), L3' },
151
+ { obisId: 150, obisCode: '11.7.0', isStatic: true, isInstantaneous: true, description: 'current' },
152
+ { obisId: 151, obisCode: '31.7.0', isStatic: true, isInstantaneous: true, description: 'current, L1' },
153
+ { obisId: 152, obisCode: '51.7.0', isStatic: true, isInstantaneous: true, description: 'current, L2' },
154
+ { obisId: 153, obisCode: '71.7.0', isStatic: true, isInstantaneous: true, description: 'current, L3' },
155
+ { obisId: 154, obisCode: '12.7.0', isStatic: true, isInstantaneous: true, description: 'voltage' },
156
+ { obisId: 155, obisCode: '32.7.0', isStatic: true, isInstantaneous: true, description: 'voltage, L1' },
157
+ { obisId: 156, obisCode: '52.7.0', isStatic: true, isInstantaneous: true, description: 'voltage, L2' },
158
+ { obisId: 157, obisCode: '72.7.0', isStatic: true, isInstantaneous: true, description: 'voltage, L3' },
159
+ { obisId: 158, obisCode: '13.7.0', isStatic: true, isInstantaneous: true, description: 'sum Li Power factor' },
160
+ { obisId: 159, obisCode: '33.7.0', isStatic: true, isInstantaneous: true, description: 'power factor, L1' },
161
+ { obisId: 160, obisCode: '53.7.0', isStatic: true, isInstantaneous: true, description: 'power factor, L2' },
162
+ { obisId: 161, obisCode: '73.7.0', isStatic: true, isInstantaneous: true, description: 'power factor, L3' },
163
+ { obisId: 162, obisCode: '14.7.0', isStatic: true, isInstantaneous: true, description: 'sum supply frequency' },
164
+ { obisId: 163, obisCode: '34.7.0', isStatic: true, isInstantaneous: true, description: 'supply frequency, L1' },
165
+ { obisId: 164, obisCode: '54.7.0', isStatic: true, isInstantaneous: true, description: 'supply frequency, L2' },
166
+ { obisId: 165, obisCode: '74.7.0', isStatic: true, isInstantaneous: true, description: 'supply frequency, L3' },
167
+ { obisId: 166, obisCode: '15.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII))' },
168
+ { obisId: 167, obisCode: '35.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), L1' },
169
+ { obisId: 168, obisCode: '55.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), L2' },
170
+ { obisId: 169, obisCode: '75.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), L3' },
171
+ { obisId: 170, obisCode: '16.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII))' },
172
+ { obisId: 171, obisCode: '36.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), L1' },
173
+ { obisId: 172, obisCode: '56.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), L2' },
174
+ { obisId: 173, obisCode: '76.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), L3' },
175
+ { obisId: 174, obisCode: '17.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI' },
176
+ { obisId: 175, obisCode: '37.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI, L1' },
177
+ { obisId: 176, obisCode: '57.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI, L2' },
178
+ { obisId: 177, obisCode: '77.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI, L3' },
179
+ { obisId: 178, obisCode: '18.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII' },
180
+ { obisId: 179, obisCode: '38.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII, L1' },
181
+ { obisId: 180, obisCode: '58.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII, L2' },
182
+ { obisId: 181, obisCode: '78.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII, L3' },
183
+ { obisId: 182, obisCode: '19.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII' },
184
+ { obisId: 183, obisCode: '39.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII, L1' },
185
+ { obisId: 184, obisCode: '59.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII, L2' },
186
+ { obisId: 185, obisCode: '79.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII, L3' },
187
+ { obisId: 186, obisCode: '20.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV' },
188
+ { obisId: 187, obisCode: '40.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV, L1' },
189
+ { obisId: 188, obisCode: '60.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV, L2' },
190
+ { obisId: 189, obisCode: '80.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV, L3' },
191
+ { obisId: 190, obisCode: '81.7.1', isStatic: true, isInstantaneous: true, description: 'angle of U(L2) - U(L1)' },
192
+ { obisId: 191, obisCode: '81.7.2', isStatic: true, isInstantaneous: true, description: 'angle of U(L3) - U(L2)' },
193
+ { obisId: 192, obisCode: '91.7.0', isStatic: true, isInstantaneous: true, description: 'L0 current (neutral)' },
194
+ { obisId: 193, obisCode: '0.0.0', isStatic: true, isAbstract: true, description: 'device ID' },
195
+ { obisId: 194, obisCode: '0.2.0', isStatic: true, isAbstract: true, description: 'active firmware identifier' },
196
+ { obisId: 195, obisCode: '0.2.1', isStatic: true, isAbstract: true, description: 'active firmware version' },
197
+ { obisId: 196, obisCode: '0.2.8', isStatic: true, isAbstract: true, description: 'active firmware signature' },
198
+ { obisId: 197, obisCode: '0.9.1', isStatic: true, isAbstract: true, description: 'local time' },
199
+ { obisId: 198, obisCode: '0.9.2', isStatic: true, isAbstract: true, description: 'local date' },
200
+ { obisId: 199, obisCode: 'F.F.0*255', isStatic: true, isAbstract: true, description: 'fatal error meter status' },
201
+ { obisId: 210, obisCode: 'C.5.0', isStatic: false, description: 'internal operating status, global' },
202
+ { obisId: 211, obisCode: 'C.5.1', isStatic: false, description: 'internal operating status (status word 1)' },
203
+ { obisId: 212, obisCode: 'C.5.2', isStatic: false, description: 'internal operating status (status word 2)' },
204
+ { obisId: 213, obisCode: 'C.5.3', isStatic: false, description: 'internal operating status (status word 3)' },
205
+ { obisId: 214, obisCode: 'C.5.4', isStatic: false, description: 'internal operating status (status word 4)' },
206
+ { obisId: 215, obisCode: 'C.5.5', isStatic: false, description: 'meter started status flag' },
207
+ { obisId: 216, obisCode: 'C.7.0', isStatic: false, description: 'number of power failures' },
208
+ { obisId: 217, obisCode: 'C.7.5', isStatic: false, description: 'number of long power failures' },
209
+ { obisId: 218, obisCode: 'C.10.0', isStatic: false, description: 'status information missing voltage' },
210
+ { obisId: 219, obisCode: 'C.10.1', isStatic: false, description: 'status information missing current' },
211
+ { obisId: 220, obisCode: 'C.10.2', isStatic: false, description: 'status information current without voltage' },
212
+ { obisId: 221, obisCode: 'C.10.3', isStatic: false, description: 'status information auxiliary power supply' },
213
+ { obisId: 222, obisCode: 'C.20.0', isStatic: false, description: 'meter open event counter' },
214
+ { obisId: 223, obisCode: 'C.20.1', isStatic: false, description: 'meter open event, time stamp of current event occurrence' },
215
+ { obisId: 224, obisCode: 'C.20.5', isStatic: false, description: 'terminal cover open event counter' },
216
+ { obisId: 225, obisCode: 'C.20.6', isStatic: false, description: 'terminal cover open event, time stamp of current event occurrence' },
217
+ { obisId: 226, obisCode: 'C.20.10', isStatic: false, description: 'tilt event counter' },
218
+ { obisId: 227, obisCode: 'C.20.11', isStatic: false, description: 'tilt event, time stamp of current event occurrence' },
219
+ { obisId: 228, obisCode: 'C.20.15', isStatic: false, description: 'strong DC magnetic field event counter' },
220
+ { obisId: 229, obisCode: 'C.20.16', isStatic: false, description: 'strong DC magnetic field event, time stamp of current event occurrence' },
221
+ { obisId: 230, obisCode: 'C.20.20', isStatic: false, description: 'supply control switch / valve tamper event counter' },
222
+ { obisId: 231, obisCode: 'C.20.21', isStatic: false, description: 'supply control switch / valve tamper event, time stamp of current event occurrence' },
223
+ { obisId: 232, obisCode: 'C.20.25', isStatic: false, description: 'metrology tamper event counter' },
224
+ { obisId: 233, obisCode: 'C.20.26', isStatic: false, description: 'metrology tamper event, time stamp of current event occurrence' },
225
+ { obisId: 234, obisCode: 'C.20.30', isStatic: false, description: 'communication tamper event counter' },
226
+ { obisId: 235, obisCode: 'C.20.31', isStatic: false, description: 'communication tamper event, time stamp of current event occurrence' }
227
+ ];
228
+ //# sourceMappingURL=obisIds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"obisIds.js","sourceRoot":"","sources":["../../../src/obis-observer/constants/obisIds.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,14 @@
1
1
  export declare const OK = 0;
2
2
  export declare const FAILURE = 1;
3
- export declare const FORBIDDEN_TO_REASSIGN = 2;
4
- export declare const SHORT_NAME_LIMIT_EXCEEDED = 3;
5
- export declare const SHORT_NAME_NOT_FOUND = 4;
6
- export declare const PROFILE_NOT_FOUND = 5;
3
+ export declare const UNKNOWN_COMMAND = 2;
4
+ export declare const FORMAT_ERROR = 3;
5
+ export declare const ASSIGN_STATIC_OBIS_ID = 4;
6
+ export declare const OBIS_ID_ALLOCATION_FAILED = 5;
7
+ export declare const OBIS_NOT_FOUND = 6;
8
+ export declare const OBIS_PROFILE_ALLOCATION_FAILED = 7;
9
+ export declare const METER_ALLOCATION_FAILED = 8;
10
+ export declare const METER_NOT_FOUND = 9;
11
+ export declare const METER_PROFILE_ALLOCATION_FAILED = 10;
12
+ export declare const METER_PROFILE_NOT_FOUND = 11;
13
+ export declare const SINGLE_MODE = 12;
14
+ export declare const MULTI_MODE_UNSUPPORTED = 13;
@@ -1,7 +1,15 @@
1
1
  export const OK = 0;
2
2
  export const FAILURE = 1;
3
- export const FORBIDDEN_TO_REASSIGN = 2;
4
- export const SHORT_NAME_LIMIT_EXCEEDED = 3;
5
- export const SHORT_NAME_NOT_FOUND = 4;
6
- export const PROFILE_NOT_FOUND = 5;
3
+ export const UNKNOWN_COMMAND = 2;
4
+ export const FORMAT_ERROR = 3;
5
+ export const ASSIGN_STATIC_OBIS_ID = 4;
6
+ export const OBIS_ID_ALLOCATION_FAILED = 5;
7
+ export const OBIS_NOT_FOUND = 6;
8
+ export const OBIS_PROFILE_ALLOCATION_FAILED = 7;
9
+ export const METER_ALLOCATION_FAILED = 8;
10
+ export const METER_NOT_FOUND = 9;
11
+ export const METER_PROFILE_ALLOCATION_FAILED = 10;
12
+ export const METER_PROFILE_NOT_FOUND = 11;
13
+ export const SINGLE_MODE = 12;
14
+ export const MULTI_MODE_UNSUPPORTED = 13;
7
15
  //# sourceMappingURL=resultCodes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resultCodes.js","sourceRoot":"","sources":["../../../src/obis-observer/constants/resultCodes.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AACpB,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC;AACzB,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC;AACvC,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC;AAC3C,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC;AACtC,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"resultCodes.js","sourceRoot":"","sources":["../../../src/obis-observer/constants/resultCodes.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AACpB,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC;AACzB,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC;AACjC,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC;AAC9B,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC;AACvC,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC;AAC3C,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC;AAChC,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC;AAChD,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC;AACzC,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC;AACjC,MAAM,CAAC,MAAM,+BAA+B,GAAG,EAAE,CAAC;AAClD,MAAM,CAAC,MAAM,uBAAuB,GAAG,EAAE,CAAC;AAC1C,MAAM,CAAC,MAAM,WAAW,GAAG,EAAE,CAAC;AAC9B,MAAM,CAAC,MAAM,sBAAsB,GAAG,EAAE,CAAC"}
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ 1: string;
3
+ 2: string;
4
+ 3: string;
5
+ 4: string;
6
+ 5: string;
7
+ 6: string;
8
+ 7: string;
9
+ 8: string;
10
+ 9: string;
11
+ 10: string;
12
+ 11: string;
13
+ 12: string;
14
+ 13: string;
15
+ };
16
+ export default _default;
@@ -0,0 +1,17 @@
1
+ import * as result from './resultCodes.js';
2
+ export default {
3
+ [result.FAILURE]: 'General failure',
4
+ [result.UNKNOWN_COMMAND]: 'Unknown command',
5
+ [result.FORMAT_ERROR]: 'Format error',
6
+ [result.ASSIGN_STATIC_OBIS_ID]: 'Try to assign static obis id',
7
+ [result.OBIS_ID_ALLOCATION_FAILED]: 'Obis id allocation failed',
8
+ [result.OBIS_NOT_FOUND]: 'Obis not found',
9
+ [result.OBIS_PROFILE_ALLOCATION_FAILED]: 'Obis profile allocation failed',
10
+ [result.METER_ALLOCATION_FAILED]: 'Meter allocation failed',
11
+ [result.METER_NOT_FOUND]: 'The meter not found',
12
+ [result.METER_PROFILE_ALLOCATION_FAILED]: 'Meter profile allocation failed',
13
+ [result.METER_PROFILE_NOT_FOUND]: 'The meter profile not found',
14
+ [result.SINGLE_MODE]: 'The single/multi meter mode collision',
15
+ [result.MULTI_MODE_UNSUPPORTED]: 'Multi meter mode are unsupported'
16
+ };
17
+ //# sourceMappingURL=resultDescriptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resultDescriptions.js","sourceRoot":"","sources":["../../../src/obis-observer/constants/resultDescriptions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAE3C,eAAe;IACX,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE,iBAAiB;IACnC,CAAC,MAAM,CAAC,eAAe,CAAC,EAAE,iBAAiB;IAC3C,CAAC,MAAM,CAAC,YAAY,CAAC,EAAE,cAAc;IACrC,CAAC,MAAM,CAAC,qBAAqB,CAAC,EAAE,8BAA8B;IAC9D,CAAC,MAAM,CAAC,yBAAyB,CAAC,EAAE,2BAA2B;IAC/D,CAAC,MAAM,CAAC,cAAc,CAAC,EAAE,gBAAgB;IACzC,CAAC,MAAM,CAAC,8BAA8B,CAAC,EAAE,gCAAgC;IACzE,CAAC,MAAM,CAAC,uBAAuB,CAAC,EAAE,yBAAyB;IAC3D,CAAC,MAAM,CAAC,eAAe,CAAC,EAAE,qBAAqB;IAC/C,CAAC,MAAM,CAAC,+BAA+B,CAAC,EAAE,iCAAiC;IAC3E,CAAC,MAAM,CAAC,uBAAuB,CAAC,EAAE,6BAA6B;IAC/D,CAAC,MAAM,CAAC,WAAW,CAAC,EAAE,uCAAuC;IAC7D,CAAC,MAAM,CAAC,sBAAsB,CAAC,EAAE,kCAAkC;CACtE,CAAC"}
@@ -14,10 +14,10 @@ interface IMessage {
14
14
  isValid: boolean;
15
15
  }
16
16
  export declare const downlinkCommandsById: {
17
- [k: string]: typeof downlinkCommands.AddShortNameProfile | typeof downlinkCommands.GetArchiveProfile | typeof downlinkCommands.GetArchiveState | typeof downlinkCommands.GetContentByObis | typeof downlinkCommands.GetContentByShortName | typeof downlinkCommands.GetDate | typeof downlinkCommands.GetDeviceInfo | typeof downlinkCommands.GetLorawanInfo | typeof downlinkCommands.GetLorawanState | typeof downlinkCommands.GetReadoutState | typeof downlinkCommands.GetShortNameInfo | typeof downlinkCommands.GetShortNameProfile | typeof downlinkCommands.GetShortNames | typeof downlinkCommands.ReadArchive | typeof downlinkCommands.Reboot | typeof downlinkCommands.RemoveShortNameProfile | typeof downlinkCommands.SetArchiveProfile | typeof downlinkCommands.SetSerialPort | typeof downlinkCommands.SetShortName | typeof downlinkCommands.UpdateImageVerify | typeof downlinkCommands.UpdateImageWrite | typeof downlinkCommands.UpdateRun;
17
+ [k: string]: typeof downlinkCommands.GetArchiveState | typeof downlinkCommands.GetLorawanInfo | typeof downlinkCommands.GetLorawanState | typeof downlinkCommands.GetMeterDate | typeof downlinkCommands.GetMeterId | typeof downlinkCommands.GetMeterIdList | typeof downlinkCommands.GetMeterInfo | typeof downlinkCommands.GetMeterProfile | typeof downlinkCommands.GetMeterProfileIdList | typeof downlinkCommands.GetMeterReadoutState | typeof downlinkCommands.GetObisContent | typeof downlinkCommands.GetObisContentById | typeof downlinkCommands.GetObisIdList | typeof downlinkCommands.GetObisInfo | typeof downlinkCommands.GetObserverCapabilities | typeof downlinkCommands.GetObserverInfo | typeof downlinkCommands.GetObserverSingleMode | typeof downlinkCommands.GetObserverUptime | typeof downlinkCommands.ReadMeterArchive | typeof downlinkCommands.ReadMeterArchiveWithDate | typeof downlinkCommands.Reboot | typeof downlinkCommands.RemoveMeter | typeof downlinkCommands.RemoveMeterProfile | typeof downlinkCommands.RemoveObis | typeof downlinkCommands.SetLorawanActivationMethod | typeof downlinkCommands.SetObserverSingleMode | typeof downlinkCommands.SetSerialPort | typeof downlinkCommands.SetupMeter | typeof downlinkCommands.SetupMeterProfile | typeof downlinkCommands.SetupObis | typeof downlinkCommands.UpdateImageVerify | typeof downlinkCommands.UpdateImageWrite | typeof downlinkCommands.UpdateRun;
18
18
  };
19
19
  export declare const uplinkCommandsById: {
20
- [k: string]: typeof uplinkCommands.AddShortNameProfileResponse | typeof uplinkCommands.GetArchiveProfileResponse | typeof uplinkCommands.GetArchiveStateResponse | typeof uplinkCommands.GetContentByObisResponse | typeof uplinkCommands.GetContentByShortNameResponse | typeof uplinkCommands.GetContentByShortNameStringResponse | typeof uplinkCommands.GetDateResponse | typeof uplinkCommands.GetDeviceInfoResponse | typeof uplinkCommands.GetLorawanInfoResponse | typeof uplinkCommands.GetLorawanStateResponse | typeof uplinkCommands.GetReadoutStateResponse | typeof uplinkCommands.GetShortNameInfoResponse | typeof uplinkCommands.GetShortNameProfileResponse | typeof uplinkCommands.GetShortNamesResponse | typeof uplinkCommands.ObservationReport | typeof uplinkCommands.ObservationReportString | typeof uplinkCommands.ReadArchiveResponse | typeof uplinkCommands.RebootResponse | typeof uplinkCommands.RemoveShortNameProfileResponse | typeof uplinkCommands.SetArchiveProfileResponse | typeof uplinkCommands.SetSerialPortResponse | typeof uplinkCommands.SetShortNameResponse | typeof uplinkCommands.UpdateImageVerifyResponse | typeof uplinkCommands.UpdateImageWriteResponse | typeof uplinkCommands.UpdateRunResponse;
20
+ [k: string]: typeof uplinkCommands.ErrorResponse | typeof uplinkCommands.GetArchiveStateResponse | typeof uplinkCommands.GetLorawanInfoResponse | typeof uplinkCommands.GetLorawanStateResponse | typeof uplinkCommands.GetMeterDateResponse | typeof uplinkCommands.GetMeterIdListResponse | typeof uplinkCommands.GetMeterIdResponse | typeof uplinkCommands.GetMeterInfoResponse | typeof uplinkCommands.GetMeterProfileIdListResponse | typeof uplinkCommands.GetMeterProfileResponse | typeof uplinkCommands.GetMeterReadoutStateResponse | typeof uplinkCommands.GetObisContentByIdResponse | typeof uplinkCommands.GetObisContentByIdStringResponse | typeof uplinkCommands.GetObisContentResponse | typeof uplinkCommands.GetObisIdListResponse | typeof uplinkCommands.GetObisInfoResponse | typeof uplinkCommands.GetObserverCapabilitiesResponse | typeof uplinkCommands.GetObserverInfoResponse | typeof uplinkCommands.GetObserverSingleModeResponse | typeof uplinkCommands.GetObserverUptimeResponse | typeof uplinkCommands.ObservationReport | typeof uplinkCommands.ObservationReportString | typeof uplinkCommands.ReadMeterArchiveResponse | typeof uplinkCommands.ReadMeterArchiveWithDateResponse | typeof uplinkCommands.RebootResponse | typeof uplinkCommands.RemoveMeterProfileResponse | typeof uplinkCommands.RemoveMeterResponse | typeof uplinkCommands.RemoveObisResponse | typeof uplinkCommands.SetLorawanActivationMethodResponse | typeof uplinkCommands.SetObserverSingleModeResponse | typeof uplinkCommands.SetSerialPortResponse | typeof uplinkCommands.SetupMeterProfileResponse | typeof uplinkCommands.SetupMeterResponse | typeof uplinkCommands.SetupObisResponse | typeof uplinkCommands.UpdateImageVerifyResponse | typeof uplinkCommands.UpdateImageWriteResponse | typeof uplinkCommands.UpdateRunResponse;
21
21
  };
22
22
  export declare const fromBytes: (commandsData: Uint8Array) => IMessage;
23
23
  export declare const fromHex: (data: string) => IMessage;
@@ -25,23 +25,15 @@ export const fromBytes = (commandsData) => {
25
25
  let position = 0;
26
26
  do {
27
27
  const headerData = commandsData.slice(position, position + HEADER_SIZE);
28
- const bodyData = commandsData.slice(position + HEADER_SIZE);
29
- position += HEADER_SIZE;
28
+ const commandSize = commandsData[position + HEADER_SIZE];
29
+ position += HEADER_SIZE + 1;
30
+ const bodyData = commandsData.slice(position, position + commandSize);
30
31
  const command = getCommand(headerData[0], bodyData);
31
32
  commands.push({
32
33
  data: { header: headerData, body: bodyData },
33
34
  command
34
35
  });
35
- if (command instanceof UnknownCommand) {
36
- break;
37
- }
38
- else if (typeof command.size === 'number') {
39
- position += command.size;
40
- }
41
- else {
42
- result.isValid = false;
43
- break;
44
- }
36
+ position += commandSize;
45
37
  } while (position < commandsData.length);
46
38
  return result;
47
39
  };
@@ -1 +1 @@
1
- {"version":3,"file":"message.js","sourceRoot":"","sources":["../../src/obis-observer/message.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"message.js","sourceRoot":"","sources":["../../src/obis-observer/message.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jooby-codec",
3
- "version": "2.14.1",
3
+ "version": "3.0.0",
4
4
  "description": "Jooby message encoders/decoders",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,17 +0,0 @@
1
- import Command, { TCommandExampleList } from '../../Command.js';
2
- import { ICommandParameters, IObisProfile } from '../../CommandBinaryBuffer.js';
3
- interface IAddShortNameProfileParameters extends ICommandParameters {
4
- shortName: number;
5
- obisProfile: IObisProfile;
6
- }
7
- declare class AddShortNameProfile extends Command {
8
- parameters: IAddShortNameProfileParameters;
9
- constructor(parameters: IAddShortNameProfileParameters);
10
- static readonly id = 5;
11
- static readonly directionType = 1;
12
- static readonly examples: TCommandExampleList;
13
- static readonly hasParameters = true;
14
- static fromBytes(data: Uint8Array): AddShortNameProfile;
15
- toBytes(): Uint8Array;
16
- }
17
- export default AddShortNameProfile;
@@ -1,56 +0,0 @@
1
- import Command from '../../Command.js';
2
- import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
3
- import { DOWNLINK } from '../../constants/directions.js';
4
- import { contentTypes } from '../../constants/index.js';
5
- const COMMAND_ID = 0x05;
6
- const COMMAND_SIZE = 7 + REQUEST_ID_SIZE;
7
- const examples = [
8
- {
9
- name: 'add profile for short name 32',
10
- parameters: {
11
- requestId: 3,
12
- shortName: 32,
13
- obisProfile: {
14
- capturePeriod: 244,
15
- sendingPeriod: 132,
16
- sendingCounter: 38,
17
- flags: {
18
- contentType: contentTypes.AUTO,
19
- sendOnChange: true,
20
- archiveProfile1: false,
21
- archiveProfile2: false
22
- }
23
- }
24
- },
25
- hex: { header: '05', body: '03 20 00 f4 00 84 26 04' }
26
- }
27
- ];
28
- class AddShortNameProfile extends Command {
29
- constructor(parameters) {
30
- super();
31
- this.parameters = parameters;
32
- this.size = COMMAND_SIZE;
33
- }
34
- static fromBytes(data) {
35
- const buffer = new CommandBinaryBuffer(data);
36
- return new AddShortNameProfile({
37
- requestId: buffer.getUint8(),
38
- shortName: buffer.getUint8(),
39
- obisProfile: buffer.getObisProfile()
40
- });
41
- }
42
- toBytes() {
43
- const buffer = new CommandBinaryBuffer(COMMAND_SIZE);
44
- const { requestId, shortName, obisProfile } = this.parameters;
45
- buffer.setUint8(requestId);
46
- buffer.setUint8(shortName);
47
- buffer.setObisProfile(obisProfile);
48
- return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
49
- }
50
- }
51
- AddShortNameProfile.id = COMMAND_ID;
52
- AddShortNameProfile.directionType = DOWNLINK;
53
- AddShortNameProfile.examples = examples;
54
- AddShortNameProfile.hasParameters = true;
55
- export default AddShortNameProfile;
56
- //# sourceMappingURL=AddShortNameProfile.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AddShortNameProfile.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/downlink/AddShortNameProfile.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAmC,MAAM,8BAA8B,CAAC;AACpH,OAAO,EAAC,QAAQ,EAAC,MAAM,+BAA+B,CAAC;AACvD,OAAO,EAAC,YAAY,EAAC,MAAM,0BAA0B,CAAC;AAYtD,MAAM,UAAU,GAAG,IAAI,CAAC;AACxB,MAAM,YAAY,GAAG,CAAC,GAAG,eAAe,CAAC;AAEzC,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,+BAA+B;QACrC,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,SAAS,EAAE,EAAE;YACb,WAAW,EAAE;gBACT,aAAa,EAAE,GAAG;gBAClB,aAAa,EAAE,GAAG;gBAClB,cAAc,EAAE,EAAE;gBAClB,KAAK,EAAE;oBACH,WAAW,EAAE,YAAY,CAAC,IAAI;oBAC9B,YAAY,EAAE,IAAI;oBAClB,eAAe,EAAE,KAAK;oBACtB,eAAe,EAAE,KAAK;iBACzB;aACJ;SACJ;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,yBAAyB,EAAC;KACvD;CACJ,CAAC;AAkCF,MAAM,mBAAoB,SAAQ,OAAO;IACrC,YAAqB,UAA0C;QAC3D,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAgC;QAG3D,IAAI,CAAC,IAAI,GAAG,YAAY,CAAC;IAC7B,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,OAAO,IAAI,mBAAmB,CAAC;YAC3B,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE;YAC5B,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE;YAC5B,WAAW,EAAE,MAAM,CAAC,cAAc,EAAE;SACvC,CAAC,CAAC;IACP,CAAC;IAGD,OAAO;QACH,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,YAAY,CAAC,CAAC;QACrD,MAAM,EAAC,SAAS,EAAE,SAAS,EAAE,WAAW,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAE5D,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;QAEnC,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA9Be,sBAAE,GAAG,UAAU,CAAC;AAEhB,iCAAa,GAAG,QAAQ,CAAC;AAEzB,4BAAQ,GAAG,QAAQ,CAAC;AAEpB,iCAAa,GAAG,IAAI,CAAC;AA4BzC,eAAe,mBAAmB,CAAC"}
@@ -1,39 +0,0 @@
1
- import Command from '../../Command.js';
2
- import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
3
- import { DOWNLINK } from '../../constants/directions.js';
4
- const COMMAND_ID = 0x0d;
5
- const COMMAND_SIZE = REQUEST_ID_SIZE;
6
- const examples = [
7
- {
8
- name: 'simple request',
9
- parameters: {
10
- requestId: 3
11
- },
12
- hex: { header: '0d', body: '03' }
13
- }
14
- ];
15
- class GetArchiveProfile extends Command {
16
- constructor(parameters) {
17
- super();
18
- this.parameters = parameters;
19
- this.size = COMMAND_SIZE;
20
- }
21
- static fromBytes(data) {
22
- const buffer = new CommandBinaryBuffer(data);
23
- return new GetArchiveProfile({ requestId: buffer.getUint8() });
24
- }
25
- toBytes() {
26
- if (typeof this.size !== 'number') {
27
- throw new Error('unknown or invalid size');
28
- }
29
- const buffer = new CommandBinaryBuffer(this.size);
30
- buffer.setUint8(this.parameters.requestId);
31
- return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
32
- }
33
- }
34
- GetArchiveProfile.id = COMMAND_ID;
35
- GetArchiveProfile.directionType = DOWNLINK;
36
- GetArchiveProfile.examples = examples;
37
- GetArchiveProfile.hasParameters = true;
38
- export default GetArchiveProfile;
39
- //# sourceMappingURL=GetArchiveProfile.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetArchiveProfile.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/downlink/GetArchiveProfile.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,QAAQ,EAAC,MAAM,+BAA+B,CAAC;AAGvD,MAAM,UAAU,GAAG,IAAI,CAAC;AACxB,MAAM,YAAY,GAAG,eAAe,CAAC;AAErC,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,gBAAgB;QACtB,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;SACf;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC;KAClC;CACJ,CAAC;AAsBF,MAAM,iBAAkB,SAAQ,OAAO;IACnC,YAAqB,UAA8B;QAC/C,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAoB;QAG/C,IAAI,CAAC,IAAI,GAAG,YAAY,CAAC;IAC7B,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,OAAO,IAAI,iBAAiB,CAAC,EAAC,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE,EAAC,CAAC,CAAC;IACjE,CAAC;IAGD,OAAO;QACH,IAAK,OAAO,IAAI,CAAC,IAAI,KAAK,QAAQ,EAAG;YACjC,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;SAC9C;QAED,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAElD,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;QAE3C,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA3Be,oBAAE,GAAG,UAAU,CAAC;AAEhB,+BAAa,GAAG,QAAQ,CAAC;AAEzB,0BAAQ,GAAG,QAAQ,CAAC;AAEpB,+BAAa,GAAG,IAAI,CAAC;AAyBzC,eAAe,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetContentByObis.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/downlink/GetContentByObis.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAA4B,MAAM,8BAA8B,CAAC;AAC7G,OAAO,EAAC,QAAQ,EAAC,MAAM,+BAA+B,CAAC;AAWvD,MAAM,UAAU,GAAG,IAAI,CAAC;AAExB,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,8CAA8C;QACpD,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,IAAI,EAAE;gBACF,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;gBACJ,CAAC,EAAE,CAAC;aACP;SACJ;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,gBAAgB,EAAC;KAC9C;CACJ,CAAC;AA2BF,MAAM,gBAAiB,SAAQ,OAAO;IAClC,YAAqB,UAAuC;QACxD,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAA6B;QAGxD,IAAI,CAAC,IAAI,GAAG,eAAe,GAAG,mBAAmB,CAAC,WAAW,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;IACnF,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,OAAO,IAAI,gBAAgB,CAAC;YACxB,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE;YAC5B,IAAI,EAAE,MAAM,CAAC,OAAO,EAAE;SACzB,CAAC,CAAC;IACP,CAAC;IAGD,OAAO;QACH,IAAK,OAAO,IAAI,CAAC,IAAI,KAAK,QAAQ,EAAG;YACjC,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;SAC9C;QAED,MAAM,EAAC,SAAS,EAAE,IAAI,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAC1C,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAElD,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAErB,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AAhCe,mBAAE,GAAG,UAAU,CAAC;AAEhB,8BAAa,GAAG,QAAQ,CAAC;AAEzB,yBAAQ,GAAG,QAAQ,CAAC;AAEpB,8BAAa,GAAG,IAAI,CAAC;AA8BzC,eAAe,gBAAgB,CAAC"}