jooby-codec 2.9.0 → 2.11.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 (318) hide show
  1. package/dist/obis-observer/Command.js +3 -8
  2. package/dist/obis-observer/Command.js.map +1 -1
  3. package/dist/obis-observer/CommandBinaryBuffer.d.ts +7 -7
  4. package/dist/obis-observer/CommandBinaryBuffer.js +11 -11
  5. package/dist/obis-observer/CommandBinaryBuffer.js.map +1 -1
  6. package/dist/obis-observer/commands/downlink/AddMeterProfile.d.ts +16 -0
  7. package/dist/obis-observer/commands/downlink/AddMeterProfile.js +34 -0
  8. package/dist/obis-observer/commands/downlink/AddMeterProfile.js.map +1 -0
  9. package/dist/obis-observer/commands/downlink/AddObisProfile.d.ts +18 -0
  10. package/dist/obis-observer/commands/downlink/{AddShortNameProfile.js → AddObisProfile.js} +20 -17
  11. package/dist/obis-observer/commands/downlink/AddObisProfile.js.map +1 -0
  12. package/dist/obis-observer/commands/downlink/GetLorawanInfo.d.ts +2 -2
  13. package/dist/obis-observer/commands/downlink/GetLorawanInfo.js +6 -13
  14. package/dist/obis-observer/commands/downlink/GetLorawanInfo.js.map +1 -1
  15. package/dist/obis-observer/commands/downlink/GetLorawanState.d.ts +2 -2
  16. package/dist/obis-observer/commands/downlink/GetLorawanState.js +6 -13
  17. package/dist/obis-observer/commands/downlink/GetLorawanState.js.map +1 -1
  18. package/dist/obis-observer/commands/downlink/GetMeterArchiveProfile.d.ts +16 -0
  19. package/dist/obis-observer/commands/downlink/GetMeterArchiveProfile.js +34 -0
  20. package/dist/obis-observer/commands/downlink/GetMeterArchiveProfile.js.map +1 -0
  21. package/dist/obis-observer/commands/downlink/GetMeterArchiveState.d.ts +17 -0
  22. package/dist/obis-observer/commands/downlink/GetMeterArchiveState.js +35 -0
  23. package/dist/obis-observer/commands/downlink/GetMeterArchiveState.js.map +1 -0
  24. package/dist/obis-observer/commands/downlink/GetMeterDate.d.ts +16 -0
  25. package/dist/obis-observer/commands/downlink/GetMeterDate.js +33 -0
  26. package/dist/obis-observer/commands/downlink/GetMeterDate.js.map +1 -0
  27. package/dist/obis-observer/commands/downlink/GetMeterId.d.ts +16 -0
  28. package/dist/obis-observer/commands/downlink/GetMeterId.js +41 -0
  29. package/dist/obis-observer/commands/downlink/GetMeterId.js.map +1 -0
  30. package/dist/obis-observer/commands/downlink/GetMeterIdList.d.ts +16 -0
  31. package/dist/obis-observer/commands/downlink/GetMeterIdList.js +33 -0
  32. package/dist/obis-observer/commands/downlink/GetMeterIdList.js.map +1 -0
  33. package/dist/obis-observer/commands/downlink/GetMeterInfo.d.ts +16 -0
  34. package/dist/obis-observer/commands/downlink/GetMeterInfo.js +33 -0
  35. package/dist/obis-observer/commands/downlink/GetMeterInfo.js.map +1 -0
  36. package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.d.ts +16 -0
  37. package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.js +33 -0
  38. package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.js.map +1 -0
  39. package/dist/obis-observer/commands/downlink/GetMeterReadoutState.d.ts +16 -0
  40. package/dist/obis-observer/commands/downlink/GetMeterReadoutState.js +33 -0
  41. package/dist/obis-observer/commands/downlink/GetMeterReadoutState.js.map +1 -0
  42. package/dist/obis-observer/commands/downlink/{GetContentByObis.d.ts → GetObisContent.d.ts} +2 -1
  43. package/dist/obis-observer/commands/downlink/{GetContentByObis.js → GetObisContent.js} +9 -9
  44. package/dist/obis-observer/commands/downlink/GetObisContent.js.map +1 -0
  45. package/dist/obis-observer/commands/downlink/GetObisContentById.d.ts +17 -0
  46. package/dist/obis-observer/commands/downlink/GetObisContentById.js +34 -0
  47. package/dist/obis-observer/commands/downlink/GetObisContentById.js.map +1 -0
  48. package/dist/obis-observer/commands/downlink/GetObisIdList.d.ts +17 -0
  49. package/dist/obis-observer/commands/downlink/{SetShortName.js → GetObisIdList.js} +15 -18
  50. package/dist/obis-observer/commands/downlink/GetObisIdList.js.map +1 -0
  51. package/dist/obis-observer/commands/downlink/GetObisInfo.d.ts +17 -0
  52. package/dist/obis-observer/commands/downlink/GetObisInfo.js +34 -0
  53. package/dist/obis-observer/commands/downlink/GetObisInfo.js.map +1 -0
  54. package/dist/obis-observer/commands/downlink/GetObisProfile.d.ts +17 -0
  55. package/dist/obis-observer/commands/downlink/GetObisProfile.js +35 -0
  56. package/dist/obis-observer/commands/downlink/GetObisProfile.js.map +1 -0
  57. package/dist/obis-observer/commands/downlink/{GetReadoutState.d.ts → GetObserverCapabilities.d.ts} +4 -4
  58. package/dist/obis-observer/commands/downlink/GetObserverCapabilities.js +32 -0
  59. package/dist/obis-observer/commands/downlink/GetObserverCapabilities.js.map +1 -0
  60. package/dist/obis-observer/commands/downlink/{GetDeviceInfo.d.ts → GetObserverInfo.d.ts} +4 -4
  61. package/dist/obis-observer/commands/downlink/GetObserverInfo.js +32 -0
  62. package/dist/obis-observer/commands/downlink/GetObserverInfo.js.map +1 -0
  63. package/dist/obis-observer/commands/downlink/{GetArchiveProfile.d.ts → GetObserverSingleMode.d.ts} +3 -3
  64. package/dist/obis-observer/commands/downlink/GetObserverSingleMode.js +32 -0
  65. package/dist/obis-observer/commands/downlink/GetObserverSingleMode.js.map +1 -0
  66. package/dist/obis-observer/commands/downlink/{GetDate.d.ts → GetObserverUptime.d.ts} +4 -4
  67. package/dist/obis-observer/commands/downlink/GetObserverUptime.js +32 -0
  68. package/dist/obis-observer/commands/downlink/GetObserverUptime.js.map +1 -0
  69. package/dist/obis-observer/commands/downlink/ReadMeterArchive.d.ts +19 -0
  70. package/dist/obis-observer/commands/downlink/ReadMeterArchive.js +58 -0
  71. package/dist/obis-observer/commands/downlink/ReadMeterArchive.js.map +1 -0
  72. package/dist/obis-observer/commands/downlink/Reboot.d.ts +2 -2
  73. package/dist/obis-observer/commands/downlink/Reboot.js +6 -12
  74. package/dist/obis-observer/commands/downlink/Reboot.js.map +1 -1
  75. package/dist/obis-observer/commands/downlink/RemoveMeter.d.ts +16 -0
  76. package/dist/obis-observer/commands/downlink/RemoveMeter.js +34 -0
  77. package/dist/obis-observer/commands/downlink/RemoveMeter.js.map +1 -0
  78. package/dist/obis-observer/commands/downlink/RemoveMeterProfile.d.ts +16 -0
  79. package/dist/obis-observer/commands/downlink/RemoveMeterProfile.js +34 -0
  80. package/dist/obis-observer/commands/downlink/RemoveMeterProfile.js.map +1 -0
  81. package/dist/obis-observer/commands/downlink/RemoveObisProfile.d.ts +17 -0
  82. package/dist/obis-observer/commands/downlink/RemoveObisProfile.js +35 -0
  83. package/dist/obis-observer/commands/downlink/RemoveObisProfile.js.map +1 -0
  84. package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.d.ts +16 -0
  85. package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.js +34 -0
  86. package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.js.map +1 -0
  87. package/dist/obis-observer/commands/downlink/SetMeterArchiveProfile.d.ts +18 -0
  88. package/dist/obis-observer/commands/downlink/SetMeterArchiveProfile.js +48 -0
  89. package/dist/obis-observer/commands/downlink/SetMeterArchiveProfile.js.map +1 -0
  90. package/dist/obis-observer/commands/downlink/SetObisId.d.ts +18 -0
  91. package/dist/obis-observer/commands/downlink/{GetShortNames.js → SetObisId.js} +19 -16
  92. package/dist/obis-observer/commands/downlink/SetObisId.js.map +1 -0
  93. package/dist/obis-observer/commands/downlink/SetObserverSingleMode.d.ts +16 -0
  94. package/dist/obis-observer/commands/downlink/SetObserverSingleMode.js +34 -0
  95. package/dist/obis-observer/commands/downlink/SetObserverSingleMode.js.map +1 -0
  96. package/dist/obis-observer/commands/downlink/SetSerialPort.d.ts +1 -1
  97. package/dist/obis-observer/commands/downlink/SetSerialPort.js +3 -3
  98. package/dist/obis-observer/commands/downlink/SetSerialPort.js.map +1 -1
  99. package/dist/obis-observer/commands/downlink/SetupMeter.d.ts +18 -0
  100. package/dist/obis-observer/commands/downlink/SetupMeter.js +47 -0
  101. package/dist/obis-observer/commands/downlink/SetupMeter.js.map +1 -0
  102. package/dist/obis-observer/commands/downlink/UpdateImageVerify.d.ts +2 -2
  103. package/dist/obis-observer/commands/downlink/UpdateImageVerify.js +6 -12
  104. package/dist/obis-observer/commands/downlink/UpdateImageVerify.js.map +1 -1
  105. package/dist/obis-observer/commands/downlink/UpdateImageWrite.d.ts +1 -1
  106. package/dist/obis-observer/commands/downlink/UpdateImageWrite.js +4 -9
  107. package/dist/obis-observer/commands/downlink/UpdateImageWrite.js.map +1 -1
  108. package/dist/obis-observer/commands/downlink/UpdateRun.d.ts +2 -2
  109. package/dist/obis-observer/commands/downlink/UpdateRun.js +6 -12
  110. package/dist/obis-observer/commands/downlink/UpdateRun.js.map +1 -1
  111. package/dist/obis-observer/commands/downlink/index.d.ts +28 -15
  112. package/dist/obis-observer/commands/downlink/index.js +28 -15
  113. package/dist/obis-observer/commands/downlink/index.js.map +1 -1
  114. package/dist/obis-observer/commands/uplink/AddMeterProfileResponse.d.ts +16 -0
  115. package/dist/obis-observer/commands/uplink/AddMeterProfileResponse.js +35 -0
  116. package/dist/obis-observer/commands/uplink/AddMeterProfileResponse.js.map +1 -0
  117. package/dist/obis-observer/commands/uplink/AddObisProfileResponse.d.ts +16 -0
  118. package/dist/obis-observer/commands/uplink/AddObisProfileResponse.js +35 -0
  119. package/dist/obis-observer/commands/uplink/AddObisProfileResponse.js.map +1 -0
  120. package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.d.ts +1 -1
  121. package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.js +3 -6
  122. package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.js.map +1 -1
  123. package/dist/obis-observer/commands/uplink/GetLorawanStateResponse.d.ts +1 -1
  124. package/dist/obis-observer/commands/uplink/GetLorawanStateResponse.js +23 -26
  125. package/dist/obis-observer/commands/uplink/GetLorawanStateResponse.js.map +1 -1
  126. package/dist/obis-observer/commands/uplink/{GetArchiveProfileResponse.d.ts → GetMeterArchiveProfileResponse.d.ts} +5 -5
  127. package/dist/obis-observer/commands/uplink/GetMeterArchiveProfileResponse.js +64 -0
  128. package/dist/obis-observer/commands/uplink/GetMeterArchiveProfileResponse.js.map +1 -0
  129. package/dist/obis-observer/commands/uplink/GetMeterArchiveStateResponse.d.ts +19 -0
  130. package/dist/obis-observer/commands/uplink/GetMeterArchiveStateResponse.js +78 -0
  131. package/dist/obis-observer/commands/uplink/GetMeterArchiveStateResponse.js.map +1 -0
  132. package/dist/obis-observer/commands/uplink/GetMeterDateResponse.d.ts +17 -0
  133. package/dist/obis-observer/commands/uplink/GetMeterDateResponse.js +50 -0
  134. package/dist/obis-observer/commands/uplink/GetMeterDateResponse.js.map +1 -0
  135. package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.d.ts +16 -0
  136. package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.js +40 -0
  137. package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.js.map +1 -0
  138. package/dist/obis-observer/commands/uplink/GetMeterIdResponse.d.ts +16 -0
  139. package/dist/obis-observer/commands/uplink/GetMeterIdResponse.js +45 -0
  140. package/dist/obis-observer/commands/uplink/GetMeterIdResponse.js.map +1 -0
  141. package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.d.ts +17 -0
  142. package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.js +54 -0
  143. package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.js.map +1 -0
  144. package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.d.ts +16 -0
  145. package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.js +40 -0
  146. package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.js.map +1 -0
  147. package/dist/obis-observer/commands/uplink/{GetReadoutStateResponse.d.ts → GetMeterReadoutStateResponse.d.ts} +7 -7
  148. package/dist/obis-observer/commands/uplink/GetMeterReadoutStateResponse.js +104 -0
  149. package/dist/obis-observer/commands/uplink/GetMeterReadoutStateResponse.js.map +1 -0
  150. package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.d.ts +16 -0
  151. package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.js +51 -0
  152. package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.js.map +1 -0
  153. package/dist/obis-observer/commands/uplink/GetObisContentByIdStringResponse.d.ts +16 -0
  154. package/dist/obis-observer/commands/uplink/{GetContentByShortNameStringResponse.js → GetObisContentByIdStringResponse.js} +12 -17
  155. package/dist/obis-observer/commands/uplink/GetObisContentByIdStringResponse.js.map +1 -0
  156. package/dist/obis-observer/commands/uplink/{GetContentByObisResponse.d.ts → GetObisContentResponse.d.ts} +1 -1
  157. package/dist/obis-observer/commands/uplink/{GetContentByObisResponse.js → GetObisContentResponse.js} +5 -10
  158. package/dist/obis-observer/commands/uplink/GetObisContentResponse.js.map +1 -0
  159. package/dist/obis-observer/commands/uplink/GetObisIdListResponse.d.ts +16 -0
  160. package/dist/obis-observer/commands/uplink/GetObisIdListResponse.js +40 -0
  161. package/dist/obis-observer/commands/uplink/GetObisIdListResponse.js.map +1 -0
  162. package/dist/obis-observer/commands/uplink/GetObisInfoResponse.d.ts +17 -0
  163. package/dist/obis-observer/commands/uplink/{GetShortNameInfoResponse.js → GetObisInfoResponse.js} +42 -31
  164. package/dist/obis-observer/commands/uplink/GetObisInfoResponse.js.map +1 -0
  165. package/dist/obis-observer/commands/uplink/GetObisProfileResponse.d.ts +16 -0
  166. package/dist/obis-observer/commands/uplink/{GetShortNameProfileResponse.js → GetObisProfileResponse.js} +24 -17
  167. package/dist/obis-observer/commands/uplink/GetObisProfileResponse.js.map +1 -0
  168. package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.d.ts +19 -0
  169. package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.js +53 -0
  170. package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.js.map +1 -0
  171. package/dist/obis-observer/commands/uplink/{GetDeviceInfoResponse.d.ts → GetObserverInfoResponse.d.ts} +7 -7
  172. package/dist/obis-observer/commands/uplink/{GetDeviceInfoResponse.js → GetObserverInfoResponse.js} +13 -18
  173. package/dist/obis-observer/commands/uplink/GetObserverInfoResponse.js.map +1 -0
  174. package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.d.ts +16 -0
  175. package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.js +33 -0
  176. package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.js.map +1 -0
  177. package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.d.ts +16 -0
  178. package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.js +41 -0
  179. package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.js.map +1 -0
  180. package/dist/obis-observer/commands/uplink/ObservationReport.d.ts +3 -3
  181. package/dist/obis-observer/commands/uplink/ObservationReport.js +15 -19
  182. package/dist/obis-observer/commands/uplink/ObservationReport.js.map +1 -1
  183. package/dist/obis-observer/commands/uplink/ObservationReportString.d.ts +3 -3
  184. package/dist/obis-observer/commands/uplink/ObservationReportString.js +16 -20
  185. package/dist/obis-observer/commands/uplink/ObservationReportString.js.map +1 -1
  186. package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.d.ts +18 -0
  187. package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.js +79 -0
  188. package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.js.map +1 -0
  189. package/dist/obis-observer/commands/uplink/RebootResponse.d.ts +7 -4
  190. package/dist/obis-observer/commands/uplink/RebootResponse.js +11 -12
  191. package/dist/obis-observer/commands/uplink/RebootResponse.js.map +1 -1
  192. package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.d.ts +16 -0
  193. package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.js +35 -0
  194. package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.js.map +1 -0
  195. package/dist/obis-observer/commands/uplink/RemoveMeterResponse.d.ts +16 -0
  196. package/dist/obis-observer/commands/uplink/RemoveMeterResponse.js +35 -0
  197. package/dist/obis-observer/commands/uplink/RemoveMeterResponse.js.map +1 -0
  198. package/dist/obis-observer/commands/uplink/RemoveObisProfileResponse.d.ts +16 -0
  199. package/dist/obis-observer/commands/uplink/RemoveObisProfileResponse.js +35 -0
  200. package/dist/obis-observer/commands/uplink/RemoveObisProfileResponse.js.map +1 -0
  201. package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.d.ts +16 -0
  202. package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.js +35 -0
  203. package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.js.map +1 -0
  204. package/dist/obis-observer/commands/uplink/SetMeterArchiveProfileResponse.d.ts +16 -0
  205. package/dist/obis-observer/commands/uplink/SetMeterArchiveProfileResponse.js +43 -0
  206. package/dist/obis-observer/commands/uplink/SetMeterArchiveProfileResponse.js.map +1 -0
  207. package/dist/obis-observer/commands/uplink/SetObisIdResponse.d.ts +16 -0
  208. package/dist/obis-observer/commands/uplink/SetObisIdResponse.js +35 -0
  209. package/dist/obis-observer/commands/uplink/SetObisIdResponse.js.map +1 -0
  210. package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.d.ts +16 -0
  211. package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.js +35 -0
  212. package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.js.map +1 -0
  213. package/dist/obis-observer/commands/uplink/SetSerialPortResponse.d.ts +2 -2
  214. package/dist/obis-observer/commands/uplink/SetSerialPortResponse.js +9 -17
  215. package/dist/obis-observer/commands/uplink/SetSerialPortResponse.js.map +1 -1
  216. package/dist/obis-observer/commands/uplink/SetupMeterResponse.d.ts +16 -0
  217. package/dist/obis-observer/commands/uplink/SetupMeterResponse.js +35 -0
  218. package/dist/obis-observer/commands/uplink/SetupMeterResponse.js.map +1 -0
  219. package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.d.ts +2 -2
  220. package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.js +8 -16
  221. package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.js.map +1 -1
  222. package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.d.ts +2 -2
  223. package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.js +8 -16
  224. package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.js.map +1 -1
  225. package/dist/obis-observer/commands/uplink/UpdateRunResponse.d.ts +2 -2
  226. package/dist/obis-observer/commands/uplink/UpdateRunResponse.js +8 -16
  227. package/dist/obis-observer/commands/uplink/UpdateRunResponse.js.map +1 -1
  228. package/dist/obis-observer/commands/uplink/index.d.ts +29 -16
  229. package/dist/obis-observer/commands/uplink/index.js +29 -16
  230. package/dist/obis-observer/commands/uplink/index.js.map +1 -1
  231. package/dist/obis-observer/constants/commandRelations.js +31 -12
  232. package/dist/obis-observer/constants/commandRelations.js.map +1 -1
  233. package/dist/obis-observer/constants/index.d.ts +1 -1
  234. package/dist/obis-observer/constants/index.js +1 -1
  235. package/dist/obis-observer/constants/index.js.map +1 -1
  236. package/dist/obis-observer/constants/{shortNames.d.ts → obisIds.d.ts} +4 -4
  237. package/dist/obis-observer/constants/obisIds.js +228 -0
  238. package/dist/obis-observer/constants/obisIds.js.map +1 -0
  239. package/dist/obis-observer/message.js +4 -12
  240. package/dist/obis-observer/message.js.map +1 -1
  241. package/package.json +1 -1
  242. package/dist/obis-observer/commands/downlink/AddShortNameProfile.d.ts +0 -17
  243. package/dist/obis-observer/commands/downlink/AddShortNameProfile.js.map +0 -1
  244. package/dist/obis-observer/commands/downlink/GetArchiveProfile.js +0 -39
  245. package/dist/obis-observer/commands/downlink/GetArchiveProfile.js.map +0 -1
  246. package/dist/obis-observer/commands/downlink/GetArchiveState.d.ts +0 -16
  247. package/dist/obis-observer/commands/downlink/GetArchiveState.js +0 -42
  248. package/dist/obis-observer/commands/downlink/GetArchiveState.js.map +0 -1
  249. package/dist/obis-observer/commands/downlink/GetContentByObis.js.map +0 -1
  250. package/dist/obis-observer/commands/downlink/GetContentByShortName.d.ts +0 -17
  251. package/dist/obis-observer/commands/downlink/GetContentByShortName.js +0 -44
  252. package/dist/obis-observer/commands/downlink/GetContentByShortName.js.map +0 -1
  253. package/dist/obis-observer/commands/downlink/GetDate.js +0 -39
  254. package/dist/obis-observer/commands/downlink/GetDate.js.map +0 -1
  255. package/dist/obis-observer/commands/downlink/GetDeviceInfo.js +0 -39
  256. package/dist/obis-observer/commands/downlink/GetDeviceInfo.js.map +0 -1
  257. package/dist/obis-observer/commands/downlink/GetReadoutState.js +0 -39
  258. package/dist/obis-observer/commands/downlink/GetReadoutState.js.map +0 -1
  259. package/dist/obis-observer/commands/downlink/GetShortNameInfo.d.ts +0 -17
  260. package/dist/obis-observer/commands/downlink/GetShortNameInfo.js +0 -44
  261. package/dist/obis-observer/commands/downlink/GetShortNameInfo.js.map +0 -1
  262. package/dist/obis-observer/commands/downlink/GetShortNameProfile.d.ts +0 -16
  263. package/dist/obis-observer/commands/downlink/GetShortNameProfile.js +0 -45
  264. package/dist/obis-observer/commands/downlink/GetShortNameProfile.js.map +0 -1
  265. package/dist/obis-observer/commands/downlink/GetShortNames.d.ts +0 -16
  266. package/dist/obis-observer/commands/downlink/GetShortNames.js.map +0 -1
  267. package/dist/obis-observer/commands/downlink/ReadArchive.d.ts +0 -18
  268. package/dist/obis-observer/commands/downlink/ReadArchive.js +0 -57
  269. package/dist/obis-observer/commands/downlink/ReadArchive.js.map +0 -1
  270. package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.d.ts +0 -16
  271. package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.js +0 -42
  272. package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.js.map +0 -1
  273. package/dist/obis-observer/commands/downlink/SetArchiveProfile.d.ts +0 -17
  274. package/dist/obis-observer/commands/downlink/SetArchiveProfile.js +0 -45
  275. package/dist/obis-observer/commands/downlink/SetArchiveProfile.js.map +0 -1
  276. package/dist/obis-observer/commands/downlink/SetShortName.d.ts +0 -17
  277. package/dist/obis-observer/commands/downlink/SetShortName.js.map +0 -1
  278. package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.d.ts +0 -16
  279. package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.js +0 -43
  280. package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.js.map +0 -1
  281. package/dist/obis-observer/commands/uplink/GetArchiveProfileResponse.js +0 -45
  282. package/dist/obis-observer/commands/uplink/GetArchiveProfileResponse.js.map +0 -1
  283. package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.d.ts +0 -19
  284. package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.js +0 -58
  285. package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.js.map +0 -1
  286. package/dist/obis-observer/commands/uplink/GetContentByObisResponse.js.map +0 -1
  287. package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.d.ts +0 -16
  288. package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.js +0 -44
  289. package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.js.map +0 -1
  290. package/dist/obis-observer/commands/uplink/GetContentByShortNameStringResponse.d.ts +0 -16
  291. package/dist/obis-observer/commands/uplink/GetContentByShortNameStringResponse.js.map +0 -1
  292. package/dist/obis-observer/commands/uplink/GetDateResponse.d.ts +0 -18
  293. package/dist/obis-observer/commands/uplink/GetDateResponse.js +0 -47
  294. package/dist/obis-observer/commands/uplink/GetDateResponse.js.map +0 -1
  295. package/dist/obis-observer/commands/uplink/GetDeviceInfoResponse.js.map +0 -1
  296. package/dist/obis-observer/commands/uplink/GetReadoutStateResponse.js +0 -77
  297. package/dist/obis-observer/commands/uplink/GetReadoutStateResponse.js.map +0 -1
  298. package/dist/obis-observer/commands/uplink/GetShortNameInfoResponse.d.ts +0 -17
  299. package/dist/obis-observer/commands/uplink/GetShortNameInfoResponse.js.map +0 -1
  300. package/dist/obis-observer/commands/uplink/GetShortNameProfileResponse.d.ts +0 -16
  301. package/dist/obis-observer/commands/uplink/GetShortNameProfileResponse.js.map +0 -1
  302. package/dist/obis-observer/commands/uplink/GetShortNamesResponse.d.ts +0 -16
  303. package/dist/obis-observer/commands/uplink/GetShortNamesResponse.js +0 -45
  304. package/dist/obis-observer/commands/uplink/GetShortNamesResponse.js.map +0 -1
  305. package/dist/obis-observer/commands/uplink/ReadArchiveResponse.d.ts +0 -18
  306. package/dist/obis-observer/commands/uplink/ReadArchiveResponse.js +0 -61
  307. package/dist/obis-observer/commands/uplink/ReadArchiveResponse.js.map +0 -1
  308. package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.d.ts +0 -16
  309. package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.js +0 -43
  310. package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.js.map +0 -1
  311. package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.d.ts +0 -16
  312. package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.js +0 -51
  313. package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.js.map +0 -1
  314. package/dist/obis-observer/commands/uplink/SetShortNameResponse.d.ts +0 -16
  315. package/dist/obis-observer/commands/uplink/SetShortNameResponse.js +0 -43
  316. package/dist/obis-observer/commands/uplink/SetShortNameResponse.js.map +0 -1
  317. package/dist/obis-observer/constants/shortNames.js +0 -228
  318. package/dist/obis-observer/constants/shortNames.js.map +0 -1
