jooby-codec 2.15.0 → 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.
- package/dist/mtx/CommandBinaryBuffer.d.ts +27 -0
- package/dist/mtx/CommandBinaryBuffer.js +55 -0
- package/dist/mtx/CommandBinaryBuffer.js.map +1 -1
- package/dist/mtx/commands/downlink/GetDeviceId.d.ts +12 -0
- package/dist/mtx/commands/downlink/GetDeviceId.js +30 -0
- package/dist/mtx/commands/downlink/GetDeviceId.js.map +1 -0
- package/dist/mtx/commands/downlink/PrepareRatePlan.d.ts +17 -0
- package/dist/mtx/commands/downlink/PrepareRatePlan.js +46 -0
- package/dist/mtx/commands/downlink/PrepareRatePlan.js.map +1 -0
- package/dist/mtx/commands/downlink/RunTariffPlan.d.ts +16 -0
- package/dist/mtx/commands/downlink/RunTariffPlan.js +38 -0
- package/dist/mtx/commands/downlink/RunTariffPlan.js.map +1 -0
- package/dist/mtx/commands/downlink/SetDayProfile.d.ts +19 -0
- package/dist/mtx/commands/downlink/SetDayProfile.js +91 -0
- package/dist/mtx/commands/downlink/SetDayProfile.js.map +1 -0
- package/dist/mtx/commands/downlink/SetSeasonProfile.d.ts +18 -0
- package/dist/mtx/commands/downlink/SetSeasonProfile.js +62 -0
- package/dist/mtx/commands/downlink/SetSeasonProfile.js.map +1 -0
- package/dist/mtx/commands/downlink/SetSpecialDay.d.ts +18 -0
- package/dist/mtx/commands/downlink/SetSpecialDay.js +52 -0
- package/dist/mtx/commands/downlink/SetSpecialDay.js.map +1 -0
- package/dist/mtx/commands/downlink/index.d.ts +6 -0
- package/dist/mtx/commands/downlink/index.js +6 -0
- package/dist/mtx/commands/downlink/index.js.map +1 -1
- package/dist/mtx/commands/uplink/GetDeviceIdResponse.d.ts +16 -0
- package/dist/mtx/commands/uplink/GetDeviceIdResponse.js +43 -0
- package/dist/mtx/commands/uplink/GetDeviceIdResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/PrepareRatePlanResponse.d.ts +12 -0
- package/dist/mtx/commands/uplink/PrepareRatePlanResponse.js +30 -0
- package/dist/mtx/commands/uplink/PrepareRatePlanResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/RunTariffPlanResponse.d.ts +12 -0
- package/dist/mtx/commands/uplink/RunTariffPlanResponse.js +30 -0
- package/dist/mtx/commands/uplink/RunTariffPlanResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/SetDayProfileResponse.d.ts +12 -0
- package/dist/mtx/commands/uplink/SetDayProfileResponse.js +30 -0
- package/dist/mtx/commands/uplink/SetDayProfileResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/SetSeasonProfileResponse.d.ts +12 -0
- package/dist/mtx/commands/uplink/SetSeasonProfileResponse.js +30 -0
- package/dist/mtx/commands/uplink/SetSeasonProfileResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/SetSpecialDayResponse.d.ts +12 -0
- package/dist/mtx/commands/uplink/SetSpecialDayResponse.js +30 -0
- package/dist/mtx/commands/uplink/SetSpecialDayResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/index.d.ts +6 -0
- package/dist/mtx/commands/uplink/index.js +6 -0
- package/dist/mtx/commands/uplink/index.js.map +1 -1
- package/dist/mtx/message.d.ts +2 -2
- package/dist/obis-observer/Command.js +1 -1
- package/dist/obis-observer/Command.js.map +1 -1
- package/dist/obis-observer/CommandBinaryBuffer.d.ts +9 -9
- package/dist/obis-observer/CommandBinaryBuffer.js +20 -20
- package/dist/obis-observer/CommandBinaryBuffer.js.map +1 -1
- package/dist/obis-observer/commands/downlink/GetArchiveState.d.ts +4 -3
- package/dist/obis-observer/commands/downlink/GetArchiveState.js +23 -16
- package/dist/obis-observer/commands/downlink/GetArchiveState.js.map +1 -1
- package/dist/obis-observer/commands/downlink/GetLorawanInfo.d.ts +2 -2
- package/dist/obis-observer/commands/downlink/GetLorawanInfo.js +6 -13
- package/dist/obis-observer/commands/downlink/GetLorawanInfo.js.map +1 -1
- package/dist/obis-observer/commands/downlink/GetLorawanState.d.ts +2 -2
- package/dist/obis-observer/commands/downlink/GetLorawanState.js +6 -13
- package/dist/obis-observer/commands/downlink/GetLorawanState.js.map +1 -1
- package/dist/obis-observer/commands/downlink/GetMeterDate.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/GetMeterDate.js +34 -0
- package/dist/obis-observer/commands/downlink/GetMeterDate.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetMeterId.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/GetMeterId.js +41 -0
- package/dist/obis-observer/commands/downlink/GetMeterId.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetMeterIdList.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/GetMeterIdList.js +34 -0
- package/dist/obis-observer/commands/downlink/GetMeterIdList.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetMeterInfo.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/GetMeterInfo.js +34 -0
- package/dist/obis-observer/commands/downlink/GetMeterInfo.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetMeterProfile.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/GetMeterProfile.js +35 -0
- package/dist/obis-observer/commands/downlink/GetMeterProfile.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.js +34 -0
- package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetMeterReadoutState.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/GetMeterReadoutState.js +34 -0
- package/dist/obis-observer/commands/downlink/GetMeterReadoutState.js.map +1 -0
- package/dist/obis-observer/commands/downlink/{GetContentByObis.d.ts → GetObisContent.d.ts} +2 -1
- package/dist/obis-observer/commands/downlink/{GetContentByObis.js → GetObisContent.js} +9 -9
- package/dist/obis-observer/commands/downlink/GetObisContent.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetObisContentById.d.ts +17 -0
- package/dist/obis-observer/commands/downlink/GetObisContentById.js +35 -0
- package/dist/obis-observer/commands/downlink/GetObisContentById.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetObisIdList.d.ts +17 -0
- package/dist/obis-observer/commands/downlink/GetObisIdList.js +35 -0
- package/dist/obis-observer/commands/downlink/GetObisIdList.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetObisInfo.d.ts +17 -0
- package/dist/obis-observer/commands/downlink/GetObisInfo.js +35 -0
- package/dist/obis-observer/commands/downlink/GetObisInfo.js.map +1 -0
- package/dist/obis-observer/commands/downlink/{GetReadoutState.d.ts → GetObserverCapabilities.d.ts} +4 -4
- package/dist/obis-observer/commands/downlink/GetObserverCapabilities.js +32 -0
- package/dist/obis-observer/commands/downlink/GetObserverCapabilities.js.map +1 -0
- package/dist/obis-observer/commands/downlink/{GetDate.d.ts → GetObserverInfo.d.ts} +4 -4
- package/dist/obis-observer/commands/downlink/GetObserverInfo.js +32 -0
- package/dist/obis-observer/commands/downlink/GetObserverInfo.js.map +1 -0
- package/dist/obis-observer/commands/downlink/{GetArchiveProfile.d.ts → GetObserverSingleMode.d.ts} +3 -3
- package/dist/obis-observer/commands/downlink/GetObserverSingleMode.js +32 -0
- package/dist/obis-observer/commands/downlink/GetObserverSingleMode.js.map +1 -0
- package/dist/obis-observer/commands/downlink/{GetDeviceInfo.d.ts → GetObserverUptime.d.ts} +4 -4
- package/dist/obis-observer/commands/downlink/GetObserverUptime.js +32 -0
- package/dist/obis-observer/commands/downlink/GetObserverUptime.js.map +1 -0
- package/dist/obis-observer/commands/downlink/ReadMeterArchive.d.ts +18 -0
- package/dist/obis-observer/commands/downlink/ReadMeterArchive.js +48 -0
- package/dist/obis-observer/commands/downlink/ReadMeterArchive.js.map +1 -0
- package/dist/obis-observer/commands/downlink/ReadMeterArchiveWithDate.d.ts +20 -0
- package/dist/obis-observer/commands/downlink/ReadMeterArchiveWithDate.js +51 -0
- package/dist/obis-observer/commands/downlink/ReadMeterArchiveWithDate.js.map +1 -0
- package/dist/obis-observer/commands/downlink/Reboot.d.ts +2 -2
- package/dist/obis-observer/commands/downlink/Reboot.js +6 -12
- package/dist/obis-observer/commands/downlink/Reboot.js.map +1 -1
- package/dist/obis-observer/commands/downlink/RemoveMeter.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/RemoveMeter.js +35 -0
- package/dist/obis-observer/commands/downlink/RemoveMeter.js.map +1 -0
- package/dist/obis-observer/commands/downlink/RemoveMeterProfile.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/RemoveMeterProfile.js +35 -0
- package/dist/obis-observer/commands/downlink/RemoveMeterProfile.js.map +1 -0
- package/dist/obis-observer/commands/downlink/RemoveObis.d.ts +17 -0
- package/dist/obis-observer/commands/downlink/RemoveObis.js +36 -0
- package/dist/obis-observer/commands/downlink/RemoveObis.js.map +1 -0
- package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.js +35 -0
- package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.js.map +1 -0
- package/dist/obis-observer/commands/downlink/SetObserverSingleMode.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/SetObserverSingleMode.js +35 -0
- package/dist/obis-observer/commands/downlink/SetObserverSingleMode.js.map +1 -0
- package/dist/obis-observer/commands/downlink/SetSerialPort.d.ts +1 -1
- package/dist/obis-observer/commands/downlink/SetSerialPort.js +3 -3
- package/dist/obis-observer/commands/downlink/SetSerialPort.js.map +1 -1
- package/dist/obis-observer/commands/downlink/SetupMeter.d.ts +18 -0
- package/dist/obis-observer/commands/downlink/SetupMeter.js +82 -0
- package/dist/obis-observer/commands/downlink/SetupMeter.js.map +1 -0
- package/dist/obis-observer/commands/downlink/SetupMeterProfile.d.ts +18 -0
- package/dist/obis-observer/commands/downlink/SetupMeterProfile.js +48 -0
- package/dist/obis-observer/commands/downlink/SetupMeterProfile.js.map +1 -0
- package/dist/obis-observer/commands/downlink/SetupObis.d.ts +19 -0
- package/dist/obis-observer/commands/downlink/SetupObis.js +85 -0
- package/dist/obis-observer/commands/downlink/SetupObis.js.map +1 -0
- package/dist/obis-observer/commands/downlink/UpdateImageVerify.d.ts +2 -2
- package/dist/obis-observer/commands/downlink/UpdateImageVerify.js +6 -12
- package/dist/obis-observer/commands/downlink/UpdateImageVerify.js.map +1 -1
- package/dist/obis-observer/commands/downlink/UpdateImageWrite.d.ts +1 -1
- package/dist/obis-observer/commands/downlink/UpdateImageWrite.js +4 -9
- package/dist/obis-observer/commands/downlink/UpdateImageWrite.js.map +1 -1
- package/dist/obis-observer/commands/downlink/UpdateRun.d.ts +2 -2
- package/dist/obis-observer/commands/downlink/UpdateRun.js +6 -12
- package/dist/obis-observer/commands/downlink/UpdateRun.js.map +1 -1
- package/dist/obis-observer/commands/downlink/index.d.ts +25 -14
- package/dist/obis-observer/commands/downlink/index.js +25 -14
- package/dist/obis-observer/commands/downlink/index.js.map +1 -1
- package/dist/obis-observer/commands/uplink/ErrorResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/ErrorResponse.js +36 -0
- package/dist/obis-observer/commands/uplink/ErrorResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.d.ts +3 -3
- package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.js +36 -14
- package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.d.ts +1 -1
- package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.js +3 -6
- package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/GetLorawanStateResponse.d.ts +1 -1
- package/dist/obis-observer/commands/uplink/GetLorawanStateResponse.js +23 -26
- package/dist/obis-observer/commands/uplink/GetLorawanStateResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/{GetDateResponse.d.ts → GetMeterDateResponse.d.ts} +7 -8
- package/dist/obis-observer/commands/uplink/GetMeterDateResponse.js +38 -0
- package/dist/obis-observer/commands/uplink/GetMeterDateResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.d.ts +17 -0
- package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.js +45 -0
- package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetMeterIdResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/GetMeterIdResponse.js +35 -0
- package/dist/obis-observer/commands/uplink/GetMeterIdResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.d.ts +17 -0
- package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.js +83 -0
- package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.d.ts +17 -0
- package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.js +45 -0
- package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetMeterProfileResponse.d.ts +17 -0
- package/dist/obis-observer/commands/uplink/GetMeterProfileResponse.js +45 -0
- package/dist/obis-observer/commands/uplink/GetMeterProfileResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/{GetReadoutStateResponse.d.ts → GetMeterReadoutStateResponse.d.ts} +7 -7
- package/dist/obis-observer/commands/uplink/GetMeterReadoutStateResponse.js +104 -0
- package/dist/obis-observer/commands/uplink/GetMeterReadoutStateResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.js +51 -0
- package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetObisContentByIdStringResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/{GetContentByShortNameStringResponse.js → GetObisContentByIdStringResponse.js} +12 -17
- package/dist/obis-observer/commands/uplink/GetObisContentByIdStringResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/{GetContentByObisResponse.d.ts → GetObisContentResponse.d.ts} +1 -1
- package/dist/obis-observer/commands/uplink/{GetContentByObisResponse.js → GetObisContentResponse.js} +5 -10
- package/dist/obis-observer/commands/uplink/GetObisContentResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetObisIdListResponse.d.ts +17 -0
- package/dist/obis-observer/commands/uplink/GetObisIdListResponse.js +54 -0
- package/dist/obis-observer/commands/uplink/GetObisIdListResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetObisInfoResponse.d.ts +17 -0
- package/dist/obis-observer/commands/uplink/GetObisInfoResponse.js +92 -0
- package/dist/obis-observer/commands/uplink/GetObisInfoResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.d.ts +19 -0
- package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.js +53 -0
- package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetObserverInfoResponse.d.ts +19 -0
- package/dist/obis-observer/commands/uplink/{GetDeviceInfoResponse.js → GetObserverInfoResponse.js} +20 -19
- package/dist/obis-observer/commands/uplink/GetObserverInfoResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.js +33 -0
- package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.js +41 -0
- package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/ObservationReport.d.ts +4 -3
- package/dist/obis-observer/commands/uplink/ObservationReport.js +16 -19
- package/dist/obis-observer/commands/uplink/ObservationReport.js.map +1 -1
- package/dist/obis-observer/commands/uplink/ObservationReportString.d.ts +4 -3
- package/dist/obis-observer/commands/uplink/ObservationReportString.js +17 -20
- package/dist/obis-observer/commands/uplink/ObservationReportString.js.map +1 -1
- package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.d.ts +22 -0
- package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.js +102 -0
- package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/ReadMeterArchiveWithDateResponse.d.ts +17 -0
- package/dist/obis-observer/commands/uplink/ReadMeterArchiveWithDateResponse.js +69 -0
- package/dist/obis-observer/commands/uplink/ReadMeterArchiveWithDateResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/RebootResponse.d.ts +2 -2
- package/dist/obis-observer/commands/uplink/RebootResponse.js +8 -11
- package/dist/obis-observer/commands/uplink/RebootResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.d.ts +13 -0
- package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.js +33 -0
- package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/RemoveMeterResponse.d.ts +13 -0
- package/dist/obis-observer/commands/uplink/RemoveMeterResponse.js +33 -0
- package/dist/obis-observer/commands/uplink/RemoveMeterResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/RemoveObisResponse.d.ts +13 -0
- package/dist/obis-observer/commands/uplink/RemoveObisResponse.js +33 -0
- package/dist/obis-observer/commands/uplink/RemoveObisResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.d.ts +13 -0
- package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.js +33 -0
- package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.d.ts +13 -0
- package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.js +33 -0
- package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/SetSerialPortResponse.d.ts +4 -7
- package/dist/obis-observer/commands/uplink/SetSerialPortResponse.js +8 -26
- package/dist/obis-observer/commands/uplink/SetSerialPortResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/SetupMeterProfileResponse.d.ts +13 -0
- package/dist/obis-observer/commands/uplink/SetupMeterProfileResponse.js +33 -0
- package/dist/obis-observer/commands/uplink/SetupMeterProfileResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/SetupMeterResponse.d.ts +13 -0
- package/dist/obis-observer/commands/uplink/SetupMeterResponse.js +33 -0
- package/dist/obis-observer/commands/uplink/SetupMeterResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/SetupObisResponse.d.ts +13 -0
- package/dist/obis-observer/commands/uplink/SetupObisResponse.js +33 -0
- package/dist/obis-observer/commands/uplink/SetupObisResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.d.ts +3 -3
- package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.js +10 -18
- package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.d.ts +4 -7
- package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.js +9 -19
- package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/UpdateRunResponse.d.ts +4 -7
- package/dist/obis-observer/commands/uplink/UpdateRunResponse.js +9 -19
- package/dist/obis-observer/commands/uplink/UpdateRunResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/index.d.ts +27 -15
- package/dist/obis-observer/commands/uplink/index.js +27 -15
- package/dist/obis-observer/commands/uplink/index.js.map +1 -1
- package/dist/obis-observer/constants/commandRelations.js +29 -12
- package/dist/obis-observer/constants/commandRelations.js.map +1 -1
- package/dist/obis-observer/constants/index.d.ts +1 -1
- package/dist/obis-observer/constants/index.js +1 -1
- package/dist/obis-observer/constants/index.js.map +1 -1
- package/dist/obis-observer/constants/{shortNames.d.ts → obisIds.d.ts} +4 -4
- package/dist/obis-observer/constants/obisIds.js +228 -0
- package/dist/obis-observer/constants/obisIds.js.map +1 -0
- package/dist/obis-observer/constants/resultCodes.d.ts +12 -4
- package/dist/obis-observer/constants/resultCodes.js +12 -4
- package/dist/obis-observer/constants/resultCodes.js.map +1 -1
- package/dist/obis-observer/constants/resultDescriptions.d.ts +16 -0
- package/dist/obis-observer/constants/resultDescriptions.js +17 -0
- package/dist/obis-observer/constants/resultDescriptions.js.map +1 -0
- package/dist/obis-observer/message.d.ts +2 -2
- package/dist/obis-observer/message.js +4 -12
- package/dist/obis-observer/message.js.map +1 -1
- package/package.json +1 -1
- package/dist/obis-observer/commands/downlink/AddShortNameProfile.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/AddShortNameProfile.js +0 -56
- package/dist/obis-observer/commands/downlink/AddShortNameProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetArchiveProfile.js +0 -39
- package/dist/obis-observer/commands/downlink/GetArchiveProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetContentByObis.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetContentByShortName.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/GetContentByShortName.js +0 -44
- package/dist/obis-observer/commands/downlink/GetContentByShortName.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetDate.js +0 -39
- package/dist/obis-observer/commands/downlink/GetDate.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetDeviceInfo.js +0 -39
- package/dist/obis-observer/commands/downlink/GetDeviceInfo.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetReadoutState.js +0 -39
- package/dist/obis-observer/commands/downlink/GetReadoutState.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetShortNameInfo.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/GetShortNameInfo.js +0 -44
- package/dist/obis-observer/commands/downlink/GetShortNameInfo.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetShortNameProfile.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/GetShortNameProfile.js +0 -45
- package/dist/obis-observer/commands/downlink/GetShortNameProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetShortNames.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/GetShortNames.js +0 -48
- package/dist/obis-observer/commands/downlink/GetShortNames.js.map +0 -1
- package/dist/obis-observer/commands/downlink/ReadArchive.d.ts +0 -18
- package/dist/obis-observer/commands/downlink/ReadArchive.js +0 -57
- package/dist/obis-observer/commands/downlink/ReadArchive.js.map +0 -1
- package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.js +0 -42
- package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/SetArchiveProfile.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/SetArchiveProfile.js +0 -45
- package/dist/obis-observer/commands/downlink/SetArchiveProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/SetShortName.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/SetShortName.js +0 -51
- package/dist/obis-observer/commands/downlink/SetShortName.js.map +0 -1
- package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.js +0 -43
- package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetArchiveProfileResponse.d.ts +0 -17
- package/dist/obis-observer/commands/uplink/GetArchiveProfileResponse.js +0 -45
- package/dist/obis-observer/commands/uplink/GetArchiveProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetContentByObisResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.js +0 -44
- package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetContentByShortNameStringResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetContentByShortNameStringResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetDateResponse.js +0 -47
- package/dist/obis-observer/commands/uplink/GetDateResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetDeviceInfoResponse.d.ts +0 -18
- package/dist/obis-observer/commands/uplink/GetDeviceInfoResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetReadoutStateResponse.js +0 -77
- package/dist/obis-observer/commands/uplink/GetReadoutStateResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetShortNameInfoResponse.d.ts +0 -17
- package/dist/obis-observer/commands/uplink/GetShortNameInfoResponse.js +0 -81
- package/dist/obis-observer/commands/uplink/GetShortNameInfoResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetShortNameProfileResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetShortNameProfileResponse.js +0 -55
- package/dist/obis-observer/commands/uplink/GetShortNameProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetShortNamesResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetShortNamesResponse.js +0 -45
- package/dist/obis-observer/commands/uplink/GetShortNamesResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/ReadArchiveResponse.d.ts +0 -18
- package/dist/obis-observer/commands/uplink/ReadArchiveResponse.js +0 -61
- package/dist/obis-observer/commands/uplink/ReadArchiveResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.js +0 -43
- package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.js +0 -51
- package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/SetShortNameResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/SetShortNameResponse.js +0 -43
- package/dist/obis-observer/commands/uplink/SetShortNameResponse.js.map +0 -1
- package/dist/obis-observer/constants/shortNames.js +0 -228
- package/dist/obis-observer/constants/shortNames.js.map +0 -1
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import Command from '../../Command.js';
|
|
2
|
-
import
|
|
2
|
+
import { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
|
|
3
3
|
import { UPLINK } from '../../constants/directions.js';
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
const COMMAND_SIZE = 1 + REQUEST_ID_SIZE;
|
|
4
|
+
const COMMAND_ID = 0x33;
|
|
5
|
+
const COMMAND_SIZE = REQUEST_ID_SIZE + 1;
|
|
7
6
|
const examples = [
|
|
8
7
|
{
|
|
9
|
-
name: 'success',
|
|
8
|
+
name: 'response to UpdateImageVerify - success',
|
|
10
9
|
parameters: {
|
|
11
10
|
requestId: 32,
|
|
12
|
-
|
|
11
|
+
isImageValid: true
|
|
13
12
|
},
|
|
14
|
-
hex: { header: '
|
|
13
|
+
hex: { header: '33 02', body: '20 01' }
|
|
15
14
|
}
|
|
16
15
|
];
|
|
17
16
|
class UpdateImageVerifyResponse extends Command {
|
|
@@ -20,19 +19,12 @@ class UpdateImageVerifyResponse extends Command {
|
|
|
20
19
|
this.parameters = parameters;
|
|
21
20
|
this.size = COMMAND_SIZE;
|
|
22
21
|
}
|
|
23
|
-
static fromBytes(
|
|
24
|
-
|
|
25
|
-
return new UpdateImageVerifyResponse({
|
|
26
|
-
requestId: buffer.getUint8(),
|
|
27
|
-
resultCode: buffer.getUint8()
|
|
28
|
-
});
|
|
22
|
+
static fromBytes([requestId, isImageValid]) {
|
|
23
|
+
return new UpdateImageVerifyResponse({ requestId, isImageValid: isImageValid === 1 });
|
|
29
24
|
}
|
|
30
25
|
toBytes() {
|
|
31
|
-
const
|
|
32
|
-
|
|
33
|
-
buffer.setUint8(requestId);
|
|
34
|
-
buffer.setUint8(resultCode);
|
|
35
|
-
return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
|
|
26
|
+
const { parameters } = this;
|
|
27
|
+
return Command.toBytes(COMMAND_ID, new Uint8Array([parameters.requestId, parameters.isImageValid ? 1 : 0]));
|
|
36
28
|
}
|
|
37
29
|
}
|
|
38
30
|
UpdateImageVerifyResponse.id = COMMAND_ID;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateImageVerifyResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/UpdateImageVerifyResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,
|
|
1
|
+
{"version":3,"file":"UpdateImageVerifyResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/UpdateImageVerifyResponse.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;AAWrD,MAAM,UAAU,GAAG,IAAI,CAAC;AACxB,MAAM,YAAY,GAAG,eAAe,GAAG,CAAC,CAAC;AAEzC,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,yCAAyC;QAC/C,UAAU,EAAE;YACR,SAAS,EAAE,EAAE;YACb,YAAY,EAAE,IAAI;SACrB;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAC;KACxC;CACJ,CAAC;AAuBF,MAAM,yBAA0B,SAAQ,OAAO;IAC3C,YAAqB,UAAgD;QACjE,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAsC;QAGjE,IAAI,CAAC,IAAI,GAAG,YAAY,CAAC;IAC7B,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,CAAC,SAAS,EAAE,YAAY,CAAa;QACpD,OAAO,IAAI,yBAAyB,CAAC,EAAC,SAAS,EAAE,YAAY,EAAE,YAAY,KAAK,CAAC,EAAC,CAAC,CAAC;IACxF,CAAC;IAGD,OAAO;QACH,MAAM,EAAC,UAAU,EAAC,GAAG,IAAI,CAAC;QAE1B,OAAO,OAAO,CAAC,OAAO,CAClB,UAAU,EACV,IAAI,UAAU,CACV,CAAC,UAAU,CAAC,SAAS,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAC1D,CACJ,CAAC;IACN,CAAC;;AAxBe,4BAAE,GAAG,UAAU,CAAC;AAEhB,uCAAa,GAAG,MAAM,CAAC;AAEvB,kCAAQ,GAAG,QAAQ,CAAC;AAEpB,uCAAa,GAAG,IAAI,CAAC;AAsBzC,eAAe,yBAAyB,CAAC"}
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import Command, { TCommandExampleList } from '../../Command.js';
|
|
2
2
|
import { ICommandParameters } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
interface IUpdateImageWriteResponseParameters extends ICommandParameters {
|
|
4
|
-
resultCode: number;
|
|
5
|
-
}
|
|
6
3
|
declare class UpdateImageWriteResponse extends Command {
|
|
7
|
-
parameters:
|
|
8
|
-
constructor(parameters:
|
|
9
|
-
static readonly id =
|
|
4
|
+
parameters: ICommandParameters;
|
|
5
|
+
constructor(parameters: ICommandParameters);
|
|
6
|
+
static readonly id = 49;
|
|
10
7
|
static readonly directionType = 2;
|
|
11
8
|
static readonly examples: TCommandExampleList;
|
|
12
9
|
static readonly hasParameters = true;
|
|
13
|
-
static fromBytes(
|
|
10
|
+
static fromBytes([requestId]: Uint8Array): UpdateImageWriteResponse;
|
|
14
11
|
toBytes(): Uint8Array;
|
|
15
12
|
}
|
|
16
13
|
export default UpdateImageWriteResponse;
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import Command from '../../Command.js';
|
|
2
|
-
import
|
|
2
|
+
import { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
|
|
3
3
|
import { UPLINK } from '../../constants/directions.js';
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
const COMMAND_SIZE = 1 + REQUEST_ID_SIZE;
|
|
4
|
+
const COMMAND_ID = 0x31;
|
|
5
|
+
const COMMAND_SIZE = REQUEST_ID_SIZE + 1;
|
|
7
6
|
const examples = [
|
|
8
7
|
{
|
|
9
|
-
name: 'success',
|
|
8
|
+
name: 'response to UpdateImageWrite - success',
|
|
10
9
|
parameters: {
|
|
11
|
-
requestId: 33
|
|
12
|
-
resultCode: resultCodes.OK
|
|
10
|
+
requestId: 33
|
|
13
11
|
},
|
|
14
|
-
hex: { header: '
|
|
12
|
+
hex: { header: '31 01', body: '21' }
|
|
15
13
|
}
|
|
16
14
|
];
|
|
17
15
|
class UpdateImageWriteResponse extends Command {
|
|
@@ -20,19 +18,11 @@ class UpdateImageWriteResponse extends Command {
|
|
|
20
18
|
this.parameters = parameters;
|
|
21
19
|
this.size = COMMAND_SIZE;
|
|
22
20
|
}
|
|
23
|
-
static fromBytes(
|
|
24
|
-
|
|
25
|
-
return new UpdateImageWriteResponse({
|
|
26
|
-
requestId: buffer.getUint8(),
|
|
27
|
-
resultCode: buffer.getUint8()
|
|
28
|
-
});
|
|
21
|
+
static fromBytes([requestId]) {
|
|
22
|
+
return new UpdateImageWriteResponse({ requestId });
|
|
29
23
|
}
|
|
30
24
|
toBytes() {
|
|
31
|
-
|
|
32
|
-
const { requestId, resultCode } = this.parameters;
|
|
33
|
-
buffer.setUint8(requestId);
|
|
34
|
-
buffer.setUint8(resultCode);
|
|
35
|
-
return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
|
|
25
|
+
return Command.toBytes(COMMAND_ID, new Uint8Array([this.parameters.requestId]));
|
|
36
26
|
}
|
|
37
27
|
}
|
|
38
28
|
UpdateImageWriteResponse.id = COMMAND_ID;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateImageWriteResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/UpdateImageWriteResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,
|
|
1
|
+
{"version":3,"file":"UpdateImageWriteResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/UpdateImageWriteResponse.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;AAGrD,MAAM,UAAU,GAAG,IAAI,CAAC;AACxB,MAAM,YAAY,GAAG,eAAe,GAAG,CAAC,CAAC;AAEzC,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,wCAAwC;QAC9C,UAAU,EAAE;YACR,SAAS,EAAE,EAAE;SAChB;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAC;KACrC;CACJ,CAAC;AAsBF,MAAM,wBAAyB,SAAQ,OAAO;IAC1C,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,CAAC,SAAS,CAAa;QACtC,OAAO,IAAI,wBAAwB,CAAC,EAAC,SAAS,EAAC,CAAC,CAAC;IACrD,CAAC;IAGD,OAAO;QACH,OAAO,OAAO,CAAC,OAAO,CAClB,UAAU,EACV,IAAI,UAAU,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAC9C,CAAC;IACN,CAAC;;AApBe,2BAAE,GAAG,UAAU,CAAC;AAEhB,sCAAa,GAAG,MAAM,CAAC;AAEvB,iCAAQ,GAAG,QAAQ,CAAC;AAEpB,sCAAa,GAAG,IAAI,CAAC;AAkBzC,eAAe,wBAAwB,CAAC"}
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import Command, { TCommandExampleList } from '../../Command.js';
|
|
2
2
|
import { ICommandParameters } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
interface IUpdateRunResponseParameters extends ICommandParameters {
|
|
4
|
-
resultCode: number;
|
|
5
|
-
}
|
|
6
3
|
declare class UpdateRunResponse extends Command {
|
|
7
|
-
parameters:
|
|
8
|
-
constructor(parameters:
|
|
9
|
-
static readonly id =
|
|
4
|
+
parameters: ICommandParameters;
|
|
5
|
+
constructor(parameters: ICommandParameters);
|
|
6
|
+
static readonly id = 53;
|
|
10
7
|
static readonly directionType = 2;
|
|
11
8
|
static readonly examples: TCommandExampleList;
|
|
12
9
|
static readonly hasParameters = true;
|
|
13
|
-
static fromBytes(
|
|
10
|
+
static fromBytes([requestId]: Uint8Array): UpdateRunResponse;
|
|
14
11
|
toBytes(): Uint8Array;
|
|
15
12
|
}
|
|
16
13
|
export default UpdateRunResponse;
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import Command from '../../Command.js';
|
|
2
|
-
import
|
|
2
|
+
import { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
|
|
3
3
|
import { UPLINK } from '../../constants/directions.js';
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
const COMMAND_SIZE = 1 + REQUEST_ID_SIZE;
|
|
4
|
+
const COMMAND_ID = 0x35;
|
|
5
|
+
const COMMAND_SIZE = REQUEST_ID_SIZE + 1;
|
|
7
6
|
const examples = [
|
|
8
7
|
{
|
|
9
|
-
name: 'success',
|
|
8
|
+
name: 'response to UpdateRun - success',
|
|
10
9
|
parameters: {
|
|
11
|
-
requestId: 33
|
|
12
|
-
resultCode: resultCodes.OK
|
|
10
|
+
requestId: 33
|
|
13
11
|
},
|
|
14
|
-
hex: { header: '
|
|
12
|
+
hex: { header: '35 01', body: '21' }
|
|
15
13
|
}
|
|
16
14
|
];
|
|
17
15
|
class UpdateRunResponse extends Command {
|
|
@@ -20,19 +18,11 @@ class UpdateRunResponse extends Command {
|
|
|
20
18
|
this.parameters = parameters;
|
|
21
19
|
this.size = COMMAND_SIZE;
|
|
22
20
|
}
|
|
23
|
-
static fromBytes(
|
|
24
|
-
|
|
25
|
-
return new UpdateRunResponse({
|
|
26
|
-
requestId: buffer.getUint8(),
|
|
27
|
-
resultCode: buffer.getUint8()
|
|
28
|
-
});
|
|
21
|
+
static fromBytes([requestId]) {
|
|
22
|
+
return new UpdateRunResponse({ requestId });
|
|
29
23
|
}
|
|
30
24
|
toBytes() {
|
|
31
|
-
|
|
32
|
-
const { requestId, resultCode } = this.parameters;
|
|
33
|
-
buffer.setUint8(requestId);
|
|
34
|
-
buffer.setUint8(resultCode);
|
|
35
|
-
return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
|
|
25
|
+
return Command.toBytes(COMMAND_ID, new Uint8Array([this.parameters.requestId]));
|
|
36
26
|
}
|
|
37
27
|
}
|
|
38
28
|
UpdateRunResponse.id = COMMAND_ID;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateRunResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/UpdateRunResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,
|
|
1
|
+
{"version":3,"file":"UpdateRunResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/UpdateRunResponse.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;AAGrD,MAAM,UAAU,GAAG,IAAI,CAAC;AACxB,MAAM,YAAY,GAAG,eAAe,GAAG,CAAC,CAAC;AAEzC,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,iCAAiC;QACvC,UAAU,EAAE;YACR,SAAS,EAAE,EAAE;SAChB;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAC;KACrC;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,CAAC,SAAS,CAAa;QACtC,OAAO,IAAI,iBAAiB,CAAC,EAAC,SAAS,EAAC,CAAC,CAAC;IAC9C,CAAC;IAGD,OAAO;QACH,OAAO,OAAO,CAAC,OAAO,CAClB,UAAU,EACV,IAAI,UAAU,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAC9C,CAAC;IACN,CAAC;;AApBe,oBAAE,GAAG,UAAU,CAAC;AAEhB,+BAAa,GAAG,MAAM,CAAC;AAEvB,0BAAQ,GAAG,QAAQ,CAAC;AAEpB,+BAAa,GAAG,IAAI,CAAC;AAkBzC,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,25 +1,37 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as GetArchiveProfileResponse } from './GetArchiveProfileResponse.js';
|
|
1
|
+
export { default as ErrorResponse } from './ErrorResponse.js';
|
|
3
2
|
export { default as GetArchiveStateResponse } from './GetArchiveStateResponse.js';
|
|
4
|
-
export { default as GetContentByObisResponse } from './GetContentByObisResponse.js';
|
|
5
|
-
export { default as GetContentByShortNameResponse } from './GetContentByShortNameResponse.js';
|
|
6
|
-
export { default as GetContentByShortNameStringResponse } from './GetContentByShortNameStringResponse.js';
|
|
7
|
-
export { default as GetDateResponse } from './GetDateResponse.js';
|
|
8
|
-
export { default as GetDeviceInfoResponse } from './GetDeviceInfoResponse.js';
|
|
9
3
|
export { default as GetLorawanInfoResponse } from './GetLorawanInfoResponse.js';
|
|
10
4
|
export { default as GetLorawanStateResponse } from './GetLorawanStateResponse.js';
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
5
|
+
export { default as GetMeterDateResponse } from './GetMeterDateResponse.js';
|
|
6
|
+
export { default as GetMeterIdListResponse } from './GetMeterIdListResponse.js';
|
|
7
|
+
export { default as GetMeterIdResponse } from './GetMeterIdResponse.js';
|
|
8
|
+
export { default as GetMeterInfoResponse } from './GetMeterInfoResponse.js';
|
|
9
|
+
export { default as GetMeterProfileIdListResponse } from './GetMeterProfileIdListResponse.js';
|
|
10
|
+
export { default as GetMeterProfileResponse } from './GetMeterProfileResponse.js';
|
|
11
|
+
export { default as GetMeterReadoutStateResponse } from './GetMeterReadoutStateResponse.js';
|
|
12
|
+
export { default as GetObisContentByIdResponse } from './GetObisContentByIdResponse.js';
|
|
13
|
+
export { default as GetObisContentByIdStringResponse } from './GetObisContentByIdStringResponse.js';
|
|
14
|
+
export { default as GetObisContentResponse } from './GetObisContentResponse.js';
|
|
15
|
+
export { default as GetObisIdListResponse } from './GetObisIdListResponse.js';
|
|
16
|
+
export { default as GetObisInfoResponse } from './GetObisInfoResponse.js';
|
|
17
|
+
export { default as GetObserverCapabilitiesResponse } from './GetObserverCapabilitiesResponse.js';
|
|
18
|
+
export { default as GetObserverInfoResponse } from './GetObserverInfoResponse.js';
|
|
19
|
+
export { default as GetObserverSingleModeResponse } from './GetObserverSingleModeResponse.js';
|
|
20
|
+
export { default as GetObserverUptimeResponse } from './GetObserverUptimeResponse.js';
|
|
15
21
|
export { default as ObservationReport } from './ObservationReport.js';
|
|
16
22
|
export { default as ObservationReportString } from './ObservationReportString.js';
|
|
17
|
-
export { default as
|
|
23
|
+
export { default as ReadMeterArchiveResponse } from './ReadMeterArchiveResponse.js';
|
|
24
|
+
export { default as ReadMeterArchiveWithDateResponse } from './ReadMeterArchiveWithDateResponse.js';
|
|
18
25
|
export { default as RebootResponse } from './RebootResponse.js';
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
26
|
+
export { default as RemoveMeterProfileResponse } from './RemoveMeterProfileResponse.js';
|
|
27
|
+
export { default as RemoveMeterResponse } from './RemoveMeterResponse.js';
|
|
28
|
+
export { default as RemoveObisResponse } from './RemoveObisResponse.js';
|
|
29
|
+
export { default as SetLorawanActivationMethodResponse } from './SetLorawanActivationMethodResponse.js';
|
|
30
|
+
export { default as SetObserverSingleModeResponse } from './SetObserverSingleModeResponse.js';
|
|
21
31
|
export { default as SetSerialPortResponse } from './SetSerialPortResponse.js';
|
|
22
|
-
export { default as
|
|
32
|
+
export { default as SetupMeterProfileResponse } from './SetupMeterProfileResponse.js';
|
|
33
|
+
export { default as SetupMeterResponse } from './SetupMeterResponse.js';
|
|
34
|
+
export { default as SetupObisResponse } from './SetupObisResponse.js';
|
|
23
35
|
export { default as UpdateImageVerifyResponse } from './UpdateImageVerifyResponse.js';
|
|
24
36
|
export { default as UpdateImageWriteResponse } from './UpdateImageWriteResponse.js';
|
|
25
37
|
export { default as UpdateRunResponse } from './UpdateRunResponse.js';
|
|
@@ -1,25 +1,37 @@
|
|
|
1
|
-
export { default as
|
|
2
|
-
export { default as GetArchiveProfileResponse } from './GetArchiveProfileResponse.js';
|
|
1
|
+
export { default as ErrorResponse } from './ErrorResponse.js';
|
|
3
2
|
export { default as GetArchiveStateResponse } from './GetArchiveStateResponse.js';
|
|
4
|
-
export { default as GetContentByObisResponse } from './GetContentByObisResponse.js';
|
|
5
|
-
export { default as GetContentByShortNameResponse } from './GetContentByShortNameResponse.js';
|
|
6
|
-
export { default as GetContentByShortNameStringResponse } from './GetContentByShortNameStringResponse.js';
|
|
7
|
-
export { default as GetDateResponse } from './GetDateResponse.js';
|
|
8
|
-
export { default as GetDeviceInfoResponse } from './GetDeviceInfoResponse.js';
|
|
9
3
|
export { default as GetLorawanInfoResponse } from './GetLorawanInfoResponse.js';
|
|
10
4
|
export { default as GetLorawanStateResponse } from './GetLorawanStateResponse.js';
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
5
|
+
export { default as GetMeterDateResponse } from './GetMeterDateResponse.js';
|
|
6
|
+
export { default as GetMeterIdListResponse } from './GetMeterIdListResponse.js';
|
|
7
|
+
export { default as GetMeterIdResponse } from './GetMeterIdResponse.js';
|
|
8
|
+
export { default as GetMeterInfoResponse } from './GetMeterInfoResponse.js';
|
|
9
|
+
export { default as GetMeterProfileIdListResponse } from './GetMeterProfileIdListResponse.js';
|
|
10
|
+
export { default as GetMeterProfileResponse } from './GetMeterProfileResponse.js';
|
|
11
|
+
export { default as GetMeterReadoutStateResponse } from './GetMeterReadoutStateResponse.js';
|
|
12
|
+
export { default as GetObisContentByIdResponse } from './GetObisContentByIdResponse.js';
|
|
13
|
+
export { default as GetObisContentByIdStringResponse } from './GetObisContentByIdStringResponse.js';
|
|
14
|
+
export { default as GetObisContentResponse } from './GetObisContentResponse.js';
|
|
15
|
+
export { default as GetObisIdListResponse } from './GetObisIdListResponse.js';
|
|
16
|
+
export { default as GetObisInfoResponse } from './GetObisInfoResponse.js';
|
|
17
|
+
export { default as GetObserverCapabilitiesResponse } from './GetObserverCapabilitiesResponse.js';
|
|
18
|
+
export { default as GetObserverInfoResponse } from './GetObserverInfoResponse.js';
|
|
19
|
+
export { default as GetObserverSingleModeResponse } from './GetObserverSingleModeResponse.js';
|
|
20
|
+
export { default as GetObserverUptimeResponse } from './GetObserverUptimeResponse.js';
|
|
15
21
|
export { default as ObservationReport } from './ObservationReport.js';
|
|
16
22
|
export { default as ObservationReportString } from './ObservationReportString.js';
|
|
17
|
-
export { default as
|
|
23
|
+
export { default as ReadMeterArchiveResponse } from './ReadMeterArchiveResponse.js';
|
|
24
|
+
export { default as ReadMeterArchiveWithDateResponse } from './ReadMeterArchiveWithDateResponse.js';
|
|
18
25
|
export { default as RebootResponse } from './RebootResponse.js';
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
26
|
+
export { default as RemoveMeterProfileResponse } from './RemoveMeterProfileResponse.js';
|
|
27
|
+
export { default as RemoveMeterResponse } from './RemoveMeterResponse.js';
|
|
28
|
+
export { default as RemoveObisResponse } from './RemoveObisResponse.js';
|
|
29
|
+
export { default as SetLorawanActivationMethodResponse } from './SetLorawanActivationMethodResponse.js';
|
|
30
|
+
export { default as SetObserverSingleModeResponse } from './SetObserverSingleModeResponse.js';
|
|
21
31
|
export { default as SetSerialPortResponse } from './SetSerialPortResponse.js';
|
|
22
|
-
export { default as
|
|
32
|
+
export { default as SetupMeterProfileResponse } from './SetupMeterProfileResponse.js';
|
|
33
|
+
export { default as SetupMeterResponse } from './SetupMeterResponse.js';
|
|
34
|
+
export { default as SetupObisResponse } from './SetupObisResponse.js';
|
|
23
35
|
export { default as UpdateImageVerifyResponse } from './UpdateImageVerifyResponse.js';
|
|
24
36
|
export { default as UpdateImageWriteResponse } from './UpdateImageWriteResponse.js';
|
|
25
37
|
export { default as UpdateRunResponse } from './UpdateRunResponse.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,21 +4,38 @@ export const requestByResponse = new Map();
|
|
|
4
4
|
export const responseByRequest = new Map();
|
|
5
5
|
export const requestById = new Map();
|
|
6
6
|
export const responseById = new Map();
|
|
7
|
-
requestByResponse.set(uplinkCommands.
|
|
8
|
-
requestByResponse.set(uplinkCommands.GetArchiveProfileResponse, downlinkCommands.GetArchiveProfile);
|
|
9
|
-
requestByResponse.set(uplinkCommands.GetContentByObisResponse, downlinkCommands.GetContentByObis);
|
|
10
|
-
requestByResponse.set(uplinkCommands.GetContentByShortNameResponse, downlinkCommands.GetContentByShortName);
|
|
11
|
-
requestByResponse.set(uplinkCommands.GetDeviceInfoResponse, downlinkCommands.GetDeviceInfo);
|
|
7
|
+
requestByResponse.set(uplinkCommands.GetArchiveStateResponse, downlinkCommands.GetArchiveState);
|
|
12
8
|
requestByResponse.set(uplinkCommands.GetLorawanInfoResponse, downlinkCommands.GetLorawanInfo);
|
|
13
|
-
requestByResponse.set(uplinkCommands.
|
|
14
|
-
requestByResponse.set(uplinkCommands.
|
|
15
|
-
requestByResponse.set(uplinkCommands.
|
|
16
|
-
requestByResponse.set(uplinkCommands.
|
|
9
|
+
requestByResponse.set(uplinkCommands.GetMeterDateResponse, downlinkCommands.GetMeterDate);
|
|
10
|
+
requestByResponse.set(uplinkCommands.GetMeterIdListResponse, downlinkCommands.GetMeterIdList);
|
|
11
|
+
requestByResponse.set(uplinkCommands.GetMeterIdResponse, downlinkCommands.GetMeterId);
|
|
12
|
+
requestByResponse.set(uplinkCommands.GetMeterInfoResponse, downlinkCommands.GetMeterInfo);
|
|
13
|
+
requestByResponse.set(uplinkCommands.GetMeterProfileIdListResponse, downlinkCommands.GetMeterProfileIdList);
|
|
14
|
+
requestByResponse.set(uplinkCommands.GetMeterProfileResponse, downlinkCommands.GetMeterProfile);
|
|
15
|
+
requestByResponse.set(uplinkCommands.GetMeterReadoutStateResponse, downlinkCommands.GetMeterReadoutState);
|
|
16
|
+
requestByResponse.set(uplinkCommands.GetObisContentByIdResponse, downlinkCommands.GetObisContentById);
|
|
17
|
+
requestByResponse.set(uplinkCommands.GetObisContentResponse, downlinkCommands.GetObisContent);
|
|
18
|
+
requestByResponse.set(uplinkCommands.GetObisIdListResponse, downlinkCommands.GetObisIdList);
|
|
19
|
+
requestByResponse.set(uplinkCommands.GetObisInfoResponse, downlinkCommands.GetObisInfo);
|
|
20
|
+
requestByResponse.set(uplinkCommands.GetObserverCapabilitiesResponse, downlinkCommands.GetObserverCapabilities);
|
|
21
|
+
requestByResponse.set(uplinkCommands.GetObserverInfoResponse, downlinkCommands.GetObserverInfo);
|
|
22
|
+
requestByResponse.set(uplinkCommands.GetObserverSingleModeResponse, downlinkCommands.GetObserverSingleMode);
|
|
23
|
+
requestByResponse.set(uplinkCommands.GetObserverUptimeResponse, downlinkCommands.GetObserverUptime);
|
|
24
|
+
requestByResponse.set(uplinkCommands.ReadMeterArchiveResponse, downlinkCommands.ReadMeterArchive);
|
|
25
|
+
requestByResponse.set(uplinkCommands.ReadMeterArchiveWithDateResponse, downlinkCommands.ReadMeterArchiveWithDate);
|
|
17
26
|
requestByResponse.set(uplinkCommands.RebootResponse, downlinkCommands.Reboot);
|
|
18
|
-
requestByResponse.set(uplinkCommands.
|
|
19
|
-
requestByResponse.set(uplinkCommands.
|
|
27
|
+
requestByResponse.set(uplinkCommands.RemoveMeterProfileResponse, downlinkCommands.RemoveMeterProfile);
|
|
28
|
+
requestByResponse.set(uplinkCommands.RemoveMeterResponse, downlinkCommands.RemoveMeter);
|
|
29
|
+
requestByResponse.set(uplinkCommands.RemoveObisResponse, downlinkCommands.RemoveObis);
|
|
30
|
+
requestByResponse.set(uplinkCommands.SetLorawanActivationMethodResponse, downlinkCommands.SetLorawanActivationMethod);
|
|
31
|
+
requestByResponse.set(uplinkCommands.SetObserverSingleModeResponse, downlinkCommands.SetObserverSingleMode);
|
|
20
32
|
requestByResponse.set(uplinkCommands.SetSerialPortResponse, downlinkCommands.SetSerialPort);
|
|
21
|
-
requestByResponse.set(uplinkCommands.
|
|
33
|
+
requestByResponse.set(uplinkCommands.SetupMeterProfileResponse, downlinkCommands.SetupMeterProfile);
|
|
34
|
+
requestByResponse.set(uplinkCommands.SetupMeterResponse, downlinkCommands.SetupMeter);
|
|
35
|
+
requestByResponse.set(uplinkCommands.SetupObisResponse, downlinkCommands.SetupObis);
|
|
36
|
+
requestByResponse.set(uplinkCommands.UpdateImageVerifyResponse, downlinkCommands.UpdateImageVerify);
|
|
37
|
+
requestByResponse.set(uplinkCommands.UpdateImageWriteResponse, downlinkCommands.UpdateImageWrite);
|
|
38
|
+
requestByResponse.set(uplinkCommands.UpdateRunResponse, downlinkCommands.UpdateRun);
|
|
22
39
|
for (const [response, request] of requestByResponse.entries()) {
|
|
23
40
|
responseByRequest.set(request, response);
|
|
24
41
|
responseById.set(response.id, response);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commandRelations.js","sourceRoot":"","sources":["../../../src/obis-observer/constants/commandRelations.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,gBAAgB,MAAM,+BAA+B,CAAC;AAClE,OAAO,KAAK,cAAc,MAAM,6BAA6B,CAAC;AAI9D,MAAM,CAAC,MAAM,iBAAiB,GAAG,IAAI,GAAG,EAAE,CAAC;AAC3C,MAAM,CAAC,MAAM,iBAAiB,GAAG,IAAI,GAAG,EAAE,CAAC;AAG3C,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,GAAG,EAAE,CAAC;AACrC,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,GAAG,EAAE,CAAC;AAGtC,iBAAiB,CAAC,GAAG,CAAC,cAAc,CAAC,
|
|
1
|
+
{"version":3,"file":"commandRelations.js","sourceRoot":"","sources":["../../../src/obis-observer/constants/commandRelations.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,4 +4,4 @@ export * as deviceClasses from './deviceClasses.js';
|
|
|
4
4
|
export * as directions from './directions.js';
|
|
5
5
|
export * as parityTypes from './parityTypes.js';
|
|
6
6
|
export * as resultCodes from './resultCodes.js';
|
|
7
|
-
export { default as
|
|
7
|
+
export { default as obisIds } from './obisIds.js';
|
|
@@ -4,5 +4,5 @@ export * as deviceClasses from './deviceClasses.js';
|
|
|
4
4
|
export * as directions from './directions.js';
|
|
5
5
|
export * as parityTypes from './parityTypes.js';
|
|
6
6
|
export * as resultCodes from './resultCodes.js';
|
|
7
|
-
export { default as
|
|
7
|
+
export { default as obisIds } from './obisIds.js';
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/obis-observer/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,aAAa,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,UAAU,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAC,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/obis-observer/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAC;AAC5C,OAAO,KAAK,YAAY,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,aAAa,MAAM,oBAAoB,CAAC;AACpD,OAAO,KAAK,UAAU,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAC,OAAO,IAAI,OAAO,EAAC,MAAM,cAAc,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: ({
|
|
2
|
-
|
|
2
|
+
obisId: number;
|
|
3
3
|
obisCode: string;
|
|
4
4
|
isStatic: boolean;
|
|
5
5
|
isGeneral: boolean;
|
|
@@ -7,7 +7,7 @@ declare const _default: ({
|
|
|
7
7
|
isInstantaneous?: undefined;
|
|
8
8
|
isAbstract?: undefined;
|
|
9
9
|
} | {
|
|
10
|
-
|
|
10
|
+
obisId: number;
|
|
11
11
|
obisCode: string;
|
|
12
12
|
isStatic: boolean;
|
|
13
13
|
isInstantaneous: boolean;
|
|
@@ -15,7 +15,7 @@ declare const _default: ({
|
|
|
15
15
|
isGeneral?: undefined;
|
|
16
16
|
isAbstract?: undefined;
|
|
17
17
|
} | {
|
|
18
|
-
|
|
18
|
+
obisId: number;
|
|
19
19
|
obisCode: string;
|
|
20
20
|
isStatic: boolean;
|
|
21
21
|
isAbstract: boolean;
|
|
@@ -23,7 +23,7 @@ declare const _default: ({
|
|
|
23
23
|
isGeneral?: undefined;
|
|
24
24
|
isInstantaneous?: undefined;
|
|
25
25
|
} | {
|
|
26
|
-
|
|
26
|
+
obisId: number;
|
|
27
27
|
obisCode: string;
|
|
28
28
|
isStatic: boolean;
|
|
29
29
|
description: string;
|