jooby-codec 2.15.0 → 3.1.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/ActivateRatePlan.d.ts +1 -0
- package/dist/mtx/commands/downlink/ActivateRatePlan.js +1 -0
- package/dist/mtx/commands/downlink/ActivateRatePlan.js.map +1 -1
- package/dist/mtx/commands/downlink/GetDateTime.d.ts +1 -0
- package/dist/mtx/commands/downlink/GetDateTime.js +1 -0
- package/dist/mtx/commands/downlink/GetDateTime.js.map +1 -1
- package/dist/mtx/commands/downlink/GetDeviceId.d.ts +13 -0
- package/dist/mtx/commands/downlink/GetDeviceId.js +31 -0
- package/dist/mtx/commands/downlink/GetDeviceId.js.map +1 -0
- package/dist/mtx/commands/downlink/GetDisplayParam.d.ts +1 -0
- package/dist/mtx/commands/downlink/GetDisplayParam.js +1 -0
- package/dist/mtx/commands/downlink/GetDisplayParam.js.map +1 -1
- package/dist/mtx/commands/downlink/GetOpParams.d.ts +1 -0
- package/dist/mtx/commands/downlink/GetOpParams.js +1 -0
- package/dist/mtx/commands/downlink/GetOpParams.js.map +1 -1
- package/dist/mtx/commands/downlink/GetRatePlanInfo.d.ts +1 -0
- package/dist/mtx/commands/downlink/GetRatePlanInfo.js +1 -0
- package/dist/mtx/commands/downlink/GetRatePlanInfo.js.map +1 -1
- package/dist/mtx/commands/downlink/PrepareRatePlan.d.ts +18 -0
- package/dist/mtx/commands/downlink/PrepareRatePlan.js +47 -0
- package/dist/mtx/commands/downlink/PrepareRatePlan.js.map +1 -0
- package/dist/mtx/commands/downlink/RunTariffPlan.d.ts +17 -0
- package/dist/mtx/commands/downlink/RunTariffPlan.js +39 -0
- package/dist/mtx/commands/downlink/RunTariffPlan.js.map +1 -0
- package/dist/mtx/commands/downlink/SetDayProfile.d.ts +20 -0
- package/dist/mtx/commands/downlink/SetDayProfile.js +92 -0
- package/dist/mtx/commands/downlink/SetDayProfile.js.map +1 -0
- package/dist/mtx/commands/downlink/SetDisplayParam.d.ts +1 -0
- package/dist/mtx/commands/downlink/SetDisplayParam.js +1 -0
- package/dist/mtx/commands/downlink/SetDisplayParam.js.map +1 -1
- package/dist/mtx/commands/downlink/SetOpParams.d.ts +1 -0
- package/dist/mtx/commands/downlink/SetOpParams.js +1 -0
- package/dist/mtx/commands/downlink/SetOpParams.js.map +1 -1
- package/dist/mtx/commands/downlink/SetSeasonProfile.d.ts +19 -0
- package/dist/mtx/commands/downlink/SetSeasonProfile.js +63 -0
- package/dist/mtx/commands/downlink/SetSeasonProfile.js.map +1 -0
- package/dist/mtx/commands/downlink/SetSpecialDay.d.ts +19 -0
- package/dist/mtx/commands/downlink/SetSpecialDay.js +53 -0
- package/dist/mtx/commands/downlink/SetSpecialDay.js.map +1 -0
- package/dist/mtx/commands/downlink/TurnRelayOff.d.ts +1 -0
- package/dist/mtx/commands/downlink/TurnRelayOff.js +1 -0
- package/dist/mtx/commands/downlink/TurnRelayOff.js.map +1 -1
- package/dist/mtx/commands/downlink/TurnRelayOn.d.ts +1 -0
- package/dist/mtx/commands/downlink/TurnRelayOn.js +1 -0
- package/dist/mtx/commands/downlink/TurnRelayOn.js.map +1 -1
- 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/ActivateRatePlanResponse.d.ts +1 -0
- package/dist/mtx/commands/uplink/ActivateRatePlanResponse.js +1 -0
- package/dist/mtx/commands/uplink/ActivateRatePlanResponse.js.map +1 -1
- package/dist/mtx/commands/uplink/ErrorResponse.d.ts +1 -0
- package/dist/mtx/commands/uplink/ErrorResponse.js +1 -0
- package/dist/mtx/commands/uplink/ErrorResponse.js.map +1 -1
- package/dist/mtx/commands/uplink/GetDateTimeResponse.d.ts +1 -0
- package/dist/mtx/commands/uplink/GetDateTimeResponse.js +1 -0
- package/dist/mtx/commands/uplink/GetDateTimeResponse.js.map +1 -1
- package/dist/mtx/commands/uplink/GetDeviceIdResponse.d.ts +17 -0
- package/dist/mtx/commands/uplink/GetDeviceIdResponse.js +44 -0
- package/dist/mtx/commands/uplink/GetDeviceIdResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/GetDisplayParamResponse.d.ts +1 -0
- package/dist/mtx/commands/uplink/GetDisplayParamResponse.js +1 -0
- package/dist/mtx/commands/uplink/GetDisplayParamResponse.js.map +1 -1
- package/dist/mtx/commands/uplink/GetOpParamsResponse.d.ts +1 -0
- package/dist/mtx/commands/uplink/GetOpParamsResponse.js +1 -0
- package/dist/mtx/commands/uplink/GetOpParamsResponse.js.map +1 -1
- package/dist/mtx/commands/uplink/GetRatePlanInfoResponse.d.ts +1 -0
- package/dist/mtx/commands/uplink/GetRatePlanInfoResponse.js +1 -0
- package/dist/mtx/commands/uplink/GetRatePlanInfoResponse.js.map +1 -1
- package/dist/mtx/commands/uplink/PrepareRatePlanResponse.d.ts +13 -0
- package/dist/mtx/commands/uplink/PrepareRatePlanResponse.js +31 -0
- package/dist/mtx/commands/uplink/PrepareRatePlanResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/RunTariffPlanResponse.d.ts +13 -0
- package/dist/mtx/commands/uplink/RunTariffPlanResponse.js +31 -0
- package/dist/mtx/commands/uplink/RunTariffPlanResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/SetDayProfileResponse.d.ts +13 -0
- package/dist/mtx/commands/uplink/SetDayProfileResponse.js +31 -0
- package/dist/mtx/commands/uplink/SetDayProfileResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/SetDisplayParamResponse.d.ts +1 -0
- package/dist/mtx/commands/uplink/SetDisplayParamResponse.js +1 -0
- package/dist/mtx/commands/uplink/SetDisplayParamResponse.js.map +1 -1
- package/dist/mtx/commands/uplink/SetOpParamsResponse.d.ts +1 -0
- package/dist/mtx/commands/uplink/SetOpParamsResponse.js +1 -0
- package/dist/mtx/commands/uplink/SetOpParamsResponse.js.map +1 -1
- package/dist/mtx/commands/uplink/SetSeasonProfileResponse.d.ts +13 -0
- package/dist/mtx/commands/uplink/SetSeasonProfileResponse.js +31 -0
- package/dist/mtx/commands/uplink/SetSeasonProfileResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/SetSpecialDayResponse.d.ts +13 -0
- package/dist/mtx/commands/uplink/SetSpecialDayResponse.js +31 -0
- package/dist/mtx/commands/uplink/SetSpecialDayResponse.js.map +1 -0
- package/dist/mtx/commands/uplink/TurnRelayOffResponse.d.ts +1 -0
- package/dist/mtx/commands/uplink/TurnRelayOffResponse.js +1 -0
- package/dist/mtx/commands/uplink/TurnRelayOffResponse.js.map +1 -1
- package/dist/mtx/commands/uplink/TurnRelayOnResponse.d.ts +1 -0
- package/dist/mtx/commands/uplink/TurnRelayOnResponse.js +1 -0
- package/dist/mtx/commands/uplink/TurnRelayOnResponse.js.map +1 -1
- 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,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;
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
{ obisId: 1, obisCode: '1.4.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), current avg. 1' },
|
|
3
|
+
{ obisId: 2, obisCode: '1.5.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), average' },
|
|
4
|
+
{ obisId: 3, obisCode: '1.6.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, total' },
|
|
5
|
+
{ obisId: 4, obisCode: '1.6.1', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T1' },
|
|
6
|
+
{ obisId: 5, obisCode: '1.6.2', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T2' },
|
|
7
|
+
{ obisId: 6, obisCode: '1.6.3', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T3' },
|
|
8
|
+
{ obisId: 7, obisCode: '1.6.4', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T4' },
|
|
9
|
+
{ obisId: 8, obisCode: '1.8.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), total' },
|
|
10
|
+
{ obisId: 9, obisCode: '1.8.1', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T1' },
|
|
11
|
+
{ obisId: 10, obisCode: '1.8.2', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T2' },
|
|
12
|
+
{ obisId: 11, obisCode: '1.8.3', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T3' },
|
|
13
|
+
{ obisId: 12, obisCode: '1.8.4', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T4' },
|
|
14
|
+
{ obisId: 13, obisCode: '2.4.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), current avg. 1' },
|
|
15
|
+
{ obisId: 14, obisCode: '2.5.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), average' },
|
|
16
|
+
{ obisId: 15, obisCode: '2.6.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, total' },
|
|
17
|
+
{ obisId: 16, obisCode: '2.6.1', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T1' },
|
|
18
|
+
{ obisId: 17, obisCode: '2.6.2', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T2' },
|
|
19
|
+
{ obisId: 18, obisCode: '2.6.3', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T3' },
|
|
20
|
+
{ obisId: 19, obisCode: '2.6.4', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T4' },
|
|
21
|
+
{ obisId: 20, obisCode: '2.8.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), total' },
|
|
22
|
+
{ obisId: 21, obisCode: '2.8.1', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T1' },
|
|
23
|
+
{ obisId: 22, obisCode: '2.8.2', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T2' },
|
|
24
|
+
{ obisId: 23, obisCode: '2.8.3', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T3' },
|
|
25
|
+
{ obisId: 24, obisCode: '2.8.4', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T4' },
|
|
26
|
+
{ obisId: 25, obisCode: '3.4.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), current avg. 1' },
|
|
27
|
+
{ obisId: 26, obisCode: '3.5.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), average' },
|
|
28
|
+
{ obisId: 27, obisCode: '3.6.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, total' },
|
|
29
|
+
{ obisId: 28, obisCode: '3.6.1', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T1' },
|
|
30
|
+
{ obisId: 29, obisCode: '3.6.2', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T2' },
|
|
31
|
+
{ obisId: 30, obisCode: '3.6.3', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T3' },
|
|
32
|
+
{ obisId: 31, obisCode: '3.6.4', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T4' },
|
|
33
|
+
{ obisId: 32, obisCode: '3.8.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), total' },
|
|
34
|
+
{ obisId: 33, obisCode: '3.8.1', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T1' },
|
|
35
|
+
{ obisId: 34, obisCode: '3.8.2', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T2' },
|
|
36
|
+
{ obisId: 35, obisCode: '3.8.3', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T3' },
|
|
37
|
+
{ obisId: 36, obisCode: '3.8.4', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T4' },
|
|
38
|
+
{ obisId: 37, obisCode: '4.4.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), current avg. 1' },
|
|
39
|
+
{ obisId: 38, obisCode: '4.5.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), average' },
|
|
40
|
+
{ obisId: 39, obisCode: '4.6.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, total' },
|
|
41
|
+
{ obisId: 40, obisCode: '4.6.1', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T1' },
|
|
42
|
+
{ obisId: 41, obisCode: '4.6.2', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T2' },
|
|
43
|
+
{ obisId: 42, obisCode: '4.6.3', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T3' },
|
|
44
|
+
{ obisId: 43, obisCode: '4.6.4', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T4' },
|
|
45
|
+
{ obisId: 44, obisCode: '4.8.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), total' },
|
|
46
|
+
{ obisId: 45, obisCode: '4.8.1', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T1' },
|
|
47
|
+
{ obisId: 46, obisCode: '4.8.2', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T2' },
|
|
48
|
+
{ obisId: 47, obisCode: '4.8.3', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T3' },
|
|
49
|
+
{ obisId: 48, obisCode: '4.8.4', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T4' },
|
|
50
|
+
{ obisId: 49, obisCode: '5.4.0', isStatic: true, isGeneral: true, description: 'reactive power QI, current avg. 1' },
|
|
51
|
+
{ obisId: 50, obisCode: '5.5.0', isStatic: true, isGeneral: true, description: 'reactive power QI, average' },
|
|
52
|
+
{ obisId: 51, obisCode: '5.6.0', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, total' },
|
|
53
|
+
{ obisId: 52, obisCode: '5.6.1', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T1' },
|
|
54
|
+
{ obisId: 53, obisCode: '5.6.2', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T2' },
|
|
55
|
+
{ obisId: 54, obisCode: '5.6.3', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T3' },
|
|
56
|
+
{ obisId: 55, obisCode: '5.6.4', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T4' },
|
|
57
|
+
{ obisId: 56, obisCode: '5.8.0', isStatic: true, isGeneral: true, description: 'reactive power QI, total' },
|
|
58
|
+
{ obisId: 57, obisCode: '5.8.1', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T1' },
|
|
59
|
+
{ obisId: 58, obisCode: '5.8.2', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T2' },
|
|
60
|
+
{ obisId: 59, obisCode: '5.8.3', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T3' },
|
|
61
|
+
{ obisId: 60, obisCode: '5.8.4', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T4' },
|
|
62
|
+
{ obisId: 61, obisCode: '6.4.0', isStatic: true, isGeneral: true, description: 'reactive power QII, current avg. 1' },
|
|
63
|
+
{ obisId: 62, obisCode: '6.5.0', isStatic: true, isGeneral: true, description: 'reactive power QII, average' },
|
|
64
|
+
{ obisId: 63, obisCode: '6.6.0', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, total' },
|
|
65
|
+
{ obisId: 64, obisCode: '6.6.1', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T1' },
|
|
66
|
+
{ obisId: 65, obisCode: '6.6.2', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T2' },
|
|
67
|
+
{ obisId: 66, obisCode: '6.6.3', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T3' },
|
|
68
|
+
{ obisId: 67, obisCode: '6.6.4', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T4' },
|
|
69
|
+
{ obisId: 68, obisCode: '6.8.0', isStatic: true, isGeneral: true, description: 'reactive power QII, total' },
|
|
70
|
+
{ obisId: 69, obisCode: '6.8.1', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T1' },
|
|
71
|
+
{ obisId: 70, obisCode: '6.8.2', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T2' },
|
|
72
|
+
{ obisId: 71, obisCode: '6.8.3', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T3' },
|
|
73
|
+
{ obisId: 72, obisCode: '6.8.4', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T4' },
|
|
74
|
+
{ obisId: 73, obisCode: '7.4.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, current avg. 1' },
|
|
75
|
+
{ obisId: 74, obisCode: '7.5.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, average' },
|
|
76
|
+
{ obisId: 75, obisCode: '7.6.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, total' },
|
|
77
|
+
{ obisId: 76, obisCode: '7.6.1', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T1' },
|
|
78
|
+
{ obisId: 77, obisCode: '7.6.2', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T2' },
|
|
79
|
+
{ obisId: 78, obisCode: '7.6.3', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T3' },
|
|
80
|
+
{ obisId: 79, obisCode: '7.6.4', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T4' },
|
|
81
|
+
{ obisId: 80, obisCode: '7.8.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, total' },
|
|
82
|
+
{ obisId: 81, obisCode: '7.8.1', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T1' },
|
|
83
|
+
{ obisId: 82, obisCode: '7.8.2', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T2' },
|
|
84
|
+
{ obisId: 83, obisCode: '7.8.3', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T3' },
|
|
85
|
+
{ obisId: 84, obisCode: '7.8.4', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T4' },
|
|
86
|
+
{ obisId: 85, obisCode: '8.4.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, current avg. 1' },
|
|
87
|
+
{ obisId: 86, obisCode: '8.5.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, average' },
|
|
88
|
+
{ obisId: 87, obisCode: '8.6.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, total' },
|
|
89
|
+
{ obisId: 88, obisCode: '8.6.1', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T1' },
|
|
90
|
+
{ obisId: 89, obisCode: '8.6.2', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T2' },
|
|
91
|
+
{ obisId: 90, obisCode: '8.6.3', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T3' },
|
|
92
|
+
{ obisId: 91, obisCode: '8.6.4', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T4' },
|
|
93
|
+
{ obisId: 92, obisCode: '8.8.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, total' },
|
|
94
|
+
{ obisId: 93, obisCode: '8.8.1', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T1' },
|
|
95
|
+
{ obisId: 94, obisCode: '8.8.2', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T2' },
|
|
96
|
+
{ obisId: 95, obisCode: '8.8.3', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T3' },
|
|
97
|
+
{ obisId: 96, obisCode: '8.8.4', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T4' },
|
|
98
|
+
{ obisId: 97, obisCode: '9.5.0', isStatic: true, isGeneral: true, description: 'apparent power+ (QI+QIV), average' },
|
|
99
|
+
{ obisId: 98, obisCode: '9.8.0', isStatic: true, isGeneral: true, description: 'apparent power+ (QI+QIV), total' },
|
|
100
|
+
{ obisId: 99, obisCode: '10.5.0', isStatic: true, isGeneral: true, description: 'apparent power- (QII+QIII), average' },
|
|
101
|
+
{ obisId: 100, obisCode: '10.8.0', isStatic: true, isGeneral: true, description: 'apparent power- (QII+QIII), total' },
|
|
102
|
+
{ obisId: 101, obisCode: '15.4.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), current avg. 1' },
|
|
103
|
+
{ obisId: 102, obisCode: '15.5.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), average' },
|
|
104
|
+
{ obisId: 103, obisCode: '15.6.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, total' },
|
|
105
|
+
{ obisId: 104, obisCode: '15.6.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T1' },
|
|
106
|
+
{ obisId: 105, obisCode: '15.6.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T2' },
|
|
107
|
+
{ obisId: 106, obisCode: '15.6.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T3' },
|
|
108
|
+
{ obisId: 107, obisCode: '15.6.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T4' },
|
|
109
|
+
{ obisId: 108, obisCode: '15.8.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), total' },
|
|
110
|
+
{ obisId: 109, obisCode: '15.8.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T1' },
|
|
111
|
+
{ obisId: 110, obisCode: '15.8.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T2' },
|
|
112
|
+
{ obisId: 111, obisCode: '15.8.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T3' },
|
|
113
|
+
{ obisId: 112, obisCode: '15.8.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T4' },
|
|
114
|
+
{ obisId: 113, obisCode: '16.4.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), current avg. 1' },
|
|
115
|
+
{ obisId: 114, obisCode: '16.5.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), average' },
|
|
116
|
+
{ obisId: 115, obisCode: '16.6.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, total' },
|
|
117
|
+
{ obisId: 116, obisCode: '16.6.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T1' },
|
|
118
|
+
{ obisId: 117, obisCode: '16.6.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T2' },
|
|
119
|
+
{ obisId: 118, obisCode: '16.6.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T3' },
|
|
120
|
+
{ obisId: 119, obisCode: '16.6.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T4' },
|
|
121
|
+
{ obisId: 120, obisCode: '16.8.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), total' },
|
|
122
|
+
{ obisId: 121, obisCode: '16.8.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T1' },
|
|
123
|
+
{ obisId: 122, obisCode: '16.8.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T2' },
|
|
124
|
+
{ obisId: 123, obisCode: '16.8.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T3' },
|
|
125
|
+
{ obisId: 124, obisCode: '16.8.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T4' },
|
|
126
|
+
{ obisId: 125, obisCode: '11.5.0', isStatic: true, isGeneral: true, description: 'current phase L1 average' },
|
|
127
|
+
{ obisId: 126, obisCode: '31.5.0', isStatic: true, isGeneral: true, description: 'current phase L1 average' },
|
|
128
|
+
{ obisId: 127, obisCode: '51.5.0', isStatic: true, isGeneral: true, description: 'current phase L2 average' },
|
|
129
|
+
{ obisId: 128, obisCode: '71.5.0', isStatic: true, isGeneral: true, description: 'current phase L3 average' },
|
|
130
|
+
{ obisId: 129, obisCode: '91.5.0', isStatic: true, isGeneral: true, description: 'current neutral average' },
|
|
131
|
+
{ obisId: 130, obisCode: '12.5.0', isStatic: true, isGeneral: true, description: 'voltage average' },
|
|
132
|
+
{ obisId: 131, obisCode: '32.5.0', isStatic: true, isGeneral: true, description: 'voltage phase L1 average' },
|
|
133
|
+
{ obisId: 132, obisCode: '52.5.0', isStatic: true, isGeneral: true, description: 'voltage phase L2 average' },
|
|
134
|
+
{ obisId: 133, obisCode: '72.5.0', isStatic: true, isGeneral: true, description: 'voltage phase L3 average' },
|
|
135
|
+
{ obisId: 134, obisCode: '1.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV)' },
|
|
136
|
+
{ obisId: 135, obisCode: '21.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV), L1' },
|
|
137
|
+
{ obisId: 136, obisCode: '41.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV), L2' },
|
|
138
|
+
{ obisId: 137, obisCode: '61.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV), L3' },
|
|
139
|
+
{ obisId: 138, obisCode: '2.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII)' },
|
|
140
|
+
{ obisId: 139, obisCode: '22.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII), L1' },
|
|
141
|
+
{ obisId: 140, obisCode: '42.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII), L2' },
|
|
142
|
+
{ obisId: 141, obisCode: '62.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII), L3' },
|
|
143
|
+
{ obisId: 142, obisCode: '3.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII)' },
|
|
144
|
+
{ obisId: 143, obisCode: '23.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII), L1' },
|
|
145
|
+
{ obisId: 144, obisCode: '43.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII), L2' },
|
|
146
|
+
{ obisId: 145, obisCode: '63.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII), L3' },
|
|
147
|
+
{ obisId: 146, obisCode: '4.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV)' },
|
|
148
|
+
{ obisId: 147, obisCode: '24.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV), L1' },
|
|
149
|
+
{ obisId: 148, obisCode: '44.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV), L2' },
|
|
150
|
+
{ obisId: 149, obisCode: '64.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV), L3' },
|
|
151
|
+
{ obisId: 150, obisCode: '11.7.0', isStatic: true, isInstantaneous: true, description: 'current' },
|
|
152
|
+
{ obisId: 151, obisCode: '31.7.0', isStatic: true, isInstantaneous: true, description: 'current, L1' },
|
|
153
|
+
{ obisId: 152, obisCode: '51.7.0', isStatic: true, isInstantaneous: true, description: 'current, L2' },
|
|
154
|
+
{ obisId: 153, obisCode: '71.7.0', isStatic: true, isInstantaneous: true, description: 'current, L3' },
|
|
155
|
+
{ obisId: 154, obisCode: '12.7.0', isStatic: true, isInstantaneous: true, description: 'voltage' },
|
|
156
|
+
{ obisId: 155, obisCode: '32.7.0', isStatic: true, isInstantaneous: true, description: 'voltage, L1' },
|
|
157
|
+
{ obisId: 156, obisCode: '52.7.0', isStatic: true, isInstantaneous: true, description: 'voltage, L2' },
|
|
158
|
+
{ obisId: 157, obisCode: '72.7.0', isStatic: true, isInstantaneous: true, description: 'voltage, L3' },
|
|
159
|
+
{ obisId: 158, obisCode: '13.7.0', isStatic: true, isInstantaneous: true, description: 'sum Li Power factor' },
|
|
160
|
+
{ obisId: 159, obisCode: '33.7.0', isStatic: true, isInstantaneous: true, description: 'power factor, L1' },
|
|
161
|
+
{ obisId: 160, obisCode: '53.7.0', isStatic: true, isInstantaneous: true, description: 'power factor, L2' },
|
|
162
|
+
{ obisId: 161, obisCode: '73.7.0', isStatic: true, isInstantaneous: true, description: 'power factor, L3' },
|
|
163
|
+
{ obisId: 162, obisCode: '14.7.0', isStatic: true, isInstantaneous: true, description: 'sum supply frequency' },
|
|
164
|
+
{ obisId: 163, obisCode: '34.7.0', isStatic: true, isInstantaneous: true, description: 'supply frequency, L1' },
|
|
165
|
+
{ obisId: 164, obisCode: '54.7.0', isStatic: true, isInstantaneous: true, description: 'supply frequency, L2' },
|
|
166
|
+
{ obisId: 165, obisCode: '74.7.0', isStatic: true, isInstantaneous: true, description: 'supply frequency, L3' },
|
|
167
|
+
{ obisId: 166, obisCode: '15.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII))' },
|
|
168
|
+
{ obisId: 167, obisCode: '35.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), L1' },
|
|
169
|
+
{ obisId: 168, obisCode: '55.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), L2' },
|
|
170
|
+
{ obisId: 169, obisCode: '75.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), L3' },
|
|
171
|
+
{ obisId: 170, obisCode: '16.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII))' },
|
|
172
|
+
{ obisId: 171, obisCode: '36.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), L1' },
|
|
173
|
+
{ obisId: 172, obisCode: '56.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), L2' },
|
|
174
|
+
{ obisId: 173, obisCode: '76.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), L3' },
|
|
175
|
+
{ obisId: 174, obisCode: '17.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI' },
|
|
176
|
+
{ obisId: 175, obisCode: '37.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI, L1' },
|
|
177
|
+
{ obisId: 176, obisCode: '57.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI, L2' },
|
|
178
|
+
{ obisId: 177, obisCode: '77.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI, L3' },
|
|
179
|
+
{ obisId: 178, obisCode: '18.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII' },
|
|
180
|
+
{ obisId: 179, obisCode: '38.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII, L1' },
|
|
181
|
+
{ obisId: 180, obisCode: '58.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII, L2' },
|
|
182
|
+
{ obisId: 181, obisCode: '78.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII, L3' },
|
|
183
|
+
{ obisId: 182, obisCode: '19.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII' },
|
|
184
|
+
{ obisId: 183, obisCode: '39.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII, L1' },
|
|
185
|
+
{ obisId: 184, obisCode: '59.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII, L2' },
|
|
186
|
+
{ obisId: 185, obisCode: '79.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII, L3' },
|
|
187
|
+
{ obisId: 186, obisCode: '20.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV' },
|
|
188
|
+
{ obisId: 187, obisCode: '40.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV, L1' },
|
|
189
|
+
{ obisId: 188, obisCode: '60.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV, L2' },
|
|
190
|
+
{ obisId: 189, obisCode: '80.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV, L3' },
|
|
191
|
+
{ obisId: 190, obisCode: '81.7.1', isStatic: true, isInstantaneous: true, description: 'angle of U(L2) - U(L1)' },
|
|
192
|
+
{ obisId: 191, obisCode: '81.7.2', isStatic: true, isInstantaneous: true, description: 'angle of U(L3) - U(L2)' },
|
|
193
|
+
{ obisId: 192, obisCode: '91.7.0', isStatic: true, isInstantaneous: true, description: 'L0 current (neutral)' },
|
|
194
|
+
{ obisId: 193, obisCode: '0.0.0', isStatic: true, isAbstract: true, description: 'device ID' },
|
|
195
|
+
{ obisId: 194, obisCode: '0.2.0', isStatic: true, isAbstract: true, description: 'active firmware identifier' },
|
|
196
|
+
{ obisId: 195, obisCode: '0.2.1', isStatic: true, isAbstract: true, description: 'active firmware version' },
|
|
197
|
+
{ obisId: 196, obisCode: '0.2.8', isStatic: true, isAbstract: true, description: 'active firmware signature' },
|
|
198
|
+
{ obisId: 197, obisCode: '0.9.1', isStatic: true, isAbstract: true, description: 'local time' },
|
|
199
|
+
{ obisId: 198, obisCode: '0.9.2', isStatic: true, isAbstract: true, description: 'local date' },
|
|
200
|
+
{ obisId: 199, obisCode: 'F.F.0*255', isStatic: true, isAbstract: true, description: 'fatal error meter status' },
|
|
201
|
+
{ obisId: 210, obisCode: 'C.5.0', isStatic: false, description: 'internal operating status, global' },
|
|
202
|
+
{ obisId: 211, obisCode: 'C.5.1', isStatic: false, description: 'internal operating status (status word 1)' },
|
|
203
|
+
{ obisId: 212, obisCode: 'C.5.2', isStatic: false, description: 'internal operating status (status word 2)' },
|
|
204
|
+
{ obisId: 213, obisCode: 'C.5.3', isStatic: false, description: 'internal operating status (status word 3)' },
|
|
205
|
+
{ obisId: 214, obisCode: 'C.5.4', isStatic: false, description: 'internal operating status (status word 4)' },
|
|
206
|
+
{ obisId: 215, obisCode: 'C.5.5', isStatic: false, description: 'meter started status flag' },
|
|
207
|
+
{ obisId: 216, obisCode: 'C.7.0', isStatic: false, description: 'number of power failures' },
|
|
208
|
+
{ obisId: 217, obisCode: 'C.7.5', isStatic: false, description: 'number of long power failures' },
|
|
209
|
+
{ obisId: 218, obisCode: 'C.10.0', isStatic: false, description: 'status information missing voltage' },
|
|
210
|
+
{ obisId: 219, obisCode: 'C.10.1', isStatic: false, description: 'status information missing current' },
|
|
211
|
+
{ obisId: 220, obisCode: 'C.10.2', isStatic: false, description: 'status information current without voltage' },
|
|
212
|
+
{ obisId: 221, obisCode: 'C.10.3', isStatic: false, description: 'status information auxiliary power supply' },
|
|
213
|
+
{ obisId: 222, obisCode: 'C.20.0', isStatic: false, description: 'meter open event counter' },
|
|
214
|
+
{ obisId: 223, obisCode: 'C.20.1', isStatic: false, description: 'meter open event, time stamp of current event occurrence' },
|
|
215
|
+
{ obisId: 224, obisCode: 'C.20.5', isStatic: false, description: 'terminal cover open event counter' },
|
|
216
|
+
{ obisId: 225, obisCode: 'C.20.6', isStatic: false, description: 'terminal cover open event, time stamp of current event occurrence' },
|
|
217
|
+
{ obisId: 226, obisCode: 'C.20.10', isStatic: false, description: 'tilt event counter' },
|
|
218
|
+
{ obisId: 227, obisCode: 'C.20.11', isStatic: false, description: 'tilt event, time stamp of current event occurrence' },
|
|
219
|
+
{ obisId: 228, obisCode: 'C.20.15', isStatic: false, description: 'strong DC magnetic field event counter' },
|
|
220
|
+
{ obisId: 229, obisCode: 'C.20.16', isStatic: false, description: 'strong DC magnetic field event, time stamp of current event occurrence' },
|
|
221
|
+
{ obisId: 230, obisCode: 'C.20.20', isStatic: false, description: 'supply control switch / valve tamper event counter' },
|
|
222
|
+
{ obisId: 231, obisCode: 'C.20.21', isStatic: false, description: 'supply control switch / valve tamper event, time stamp of current event occurrence' },
|
|
223
|
+
{ obisId: 232, obisCode: 'C.20.25', isStatic: false, description: 'metrology tamper event counter' },
|
|
224
|
+
{ obisId: 233, obisCode: 'C.20.26', isStatic: false, description: 'metrology tamper event, time stamp of current event occurrence' },
|
|
225
|
+
{ obisId: 234, obisCode: 'C.20.30', isStatic: false, description: 'communication tamper event counter' },
|
|
226
|
+
{ obisId: 235, obisCode: 'C.20.31', isStatic: false, description: 'communication tamper event, time stamp of current event occurrence' }
|
|
227
|
+
];
|
|
228
|
+
//# sourceMappingURL=obisIds.js.map
|