@@ -0,0 +1,45 @@
1
+ import Command from '../../Command.js';
2
+ import { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
3
+ import { UPLINK } from '../../constants/directions.js';
4
+ const COMMAND_ID = 0x77;
5
+ const COMMAND_SIZE = REQUEST_ID_SIZE + 1;
6
+ const examples = [
7
+ {
8
+ name: 'get meter id response',
9
+ parameters: {
10
+ requestId: 2,
11
+ meterId: 1
12
+ },
13
+ hex: { header: '77 02', body: '02 01' }
14
+ },
15
+ {
16
+ name: 'get meter id response without data',
17
+ parameters: {
18
+ requestId: 2
19
+ },
20
+ hex: { header: '77 01', body: '02' }
21
+ }
22
+ ];
23
+ class GetMeterIdResponse extends Command {
24
+ constructor(parameters) {
25
+ super();
26
+ this.parameters = parameters;
27
+ this.size = parameters.meterId ? COMMAND_SIZE : REQUEST_ID_SIZE;
28
+ }
29
+ static fromBytes([requestId, meterId]) {
30
+ return meterId
31
+ ? new GetMeterIdResponse({ requestId, meterId })
32
+ : new GetMeterIdResponse({ requestId });
33
+ }
34
+ toBytes() {
35
+ return Command.toBytes(COMMAND_ID, this.parameters.meterId
36
+ ? new Uint8Array([this.parameters.requestId, this.parameters.meterId])
37
+ : new Uint8Array([this.parameters.requestId]));
38
+ }
39
+ }
40
+ GetMeterIdResponse.id = COMMAND_ID;
41
+ GetMeterIdResponse.directionType = UPLINK;
42
+ GetMeterIdResponse.examples = examples;
43
+ GetMeterIdResponse.hasParameters = true;
44
+ export default GetMeterIdResponse;
45
+ //# sourceMappingURL=GetMeterIdResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetMeterIdResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/GetMeterIdResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACjF,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AAUrD,MAAM,UAAU,GAAG,IAAI,CAAC;AACxB,MAAM,YAAY,GAAG,eAAe,GAAG,CAAC,CAAC;AAGzC,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,uBAAuB;QAC7B,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,OAAO,EAAE,CAAC;SACb;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAC;KACxC;IACD;QACI,IAAI,EAAE,oCAAoC;QAC1C,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;SACf;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAC;KACrC;CACJ,CAAC;AAyBF,MAAM,kBAAmB,SAAQ,OAAO;IACpC,YAAqB,UAAyC;QAC1D,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAA+B;QAG1D,IAAI,CAAC,IAAI,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,eAAe,CAAC;IACpE,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,CAAC,SAAS,EAAE,OAAO,CAAa;QAC/C,OAAO,OAAO;YACV,CAAC,CAAC,IAAI,kBAAkB,CAAC,EAAC,SAAS,EAAE,OAAO,EAAC,CAAC;YAC9C,CAAC,CAAC,IAAI,kBAAkB,CAAC,EAAC,SAAS,EAAC,CAAC,CAAC;IAC9C,CAAC;IAGD,OAAO;QACH,OAAO,OAAO,CAAC,OAAO,CAClB,UAAU,EACV,IAAI,CAAC,UAAU,CAAC,OAAO;YACnB,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,EAAE,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;YACtE,CAAC,CAAC,IAAI,UAAU,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CACpD,CAAC;IACN,CAAC;;AAxBe,qBAAE,GAAG,UAAU,CAAC;AAEhB,gCAAa,GAAG,MAAM,CAAC;AAEvB,2BAAQ,GAAG,QAAQ,CAAC;AAEpB,gCAAa,GAAG,IAAI,CAAC;AAsBzC,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import Command, { TCommandExampleList } from '../../Command.js';
2
+ import { ICommandParameters } from '../../CommandBinaryBuffer.js';
3
+ interface IGetMeterInfoResponseParameters extends ICommandParameters {
4
+ meterProfileId?: number;
5
+ address: string;
6
+ }
7
+ declare class GetMeterInfoResponse extends Command {
8
+ parameters: IGetMeterInfoResponseParameters;
9
+ constructor(parameters: IGetMeterInfoResponseParameters);
10
+ static readonly id = 121;
11
+ static readonly directionType = 2;
12
+ static readonly examples: TCommandExampleList;
13
+ static readonly hasParameters = true;
14
+ static fromBytes(data: Uint8Array): GetMeterInfoResponse;
15
+ toBytes(): Uint8Array;
16
+ }
17
+ export default GetMeterInfoResponse;
@@ -0,0 +1,54 @@
1
+ import Command from '../../Command.js';
2
+ import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
3
+ import { UPLINK } from '../../constants/directions.js';
4
+ const COMMAND_ID = 0x79;
5
+ const INVALID_METER_PROFILE_ID = 0xff;
6
+ const examples = [
7
+ {
8
+ name: 'get meter info response with meterProfileId',
9
+ parameters: {
10
+ requestId: 2,
11
+ meterProfileId: 1,
12
+ address: 'ma2375'
13
+ },
14
+ hex: { header: '79 09', body: '02 01 06 6d 61 32 33 37 35' }
15
+ },
16
+ {
17
+ name: 'get meter info response without meterProfileId',
18
+ parameters: {
19
+ requestId: 2,
20
+ address: 'ma2375'
21
+ },
22
+ hex: { header: '79 09', body: '02 ff 06 6d 61 32 33 37 35' }
23
+ }
24
+ ];
25
+ class GetMeterInfoResponse extends Command {
26
+ constructor(parameters) {
27
+ super();
28
+ this.parameters = parameters;
29
+ this.size = REQUEST_ID_SIZE + 1 + 1 + parameters.address.length;
30
+ }
31
+ static fromBytes(data) {
32
+ const buffer = new CommandBinaryBuffer(data);
33
+ const requestId = buffer.getUint8();
34
+ const meterProfileId = buffer.getUint8();
35
+ const address = buffer.getString();
36
+ return meterProfileId === INVALID_METER_PROFILE_ID
37
+ ? new GetMeterInfoResponse({ requestId, address })
38
+ : new GetMeterInfoResponse({ requestId, meterProfileId, address });
39
+ }
40
+ toBytes() {
41
+ const buffer = new CommandBinaryBuffer(this.size);
42
+ const { requestId, meterProfileId, address } = this.parameters;
43
+ buffer.setUint8(requestId);
44
+ buffer.setUint8(meterProfileId || INVALID_METER_PROFILE_ID);
45
+ buffer.setString(address);
46
+ return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
47
+ }
48
+ }
49
+ GetMeterInfoResponse.id = COMMAND_ID;
50
+ GetMeterInfoResponse.directionType = UPLINK;
51
+ GetMeterInfoResponse.examples = examples;
52
+ GetMeterInfoResponse.hasParameters = true;
53
+ export default GetMeterInfoResponse;
54
+ //# sourceMappingURL=GetMeterInfoResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetMeterInfoResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/GetMeterInfoResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AAYrD,MAAM,UAAU,GAAG,IAAI,CAAC;AACxB,MAAM,wBAAwB,GAAG,IAAI,CAAC;AAEtC,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,6CAA6C;QACnD,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,cAAc,EAAE,CAAC;YACjB,OAAO,EAAE,QAAQ;SACpB;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,4BAA4B,EAAC;KAC7D;IACD;QACI,IAAI,EAAE,gDAAgD;QACtD,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,OAAO,EAAE,QAAQ;SACpB;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,4BAA4B,EAAC;KAC7D;CACJ,CAAC;AA0BF,MAAM,oBAAqB,SAAQ,OAAO;IACtC,YAAqB,UAA2C;QAC5D,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAiC;QAI5D,IAAI,CAAC,IAAI,GAAG,eAAe,GAAG,CAAC,GAAG,CAAC,GAAG,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC;IACpE,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QACpC,MAAM,cAAc,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QACzC,MAAM,OAAO,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;QAEnC,OAAO,cAAc,KAAK,wBAAwB;YAC9C,CAAC,CAAC,IAAI,oBAAoB,CAAC,EAAC,SAAS,EAAE,OAAO,EAAC,CAAC;YAChD,CAAC,CAAC,IAAI,oBAAoB,CAAC,EAAC,SAAS,EAAE,cAAc,EAAE,OAAO,EAAC,CAAC,CAAC;IACzE,CAAC;IAGD,OAAO;QACH,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAc,CAAC,CAAC;QAC5D,MAAM,EAAC,SAAS,EAAE,cAAc,EAAE,OAAO,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAE7D,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,CAAC,QAAQ,CAAC,cAAc,IAAI,wBAAwB,CAAC,CAAC;QAC5D,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;QAE1B,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AAhCe,uBAAE,GAAG,UAAU,CAAC;AAEhB,kCAAa,GAAG,MAAM,CAAC;AAEvB,6BAAQ,GAAG,QAAQ,CAAC;AAEpB,kCAAa,GAAG,IAAI,CAAC;AA8BzC,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import Command, { TCommandExampleList } from '../../Command.js';
2
+ import { ICommandParameters } from '../../CommandBinaryBuffer.js';
3
+ interface IGetMeterProfileIdListResponseParameters extends ICommandParameters {
4
+ meterProfileIdList: Array<number>;
5
+ }
6
+ declare class GetMeterProfileIdListResponse extends Command {
7
+ parameters: IGetMeterProfileIdListResponseParameters;
8
+ constructor(parameters: IGetMeterProfileIdListResponseParameters);
9
+ static readonly id = 101;
10
+ static readonly directionType = 2;
11
+ static readonly examples: TCommandExampleList;
12
+ static readonly hasParameters = true;
13
+ static fromBytes(data: Uint8Array): GetMeterProfileIdListResponse;
14
+ toBytes(): Uint8Array;
15
+ }
16
+ export default GetMeterProfileIdListResponse;
@@ -0,0 +1,40 @@
1
+ import Command from '../../Command.js';
2
+ import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
3
+ import { UPLINK } from '../../constants/directions.js';
4
+ const COMMAND_ID = 0x65;
5
+ const examples = [
6
+ {
7
+ name: 'response to GetMeterProfileIdList with two meterProfileId',
8
+ parameters: {
9
+ requestId: 3,
10
+ meterProfileIdList: [1, 2]
11
+ },
12
+ hex: { header: '65 03', body: '03 01 02' }
13
+ }
14
+ ];
15
+ class GetMeterProfileIdListResponse extends Command {
16
+ constructor(parameters) {
17
+ super();
18
+ this.parameters = parameters;
19
+ this.size = REQUEST_ID_SIZE + parameters.meterProfileIdList.length;
20
+ }
21
+ static fromBytes(data) {
22
+ const buffer = new CommandBinaryBuffer(data);
23
+ const requestId = buffer.getUint8();
24
+ const meterProfileIdList = [...new Array(data.length - REQUEST_ID_SIZE)].map(() => buffer.getUint8());
25
+ return new GetMeterProfileIdListResponse({ requestId, meterProfileIdList });
26
+ }
27
+ toBytes() {
28
+ const buffer = new CommandBinaryBuffer(this.size);
29
+ const { requestId, meterProfileIdList } = this.parameters;
30
+ buffer.setUint8(requestId);
31
+ meterProfileIdList.forEach(meterProfileId => buffer.setUint8(meterProfileId));
32
+ return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
33
+ }
34
+ }
35
+ GetMeterProfileIdListResponse.id = COMMAND_ID;
36
+ GetMeterProfileIdListResponse.directionType = UPLINK;
37
+ GetMeterProfileIdListResponse.examples = examples;
38
+ GetMeterProfileIdListResponse.hasParameters = true;
39
+ export default GetMeterProfileIdListResponse;
40
+ //# sourceMappingURL=GetMeterProfileIdListResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetMeterProfileIdListResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/GetMeterProfileIdListResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AAUrD,MAAM,UAAU,GAAG,IAAI,CAAC;AAExB,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,2DAA2D;QACjE,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,kBAAkB,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;SAC7B;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAC;KAC3C;CACJ,CAAC;AAuBF,MAAM,6BAA8B,SAAQ,OAAO;IAC/C,YAAqB,UAAoD;QACrE,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAA0C;QAIrE,IAAI,CAAC,IAAI,GAAG,eAAe,GAAG,UAAU,CAAC,kBAAkB,CAAC,MAAM,CAAC;IACvE,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QAEpC,MAAM,kBAAkB,GAAG,CAAC,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,GAAG,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC;QAEtG,OAAO,IAAI,6BAA6B,CAAC,EAAC,SAAS,EAAE,kBAAkB,EAAC,CAAC,CAAC;IAC9E,CAAC;IAGD,OAAO;QACH,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAc,CAAC,CAAC;QAC5D,MAAM,EAAC,SAAS,EAAE,kBAAkB,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAExD,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,kBAAkB,CAAC,OAAO,CAAC,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC,CAAC;QAE9E,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA7Be,gCAAE,GAAG,UAAU,CAAC;AAEhB,2CAAa,GAAG,MAAM,CAAC;AAEvB,sCAAQ,GAAG,QAAQ,CAAC;AAEpB,2CAAa,GAAG,IAAI,CAAC;AA2BzC,eAAe,6BAA6B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import Command, { TCommandExampleList } from '../../Command.js';
2
2
  import { ICommandParameters } from '../../CommandBinaryBuffer.js';
3
- interface IGetReadoutStateResponseParameters extends ICommandParameters {
3
+ interface IGetMeterReadoutStateResponseParameters extends ICommandParameters {
4
4
  lastSuccessfulTime: number;
5
5
  lastFailedTime: number;
6
6
  readoutAttempts: number;
@@ -14,14 +14,14 @@ interface IGetReadoutStateResponseParameters extends ICommandParameters {
14
14
  frameErrors: number;
15
15
  overrunErrors: number;
16
16
  }
17
- declare class GetReadoutStateResponse extends Command {
18
- parameters: IGetReadoutStateResponseParameters;
19
- constructor(parameters: IGetReadoutStateResponseParameters);
20
- static readonly id = 39;
17
+ declare class GetMeterReadoutStateResponse extends Command {
18
+ parameters: IGetMeterReadoutStateResponseParameters | ICommandParameters;
19
+ constructor(parameters: IGetMeterReadoutStateResponseParameters | ICommandParameters);
20
+ static readonly id = 130;
21
21
  static readonly directionType = 2;
22
22
  static readonly examples: TCommandExampleList;
23
23
  static readonly hasParameters = true;
24
- static fromBytes(data: Uint8Array): GetReadoutStateResponse;
24
+ static fromBytes(data: Uint8Array): GetMeterReadoutStateResponse;
25
25
  toBytes(): Uint8Array;
26
26
  }
27
- export default GetReadoutStateResponse;
27
+ export default GetMeterReadoutStateResponse;
@@ -0,0 +1,104 @@
1
+ import Command from '../../Command.js';
2
+ import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
3
+ import { UPLINK } from '../../constants/directions.js';
4
+ const COMMAND_ID = 0x82;
5
+ const COMMAND_SIZE = REQUEST_ID_SIZE + 4 + 4 + 2 + 2 + 2 + 7;
6
+ const examples = [
7
+ {
8
+ name: 'response to GetMeterReadoutState',
9
+ parameters: {
10
+ requestId: 3,
11
+ lastSuccessfulTime: 127,
12
+ lastFailedTime: 193,
13
+ readoutAttempts: 14,
14
+ successfulReadoutAttempts: 12,
15
+ readoutRepetitions: 2,
16
+ waitNextSymbolErrors: 0,
17
+ waitIdErrors: 0,
18
+ waitNextStateErrors: 0,
19
+ wrongBccErrors: 0,
20
+ parityErrors: 0,
21
+ frameErrors: 0,
22
+ overrunErrors: 0
23
+ },
24
+ hex: { header: '82 16', body: '03 00 00 00 7f 00 00 00 c1 00 0e 00 0c 00 02 00 00 00 00 00 00 00' }
25
+ },
26
+ {
27
+ name: 'response to GetMeterReadoutState without data',
28
+ parameters: {
29
+ requestId: 3
30
+ },
31
+ hex: { header: '82 01', body: '03' }
32
+ }
33
+ ];
34
+ const isValidParameterSet = (parameters) => {
35
+ const { requestId, lastSuccessfulTime, lastFailedTime, readoutAttempts, successfulReadoutAttempts, readoutRepetitions, waitNextSymbolErrors, waitIdErrors, waitNextStateErrors, wrongBccErrors, parityErrors, frameErrors, overrunErrors } = parameters;
36
+ return requestId !== undefined
37
+ && lastSuccessfulTime !== undefined
38
+ && lastFailedTime !== undefined
39
+ && readoutAttempts !== undefined
40
+ && successfulReadoutAttempts !== undefined
41
+ && readoutRepetitions !== undefined
42
+ && waitNextSymbolErrors !== undefined
43
+ && waitIdErrors !== undefined
44
+ && waitNextStateErrors !== undefined
45
+ && wrongBccErrors !== undefined
46
+ && parityErrors !== undefined
47
+ && frameErrors !== undefined
48
+ && overrunErrors !== undefined;
49
+ };
50
+ class GetMeterReadoutStateResponse extends Command {
51
+ constructor(parameters) {
52
+ super();
53
+ this.parameters = parameters;
54
+ this.size = isValidParameterSet(parameters) ? COMMAND_SIZE : REQUEST_ID_SIZE;
55
+ }
56
+ static fromBytes(data) {
57
+ const buffer = new CommandBinaryBuffer(data);
58
+ const requestId = buffer.getUint8();
59
+ return buffer.isEmpty
60
+ ? new GetMeterReadoutStateResponse({ requestId })
61
+ : new GetMeterReadoutStateResponse({
62
+ requestId,
63
+ lastSuccessfulTime: buffer.getUint32(),
64
+ lastFailedTime: buffer.getUint32(),
65
+ readoutAttempts: buffer.getUint16(),
66
+ successfulReadoutAttempts: buffer.getUint16(),
67
+ readoutRepetitions: buffer.getUint16(),
68
+ waitNextSymbolErrors: buffer.getUint8(),
69
+ waitIdErrors: buffer.getUint8(),
70
+ waitNextStateErrors: buffer.getUint8(),
71
+ wrongBccErrors: buffer.getUint8(),
72
+ parityErrors: buffer.getUint8(),
73
+ frameErrors: buffer.getUint8(),
74
+ overrunErrors: buffer.getUint8()
75
+ });
76
+ }
77
+ toBytes() {
78
+ if (!isValidParameterSet(this.parameters)) {
79
+ return Command.toBytes(COMMAND_ID, new Uint8Array([this.parameters.requestId]));
80
+ }
81
+ const buffer = new CommandBinaryBuffer(this.size);
82
+ const parameters = this.parameters;
83
+ buffer.setUint8(parameters.requestId);
84
+ buffer.setUint32(parameters.lastSuccessfulTime);
85
+ buffer.setUint32(parameters.lastFailedTime);
86
+ buffer.setUint16(parameters.readoutAttempts);
87
+ buffer.setUint16(parameters.successfulReadoutAttempts);
88
+ buffer.setUint16(parameters.readoutRepetitions);
89
+ buffer.setUint8(parameters.waitNextSymbolErrors);
90
+ buffer.setUint8(parameters.waitIdErrors);
91
+ buffer.setUint8(parameters.waitNextStateErrors);
92
+ buffer.setUint8(parameters.wrongBccErrors);
93
+ buffer.setUint8(parameters.parityErrors);
94
+ buffer.setUint8(parameters.frameErrors);
95
+ buffer.setUint8(parameters.overrunErrors);
96
+ return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
97
+ }
98
+ }
99
+ GetMeterReadoutStateResponse.id = COMMAND_ID;
100
+ GetMeterReadoutStateResponse.directionType = UPLINK;
101
+ GetMeterReadoutStateResponse.examples = examples;
102
+ GetMeterReadoutStateResponse.hasParameters = true;
103
+ export default GetMeterReadoutStateResponse;
104
+ //# sourceMappingURL=GetMeterReadoutStateResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetMeterReadoutStateResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/GetMeterReadoutStateResponse.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ import Command, { TCommandExampleList } from '../../Command.js';
2
+ import { ICommandParameters } from '../../CommandBinaryBuffer.js';
3
+ interface IGetObisContentByIdResponseParameters extends ICommandParameters {
4
+ content?: number;
5
+ }
6
+ declare class GetObisContentByIdResponse extends Command {
7
+ parameters: IGetObisContentByIdResponseParameters;
8
+ constructor(parameters: IGetObisContentByIdResponseParameters);
9
+ static readonly id = 78;
10
+ static readonly directionType = 2;
11
+ static readonly examples: TCommandExampleList;
12
+ static readonly hasParameters = true;
13
+ static fromBytes(data: Uint8Array): GetObisContentByIdResponse;
14
+ toBytes(): Uint8Array;
15
+ }
16
+ export default GetObisContentByIdResponse;
@@ -0,0 +1,51 @@
1
+ import roundNumber from '../../../utils/roundNumber.js';
2
+ import Command from '../../Command.js';
3
+ import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
4
+ import { UPLINK } from '../../constants/directions.js';
5
+ const COMMAND_ID = 0x4e;
6
+ const examples = [
7
+ {
8
+ name: 'response to GetObisContentById',
9
+ parameters: {
10
+ requestId: 121,
11
+ content: 344.23
12
+ },
13
+ hex: { header: '4e 05', body: '79 43 ac 1d 71' }
14
+ },
15
+ {
16
+ name: 'response to GetObisContentById without content',
17
+ parameters: {
18
+ requestId: 122
19
+ },
20
+ hex: { header: '4e 01', body: '7a' }
21
+ }
22
+ ];
23
+ class GetObisContentByIdResponse extends Command {
24
+ constructor(parameters) {
25
+ super();
26
+ this.parameters = parameters;
27
+ this.size = REQUEST_ID_SIZE + (parameters.content ? 4 : 0);
28
+ }
29
+ static fromBytes(data) {
30
+ const buffer = new CommandBinaryBuffer(data);
31
+ const requestId = buffer.getUint8();
32
+ return buffer.isEmpty
33
+ ? new GetObisContentByIdResponse({ requestId })
34
+ : new GetObisContentByIdResponse({ requestId, content: roundNumber(buffer.getFloat32()) });
35
+ }
36
+ toBytes() {
37
+ const buffer = new CommandBinaryBuffer(this.size);
38
+ const { requestId, content } = this.parameters;
39
+ buffer.setUint8(requestId);
40
+ if (content) {
41
+ buffer.setFloat32(roundNumber(content));
42
+ }
43
+ return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
44
+ }
45
+ }
46
+ GetObisContentByIdResponse.id = COMMAND_ID;
47
+ GetObisContentByIdResponse.directionType = UPLINK;
48
+ GetObisContentByIdResponse.examples = examples;
49
+ GetObisContentByIdResponse.hasParameters = true;
50
+ export default GetObisContentByIdResponse;
51
+ //# sourceMappingURL=GetObisContentByIdResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetObisContentByIdResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/GetObisContentByIdResponse.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,+BAA+B,CAAC;AACxD,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AAWrD,MAAM,UAAU,GAAG,IAAI,CAAC;AAExB,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,gCAAgC;QACtC,UAAU,EAAE;YACR,SAAS,EAAE,GAAG;YACd,OAAO,EAAE,MAAM;SAClB;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,gBAAgB,EAAC;KACjD;IACD;QACI,IAAI,EAAE,gDAAgD;QACtD,UAAU,EAAE;YACR,SAAS,EAAE,GAAG;SACjB;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAC;KACrC;CACJ,CAAC;AAuBF,MAAM,0BAA2B,SAAQ,OAAO;IAC5C,YAAqB,UAAiD;QAClE,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAuC;QAIlE,IAAI,CAAC,IAAI,GAAG,eAAe,GAAG,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/D,CAAC;IAYD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAC7C,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QAEpC,OAAO,MAAM,CAAC,OAAO;YACjB,CAAC,CAAC,IAAI,0BAA0B,CAAC,EAAC,SAAS,EAAC,CAAC;YAC7C,CAAC,CAAC,IAAI,0BAA0B,CAAC,EAAC,SAAS,EAAE,OAAO,EAAE,WAAW,CAAC,MAAM,CAAC,UAAU,EAAE,CAAC,EAAC,CAAC,CAAC;IACjG,CAAC;IAGD,OAAO;QACH,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAc,CAAC,CAAC;QAC5D,MAAM,EAAC,SAAS,EAAE,OAAO,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAE7C,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAE3B,IAAK,OAAO,EAAG;YACX,MAAM,CAAC,UAAU,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC;SAC3C;QAED,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA/Be,6BAAE,GAAG,UAAU,CAAC;AAEhB,wCAAa,GAAG,MAAM,CAAC;AAEvB,mCAAQ,GAAG,QAAQ,CAAC;AAEpB,wCAAa,GAAG,IAAI,CAAC;AA6BzC,eAAe,0BAA0B,CAAC"}
@@ -0,0 +1,16 @@
1
+ import Command, { TCommandExampleList } from '../../Command.js';
2
+ import { ICommandParameters } from '../../CommandBinaryBuffer.js';
3
+ interface IGetObisContentByIdStringResponseParameters extends ICommandParameters {
4
+ content: string;
5
+ }
6
+ declare class GetObisContentByIdStringResponse extends Command {
7
+ parameters: IGetObisContentByIdStringResponseParameters;
8
+ constructor(parameters: IGetObisContentByIdStringResponseParameters);
9
+ static readonly id = 79;
10
+ static readonly directionType = 2;
11
+ static readonly examples: TCommandExampleList;
12
+ static readonly hasParameters = true;
13
+ static fromBytes(data: Uint8Array): GetObisContentByIdStringResponse;
14
+ toBytes(): Uint8Array;
15
+ }
16
+ export default GetObisContentByIdStringResponse;
@@ -1,45 +1,40 @@
1
1
  import Command from '../../Command.js';
2
2
  import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
3
3
  import { UPLINK } from '../../constants/directions.js';
4
- const COMMAND_ID = 0x19;
4
+ const COMMAND_ID = 0x4f;
5
5
  const examples = [
6
6
  {
7
- name: 'simple response',
7
+ name: 'response to GetObisContentById with string result',
8
8
  parameters: {
9
9
  requestId: 121,
10
10
  content: 'Total energy'
11
11
  },
12
- hex: { header: '19', body: '0e 79 0c 54 6f 74 61 6c 20 65 6e 65 72 67 79' }
12
+ hex: { header: '4f 0e', body: '79 0c 54 6f 74 61 6c 20 65 6e 65 72 67 79' }
13
13
  }
14
14
  ];
15
- class GetContentByShortNameStringResponse extends Command {
15
+ class GetObisContentByIdStringResponse extends Command {
16
16
  constructor(parameters) {
17
17
  super();
18
18
  this.parameters = parameters;
19
- this.size = REQUEST_ID_SIZE + 1 + this.parameters.content.length + 1;
19
+ this.size = REQUEST_ID_SIZE + this.parameters.content.length + 1;
20
20
  }
21
21
  static fromBytes(data) {
22
22
  const buffer = new CommandBinaryBuffer(data);
23
- buffer.seek(buffer.offset + 1);
24
23
  const requestId = buffer.getUint8();
25
24
  const content = buffer.getString();
26
- return new GetContentByShortNameStringResponse({ requestId, content });
25
+ return new GetObisContentByIdStringResponse({ requestId, content });
27
26
  }
28
27
  toBytes() {
29
- if (typeof this.size !== 'number') {
30
- throw new Error('unknown or invalid size');
31
- }
32
28
  const buffer = new CommandBinaryBuffer(this.size);
33
29
  const { requestId, content } = this.parameters;
34
- buffer.setUint8(this.size - 1);
35
30
  buffer.setUint8(requestId);
36
31
  buffer.setString(content);
37
32
  return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
38
33
  }
39
34
  }
40
- GetContentByShortNameStringResponse.id = COMMAND_ID;
41
- GetContentByShortNameStringResponse.directionType = UPLINK;
42
- GetContentByShortNameStringResponse.examples = examples;
43
- GetContentByShortNameStringResponse.hasParameters = true;
44
- export default GetContentByShortNameStringResponse;
45
- //# sourceMappingURL=GetContentByShortNameStringResponse.js.map
35
+ GetObisContentByIdStringResponse.id = COMMAND_ID;
36
+ GetObisContentByIdStringResponse.directionType = UPLINK;
37
+ GetObisContentByIdStringResponse.examples = examples;
38
+ GetObisContentByIdStringResponse.hasParameters = true;
39
+ export default GetObisContentByIdStringResponse;
40
+ //# sourceMappingURL=GetObisContentByIdStringResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetObisContentByIdStringResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/GetObisContentByIdStringResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AAWrD,MAAM,UAAU,GAAG,IAAI,CAAC;AAExB,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,mDAAmD;QACzD,UAAU,EAAE;YACR,SAAS,EAAE,GAAG;YACd,OAAO,EAAE,cAAc;SAC1B;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,2CAA2C,EAAC;KAC5E;CACJ,CAAC;AAuBF,MAAM,gCAAiC,SAAQ,OAAO;IAClD,YAAqB,UAAuD;QACxE,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAA6C;QAIxE,IAAI,CAAC,IAAI,GAAG,eAAe,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,MAAM,GAAG,CAAC,CAAC;IACrE,CAAC;IAYD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAC7C,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QACpC,MAAM,OAAO,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;QAEnC,OAAO,IAAI,gCAAgC,CAAC,EAAC,SAAS,EAAE,OAAO,EAAC,CAAC,CAAC;IACtE,CAAC;IAGD,OAAO;QACH,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAc,CAAC,CAAC;QAC5D,MAAM,EAAC,SAAS,EAAE,OAAO,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAE7C,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;QAE1B,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA3Be,mCAAE,GAAG,UAAU,CAAC;AAEhB,8CAAa,GAAG,MAAM,CAAC;AAEvB,yCAAQ,GAAG,QAAQ,CAAC;AAEpB,8CAAa,GAAG,IAAI,CAAC;AAyBzC,eAAe,gCAAgC,CAAC"}
@@ -6,7 +6,7 @@ interface IGetContentByObisResponseParameters extends ICommandParameters {
6
6
  declare class GetContentByObisResponse extends Command {
7
7
  parameters: IGetContentByObisResponseParameters;
8
8
  constructor(parameters: IGetContentByObisResponseParameters);
9
- static readonly id = 22;
9
+ static readonly id = 77;
10
10
  static readonly directionType = 2;
11
11
  static readonly examples: TCommandExampleList;
12
12
  static readonly hasParameters = true;
@@ -1,37 +1,32 @@
1
1
  import Command from '../../Command.js';
2
2
  import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
3
3
  import { UPLINK } from '../../constants/directions.js';
4
- const COMMAND_ID = 0x16;
4
+ const COMMAND_ID = 0x4d;
5
5
  const examples = [
6
6
  {
7
- name: 'content response',
7
+ name: 'response to GetObisContent',
8
8
  parameters: {
9
9
  requestId: 2,
10
10
  content: '57906635'
11
11
  },
12
- hex: { header: '16', body: '0a 02 08 35 37 39 30 36 36 33 35' }
12
+ hex: { header: '4d 0a', body: '02 08 35 37 39 30 36 36 33 35' }
13
13
  }
14
14
  ];
15
15
  class GetContentByObisResponse extends Command {
16
16
  constructor(parameters) {
17
17
  super();
18
18
  this.parameters = parameters;
19
- this.size = REQUEST_ID_SIZE + 1 + 1 + this.parameters.content.length;
19
+ this.size = REQUEST_ID_SIZE + 1 + this.parameters.content.length;
20
20
  }
21
21
  static fromBytes(data) {
22
22
  const buffer = new CommandBinaryBuffer(data);
23
- buffer.seek(buffer.offset + 1);
24
23
  const requestId = buffer.getUint8();
25
24
  const content = buffer.getString();
26
25
  return new GetContentByObisResponse({ requestId, content });
27
26
  }
28
27
  toBytes() {
29
- if (typeof this.size !== 'number') {
30
- throw new Error('unknown or invalid size');
31
- }
32
28
  const buffer = new CommandBinaryBuffer(this.size);
33
29
  const { requestId, content } = this.parameters;
34
- buffer.setUint8(this.size - 1);
35
30
  buffer.setUint8(requestId);
36
31
  buffer.setString(content);
37
32
  return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
@@ -42,4 +37,4 @@ GetContentByObisResponse.directionType = UPLINK;
42
37
  GetContentByObisResponse.examples = examples;
43
38
  GetContentByObisResponse.hasParameters = true;
44
39
  export default GetContentByObisResponse;
45
- //# sourceMappingURL=GetContentByObisResponse.js.map
40
+ //# sourceMappingURL=GetObisContentResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetObisContentResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/GetObisContentResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAqB,eAAe,EAAC,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AAWrD,MAAM,UAAU,GAAG,IAAI,CAAC;AAExB,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,4BAA4B;QAClC,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,OAAO,EAAE,UAAU;SACtB;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,+BAA+B,EAAC;KAChE;CACJ,CAAC;AAuBF,MAAM,wBAAyB,SAAQ,OAAO;IAC1C,YAAqB,UAA+C;QAChE,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAqC;QAIhE,IAAI,CAAC,IAAI,GAAG,eAAe,GAAG,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC;IACrE,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAC7C,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QACpC,MAAM,OAAO,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;QAEnC,OAAO,IAAI,wBAAwB,CAAC,EAAC,SAAS,EAAE,OAAO,EAAC,CAAC,CAAC;IAC9D,CAAC;IAGD,OAAO;QACH,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAc,CAAC,CAAC;QAC5D,MAAM,EAAC,SAAS,EAAE,OAAO,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAE7C,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;QAE1B,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA3Be,2BAAE,GAAG,UAAU,CAAC;AAEhB,sCAAa,GAAG,MAAM,CAAC;AAEvB,iCAAQ,GAAG,QAAQ,CAAC;AAEpB,sCAAa,GAAG,IAAI,CAAC;AAyBzC,eAAe,wBAAwB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import Command, { TCommandExampleList } from '../../Command.js';
2
+ import { ICommandParameters } from '../../CommandBinaryBuffer.js';
3
+ interface IGetObisIdListResponseParameters extends ICommandParameters {
4
+ obisIdList: Array<number>;
5
+ }
6
+ declare class GetObisIdListResponse extends Command {
7
+ parameters: IGetObisIdListResponseParameters;
8
+ constructor(parameters: IGetObisIdListResponseParameters);
9
+ static readonly id = 65;
10
+ static readonly directionType = 2;
11
+ static readonly examples: TCommandExampleList;
12
+ static readonly hasParameters = true;
13
+ static fromBytes(data: Uint8Array): GetObisIdListResponse;
14
+ toBytes(): Uint8Array;
15
+ }
16
+ export default GetObisIdListResponse;
@@ -0,0 +1,40 @@
1
+ import Command from '../../Command.js';
2
+ import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
3
+ import { UPLINK } from '../../constants/directions.js';
4
+ const COMMAND_ID = 0x41;
5
+ const examples = [
6
+ {
7
+ name: 'response to GetObisIdList with two obis id',
8
+ parameters: {
9
+ requestId: 3,
10
+ obisIdList: [197, 198]
11
+ },
12
+ hex: { header: '41 03', body: '03 c5 c6' }
13
+ }
14
+ ];
15
+ class GetObisIdListResponse extends Command {
16
+ constructor(parameters) {
17
+ super();
18
+ this.parameters = parameters;
19
+ this.size = REQUEST_ID_SIZE + parameters.obisIdList.length;
20
+ }
21
+ static fromBytes(data) {
22
+ const buffer = new CommandBinaryBuffer(data);
23
+ const requestId = buffer.getUint8();
24
+ const obisIdList = [...new Array(data.length - REQUEST_ID_SIZE)].map(() => buffer.getUint8());
25
+ return new GetObisIdListResponse({ requestId, obisIdList });
26
+ }
27
+ toBytes() {
28
+ const buffer = new CommandBinaryBuffer(this.size);
29
+ const { requestId, obisIdList } = this.parameters;
30
+ buffer.setUint8(requestId);
31
+ obisIdList.forEach(obisId => buffer.setUint8(obisId));
32
+ return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
33
+ }
34
+ }
35
+ GetObisIdListResponse.id = COMMAND_ID;
36
+ GetObisIdListResponse.directionType = UPLINK;
37
+ GetObisIdListResponse.examples = examples;
38
+ GetObisIdListResponse.hasParameters = true;
39
+ export default GetObisIdListResponse;
40
+ //# sourceMappingURL=GetObisIdListResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetObisIdListResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/GetObisIdListResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AAUrD,MAAM,UAAU,GAAG,IAAI,CAAC;AAExB,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,4CAA4C;QAClD,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,UAAU,EAAE,CAAC,GAAG,EAAE,GAAG,CAAC;SACzB;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAC;KAC3C;CACJ,CAAC;AAuBF,MAAM,qBAAsB,SAAQ,OAAO;IACvC,YAAqB,UAA4C;QAC7D,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAkC;QAI7D,IAAI,CAAC,IAAI,GAAG,eAAe,GAAG,UAAU,CAAC,UAAU,CAAC,MAAM,CAAC;IAC/D,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QAEpC,MAAM,UAAU,GAAG,CAAC,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,MAAM,GAAG,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC;QAE9F,OAAO,IAAI,qBAAqB,CAAC,EAAC,SAAS,EAAE,UAAU,EAAC,CAAC,CAAC;IAC9D,CAAC;IAGD,OAAO;QACH,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAc,CAAC,CAAC;QAC5D,MAAM,EAAC,SAAS,EAAE,UAAU,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAEhD,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;QAEtD,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA7Be,wBAAE,GAAG,UAAU,CAAC;AAEhB,mCAAa,GAAG,MAAM,CAAC;AAEvB,8BAAQ,GAAG,QAAQ,CAAC;AAEpB,mCAAa,GAAG,IAAI,CAAC;AA2BzC,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import Command, { TCommandExampleList } from '../../Command.js';
2
+ import { ICommandParameters, IObisProfile, IObis } from '../../CommandBinaryBuffer.js';
3
+ interface IGetObisInfoResponseParameters extends ICommandParameters {
4
+ obis?: IObis;
5
+ obisProfile?: IObisProfile;
6
+ }
7
+ declare class GetObisInfoResponse extends Command {
8
+ parameters: IGetObisInfoResponseParameters;
9
+ constructor(parameters: IGetObisInfoResponseParameters);
10
+ static readonly id = 75;
11
+ static readonly directionType = 2;
12
+ static readonly examples: TCommandExampleList;
13
+ static readonly hasParameters = true;
14
+ static fromBytes(data: Uint8Array): GetObisInfoResponse;
15
+ toBytes(): Uint8Array;
16
+ }
17
+ export default GetObisInfoResponse;