jooby-codec 2.14.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/constants/commandRelations.d.ts +4 -0
- package/dist/mtx/constants/commandRelations.js +21 -0
- package/dist/mtx/constants/commandRelations.js.map +1 -0
- 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.d.ts +2 -0
- package/dist/obis-observer/constants/commandRelations.js +35 -14
- 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,16 +0,0 @@
|
|
|
1
|
-
import Command, { TCommandExampleList } from '../../Command.js';
|
|
2
|
-
import { ICommandParameters } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
interface IGetShortNamesResponseParameters extends ICommandParameters {
|
|
4
|
-
shortNameList: Array<number>;
|
|
5
|
-
}
|
|
6
|
-
declare class GetShortNamesResponse extends Command {
|
|
7
|
-
parameters: IGetShortNamesResponseParameters;
|
|
8
|
-
constructor(parameters: IGetShortNamesResponseParameters);
|
|
9
|
-
static readonly id = 2;
|
|
10
|
-
static readonly directionType = 2;
|
|
11
|
-
static readonly examples: TCommandExampleList;
|
|
12
|
-
static readonly hasParameters = true;
|
|
13
|
-
static fromBytes(data: Uint8Array): GetShortNamesResponse;
|
|
14
|
-
toBytes(): Uint8Array;
|
|
15
|
-
}
|
|
16
|
-
export default GetShortNamesResponse;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import Command from '../../Command.js';
|
|
2
|
-
import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
import { UPLINK } from '../../constants/directions.js';
|
|
4
|
-
const COMMAND_ID = 0x02;
|
|
5
|
-
const examples = [
|
|
6
|
-
{
|
|
7
|
-
name: 'two short names for OBIS code 0.9.1 - local time',
|
|
8
|
-
parameters: {
|
|
9
|
-
requestId: 3,
|
|
10
|
-
shortNameList: [197, 198]
|
|
11
|
-
},
|
|
12
|
-
hex: { header: '02', body: '03 03 c5 c6' }
|
|
13
|
-
}
|
|
14
|
-
];
|
|
15
|
-
class GetShortNamesResponse extends Command {
|
|
16
|
-
constructor(parameters) {
|
|
17
|
-
super();
|
|
18
|
-
this.parameters = parameters;
|
|
19
|
-
this.size = 1 + REQUEST_ID_SIZE + parameters.shortNameList.length;
|
|
20
|
-
}
|
|
21
|
-
static fromBytes(data) {
|
|
22
|
-
const buffer = new CommandBinaryBuffer(data);
|
|
23
|
-
const size = buffer.getUint8();
|
|
24
|
-
const requestId = buffer.getUint8();
|
|
25
|
-
const shortNameList = [...new Array(size - REQUEST_ID_SIZE)].map(() => buffer.getUint8());
|
|
26
|
-
return new GetShortNamesResponse({ requestId, shortNameList });
|
|
27
|
-
}
|
|
28
|
-
toBytes() {
|
|
29
|
-
if (typeof this.size !== 'number') {
|
|
30
|
-
throw new Error('unknown or invalid size');
|
|
31
|
-
}
|
|
32
|
-
const buffer = new CommandBinaryBuffer(this.size);
|
|
33
|
-
const { requestId, shortNameList } = this.parameters;
|
|
34
|
-
buffer.setUint8(this.size - 1);
|
|
35
|
-
buffer.setUint8(requestId);
|
|
36
|
-
shortNameList.forEach(shortName => buffer.setUint8(shortName));
|
|
37
|
-
return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
GetShortNamesResponse.id = COMMAND_ID;
|
|
41
|
-
GetShortNamesResponse.directionType = UPLINK;
|
|
42
|
-
GetShortNamesResponse.examples = examples;
|
|
43
|
-
GetShortNamesResponse.hasParameters = true;
|
|
44
|
-
export default GetShortNamesResponse;
|
|
45
|
-
//# sourceMappingURL=GetShortNamesResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetShortNamesResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/GetShortNamesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AAUrD,MAAM,UAAU,GAAG,IAAI,CAAC;AAExB,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,kDAAkD;QACxD,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,aAAa,EAAE,CAAC,GAAG,EAAE,GAAG,CAAC;SAC5B;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,aAAa,EAAC;KAC3C;CACJ,CAAC;AAuBF,MAAM,qBAAsB,SAAQ,OAAO;IACvC,YAAqB,UAA4C;QAC7D,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAkC;QAI7D,IAAI,CAAC,IAAI,GAAG,CAAC,GAAG,eAAe,GAAG,UAAU,CAAC,aAAa,CAAC,MAAM,CAAC;IACtE,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,MAAM,IAAI,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QAC/B,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QAEpC,MAAM,aAAa,GAAG,CAAC,GAAG,IAAI,KAAK,CAAC,IAAI,GAAG,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC;QAE1F,OAAO,IAAI,qBAAqB,CAAC,EAAC,SAAS,EAAE,aAAa,EAAC,CAAC,CAAC;IACjE,CAAC;IAGD,OAAO;QACH,IAAK,OAAO,IAAI,CAAC,IAAI,KAAK,QAAQ,EAAG;YACjC,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;SAC9C;QAED,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAClD,MAAM,EAAC,SAAS,EAAE,aAAa,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAGnD,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC;QAC/B,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,aAAa,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QAE/D,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AApCe,wBAAE,GAAG,UAAU,CAAC;AAEhB,mCAAa,GAAG,MAAM,CAAC;AAEvB,8BAAQ,GAAG,QAAQ,CAAC;AAEpB,mCAAa,GAAG,IAAI,CAAC;AAkCzC,eAAe,qBAAqB,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import Command, { TCommandExampleList } from '../../Command.js';
|
|
2
|
-
import { ICommandParameters, IShortNameFloat } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
import { TTime2000 } from '../../../utils/time.js';
|
|
4
|
-
interface IReadArchiveResponseParameters extends ICommandParameters {
|
|
5
|
-
time2000: TTime2000;
|
|
6
|
-
shortNameList: Array<IShortNameFloat>;
|
|
7
|
-
}
|
|
8
|
-
declare class ReadArchiveResponse extends Command {
|
|
9
|
-
parameters: IReadArchiveResponseParameters;
|
|
10
|
-
constructor(parameters: IReadArchiveResponseParameters);
|
|
11
|
-
static readonly id = 18;
|
|
12
|
-
static readonly directionType = 2;
|
|
13
|
-
static readonly examples: TCommandExampleList;
|
|
14
|
-
static readonly hasParameters = true;
|
|
15
|
-
static fromBytes(data: Uint8Array): ReadArchiveResponse;
|
|
16
|
-
toBytes(): Uint8Array;
|
|
17
|
-
}
|
|
18
|
-
export default ReadArchiveResponse;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import Command from '../../Command.js';
|
|
2
|
-
import CommandBinaryBuffer, { REQUEST_ID_SIZE, DATE_TIME_SIZE } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
import { UPLINK } from '../../constants/directions.js';
|
|
4
|
-
const COMMAND_ID = 0x12;
|
|
5
|
-
const COMMAND_HEADER_SIZE = REQUEST_ID_SIZE + DATE_TIME_SIZE;
|
|
6
|
-
const examples = [
|
|
7
|
-
{
|
|
8
|
-
name: 'archive from 2023-12-23 04:00:00 GMT',
|
|
9
|
-
parameters: {
|
|
10
|
-
requestId: 34,
|
|
11
|
-
time2000: 756619200,
|
|
12
|
-
shortNameList: [
|
|
13
|
-
{ code: 50, content: 22.27 },
|
|
14
|
-
{ code: 56, content: 89.33 }
|
|
15
|
-
]
|
|
16
|
-
},
|
|
17
|
-
hex: { header: '12', body: '0f 22 2d 19 17 c0 32 41 b2 28 f6 38 42 b2 a8 f6' }
|
|
18
|
-
}
|
|
19
|
-
];
|
|
20
|
-
class ReadArchiveResponse extends Command {
|
|
21
|
-
constructor(parameters) {
|
|
22
|
-
super();
|
|
23
|
-
this.parameters = parameters;
|
|
24
|
-
let size = 1 + COMMAND_HEADER_SIZE;
|
|
25
|
-
this.parameters.shortNameList.forEach(shortName => {
|
|
26
|
-
size += CommandBinaryBuffer.getShortNameContentSize(shortName);
|
|
27
|
-
});
|
|
28
|
-
this.size = size;
|
|
29
|
-
}
|
|
30
|
-
static fromBytes(data) {
|
|
31
|
-
const buffer = new CommandBinaryBuffer(data);
|
|
32
|
-
let size = buffer.getUint8() - COMMAND_HEADER_SIZE;
|
|
33
|
-
const requestId = buffer.getUint8();
|
|
34
|
-
const time2000 = buffer.getUint32();
|
|
35
|
-
const shortNameList = [];
|
|
36
|
-
while (size) {
|
|
37
|
-
const shortName = buffer.getShortNameFloat();
|
|
38
|
-
size -= CommandBinaryBuffer.getShortNameContentSize(shortName);
|
|
39
|
-
shortNameList.push(shortName);
|
|
40
|
-
}
|
|
41
|
-
return new ReadArchiveResponse({ requestId, time2000, shortNameList });
|
|
42
|
-
}
|
|
43
|
-
toBytes() {
|
|
44
|
-
if (typeof this.size !== 'number') {
|
|
45
|
-
throw new Error('unknown or invalid size');
|
|
46
|
-
}
|
|
47
|
-
const buffer = new CommandBinaryBuffer(this.size);
|
|
48
|
-
const { requestId, time2000, shortNameList } = this.parameters;
|
|
49
|
-
buffer.setUint8(this.size - 1);
|
|
50
|
-
buffer.setUint8(requestId);
|
|
51
|
-
buffer.setUint32(time2000);
|
|
52
|
-
shortNameList.forEach(shortName => buffer.setShortNameFloat(shortName));
|
|
53
|
-
return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
ReadArchiveResponse.id = COMMAND_ID;
|
|
57
|
-
ReadArchiveResponse.directionType = UPLINK;
|
|
58
|
-
ReadArchiveResponse.examples = examples;
|
|
59
|
-
ReadArchiveResponse.hasParameters = true;
|
|
60
|
-
export default ReadArchiveResponse;
|
|
61
|
-
//# sourceMappingURL=ReadArchiveResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ReadArchiveResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/ReadArchiveResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAuC,cAAc,EAAC,MAAM,8BAA8B,CAAC;AACvI,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AAYrD,MAAM,UAAU,GAAG,IAAI,CAAC;AAGxB,MAAM,mBAAmB,GAAG,eAAe,GAAG,cAAc,CAAC;AAE7D,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,sCAAsC;QAC5C,UAAU,EAAE;YACR,SAAS,EAAE,EAAE;YACb,QAAQ,EAAE,SAAS;YACnB,aAAa,EAAE;gBACX,EAAC,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,KAAK,EAAC;gBAC1B,EAAC,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,KAAK,EAAC;aAC7B;SACJ;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,iDAAiD,EAAC;KAC/E;CACJ,CAAC;AA6BF,MAAM,mBAAoB,SAAQ,OAAO;IACrC,YAAqB,UAA0C;QAC3D,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAgC;QAI3D,IAAI,IAAI,GAAG,CAAC,GAAG,mBAAmB,CAAC;QAGnC,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAC9C,IAAI,IAAI,mBAAmB,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;QACnE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACrB,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,IAAI,IAAI,GAAG,MAAM,CAAC,QAAQ,EAAE,GAAG,mBAAmB,CAAC;QACnD,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,EAAE,CAAC;QACpC,MAAM,QAAQ,GAAG,MAAM,CAAC,SAAS,EAAE,CAAC;QACpC,MAAM,aAAa,GAAG,EAAE,CAAC;QAEzB,OAAQ,IAAI,EAAG;YACX,MAAM,SAAS,GAAG,MAAM,CAAC,iBAAiB,EAAE,CAAC;YAE7C,IAAI,IAAI,mBAAmB,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;YAC/D,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;SACjC;QAED,OAAO,IAAI,mBAAmB,CAAC,EAAC,SAAS,EAAE,QAAQ,EAAE,aAAa,EAAC,CAAC,CAAC;IACzE,CAAC;IAGD,OAAO;QACH,IAAK,OAAO,IAAI,CAAC,IAAI,KAAK,QAAQ,EAAG;YACjC,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;SAC9C;QAED,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAClD,MAAM,EAAC,SAAS,EAAE,QAAQ,EAAE,aAAa,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAG7D,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC;QAC/B,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;QAC3B,aAAa,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,MAAM,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAC,CAAC;QAExE,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA5Ce,sBAAE,GAAG,UAAU,CAAC;AAEhB,iCAAa,GAAG,MAAM,CAAC;AAEvB,4BAAQ,GAAG,QAAQ,CAAC;AAEpB,iCAAa,GAAG,IAAI,CAAC;AA0CzC,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import Command, { TCommandExampleList } from '../../Command.js';
|
|
2
|
-
import { ICommandParameters } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
interface IRemoveShortNameProfileResponseParameters extends ICommandParameters {
|
|
4
|
-
resultCode: number;
|
|
5
|
-
}
|
|
6
|
-
declare class RemoveShortNameProfileResponse extends Command {
|
|
7
|
-
parameters: IRemoveShortNameProfileResponseParameters;
|
|
8
|
-
constructor(parameters: IRemoveShortNameProfileResponseParameters);
|
|
9
|
-
static readonly id = 8;
|
|
10
|
-
static readonly directionType = 2;
|
|
11
|
-
static readonly examples: TCommandExampleList;
|
|
12
|
-
static readonly hasParameters = true;
|
|
13
|
-
static fromBytes(data: Uint8Array): RemoveShortNameProfileResponse;
|
|
14
|
-
toBytes(): Uint8Array;
|
|
15
|
-
}
|
|
16
|
-
export default RemoveShortNameProfileResponse;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import Command from '../../Command.js';
|
|
2
|
-
import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
import { UPLINK } from '../../constants/directions.js';
|
|
4
|
-
import { resultCodes } from '../../constants/index.js';
|
|
5
|
-
const COMMAND_ID = 0x08;
|
|
6
|
-
const COMMAND_SIZE = 1 + REQUEST_ID_SIZE;
|
|
7
|
-
const examples = [
|
|
8
|
-
{
|
|
9
|
-
name: 'remove short name profile - not found',
|
|
10
|
-
parameters: {
|
|
11
|
-
requestId: 5,
|
|
12
|
-
resultCode: resultCodes.PROFILE_NOT_FOUND
|
|
13
|
-
},
|
|
14
|
-
hex: { header: '08', body: '05 05' }
|
|
15
|
-
}
|
|
16
|
-
];
|
|
17
|
-
class RemoveShortNameProfileResponse extends Command {
|
|
18
|
-
constructor(parameters) {
|
|
19
|
-
super();
|
|
20
|
-
this.parameters = parameters;
|
|
21
|
-
this.size = COMMAND_SIZE;
|
|
22
|
-
}
|
|
23
|
-
static fromBytes(data) {
|
|
24
|
-
const buffer = new CommandBinaryBuffer(data);
|
|
25
|
-
return new RemoveShortNameProfileResponse({
|
|
26
|
-
requestId: buffer.getUint8(),
|
|
27
|
-
resultCode: buffer.getUint8()
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
toBytes() {
|
|
31
|
-
const buffer = new CommandBinaryBuffer(COMMAND_SIZE);
|
|
32
|
-
const { requestId, resultCode } = this.parameters;
|
|
33
|
-
buffer.setUint8(requestId);
|
|
34
|
-
buffer.setUint8(resultCode);
|
|
35
|
-
return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
RemoveShortNameProfileResponse.id = COMMAND_ID;
|
|
39
|
-
RemoveShortNameProfileResponse.directionType = UPLINK;
|
|
40
|
-
RemoveShortNameProfileResponse.examples = examples;
|
|
41
|
-
RemoveShortNameProfileResponse.hasParameters = true;
|
|
42
|
-
export default RemoveShortNameProfileResponse;
|
|
43
|
-
//# sourceMappingURL=RemoveShortNameProfileResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RemoveShortNameProfileResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/RemoveShortNameProfileResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AACrD,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AAWrD,MAAM,UAAU,GAAG,IAAI,CAAC;AACxB,MAAM,YAAY,GAAG,CAAC,GAAG,eAAe,CAAC;AAEzC,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,uCAAuC;QAC7C,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,UAAU,EAAE,WAAW,CAAC,iBAAiB;SAC5C;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAC;KACrC;CACJ,CAAC;AAuBF,MAAM,8BAA+B,SAAQ,OAAO;IAChD,YAAqB,UAAqD;QACtE,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAA2C;QAGtE,IAAI,CAAC,IAAI,GAAG,YAAY,CAAC;IAC7B,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,OAAO,IAAI,8BAA8B,CAAC;YACtC,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE;YAC5B,UAAU,EAAE,MAAM,CAAC,QAAQ,EAAE;SAChC,CAAC,CAAC;IACP,CAAC;IAGD,OAAO;QACH,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,YAAY,CAAC,CAAC;QACrD,MAAM,EAAC,SAAS,EAAE,UAAU,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAEhD,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;QAE5B,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA5Be,iCAAE,GAAG,UAAU,CAAC;AAEhB,4CAAa,GAAG,MAAM,CAAC;AAEvB,uCAAQ,GAAG,QAAQ,CAAC;AAEpB,4CAAa,GAAG,IAAI,CAAC;AA0BzC,eAAe,8BAA8B,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import Command, { TCommandExampleList } from '../../Command.js';
|
|
2
|
-
import { ICommandParameters } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
interface ISetArchiveProfileResponseParameters extends ICommandParameters {
|
|
4
|
-
resultCode: number;
|
|
5
|
-
}
|
|
6
|
-
declare class SetArchiveProfileResponse extends Command {
|
|
7
|
-
parameters: ISetArchiveProfileResponseParameters;
|
|
8
|
-
constructor(parameters: ISetArchiveProfileResponseParameters);
|
|
9
|
-
static readonly id = 16;
|
|
10
|
-
static readonly directionType = 2;
|
|
11
|
-
static readonly examples: TCommandExampleList;
|
|
12
|
-
static readonly hasParameters = true;
|
|
13
|
-
static fromBytes(data: Uint8Array): SetArchiveProfileResponse;
|
|
14
|
-
toBytes(): Uint8Array;
|
|
15
|
-
}
|
|
16
|
-
export default SetArchiveProfileResponse;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import Command from '../../Command.js';
|
|
2
|
-
import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
import { UPLINK } from '../../constants/directions.js';
|
|
4
|
-
import { resultCodes } from '../../constants/index.js';
|
|
5
|
-
const COMMAND_ID = 0x10;
|
|
6
|
-
const COMMAND_SIZE = REQUEST_ID_SIZE + 1;
|
|
7
|
-
const examples = [
|
|
8
|
-
{
|
|
9
|
-
name: 'successful request',
|
|
10
|
-
parameters: {
|
|
11
|
-
requestId: 156,
|
|
12
|
-
resultCode: resultCodes.OK
|
|
13
|
-
},
|
|
14
|
-
hex: { header: '10', body: '9c 00' }
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
name: 'failed request',
|
|
18
|
-
parameters: {
|
|
19
|
-
requestId: 49,
|
|
20
|
-
resultCode: resultCodes.PROFILE_NOT_FOUND
|
|
21
|
-
},
|
|
22
|
-
hex: { header: '10', body: '31 05' }
|
|
23
|
-
}
|
|
24
|
-
];
|
|
25
|
-
class SetArchiveProfileResponse extends Command {
|
|
26
|
-
constructor(parameters) {
|
|
27
|
-
super();
|
|
28
|
-
this.parameters = parameters;
|
|
29
|
-
this.size = COMMAND_SIZE;
|
|
30
|
-
}
|
|
31
|
-
static fromBytes(data) {
|
|
32
|
-
const buffer = new CommandBinaryBuffer(data);
|
|
33
|
-
return new SetArchiveProfileResponse({
|
|
34
|
-
requestId: buffer.getUint8(),
|
|
35
|
-
resultCode: buffer.getUint8()
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
toBytes() {
|
|
39
|
-
const buffer = new CommandBinaryBuffer(COMMAND_SIZE);
|
|
40
|
-
const { requestId, resultCode } = this.parameters;
|
|
41
|
-
buffer.setUint8(requestId);
|
|
42
|
-
buffer.setUint8(resultCode);
|
|
43
|
-
return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
SetArchiveProfileResponse.id = COMMAND_ID;
|
|
47
|
-
SetArchiveProfileResponse.directionType = UPLINK;
|
|
48
|
-
SetArchiveProfileResponse.examples = examples;
|
|
49
|
-
SetArchiveProfileResponse.hasParameters = true;
|
|
50
|
-
export default SetArchiveProfileResponse;
|
|
51
|
-
//# sourceMappingURL=SetArchiveProfileResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SetArchiveProfileResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/SetArchiveProfileResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AACrD,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AAWrD,MAAM,UAAU,GAAG,IAAI,CAAC;AACxB,MAAM,YAAY,GAAG,eAAe,GAAG,CAAC,CAAC;AAEzC,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,oBAAoB;QAC1B,UAAU,EAAE;YACR,SAAS,EAAE,GAAG;YACd,UAAU,EAAE,WAAW,CAAC,EAAE;SAC7B;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAC;KACrC;IACD;QACI,IAAI,EAAE,gBAAgB;QACtB,UAAU,EAAE;YACR,SAAS,EAAE,EAAE;YACb,UAAU,EAAE,WAAW,CAAC,iBAAiB;SAC5C;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAC;KACrC;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,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,OAAO,IAAI,yBAAyB,CAAC;YACjC,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE;YAC5B,UAAU,EAAE,MAAM,CAAC,QAAQ,EAAE;SAChC,CAAC,CAAC;IACP,CAAC;IAGD,OAAO;QACH,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,YAAY,CAAC,CAAC;QACrD,MAAM,EAAC,SAAS,EAAE,UAAU,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAEhD,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;QAE5B,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA5Be,4BAAE,GAAG,UAAU,CAAC;AAEhB,uCAAa,GAAG,MAAM,CAAC;AAEvB,kCAAQ,GAAG,QAAQ,CAAC;AAEpB,uCAAa,GAAG,IAAI,CAAC;AA0BzC,eAAe,yBAAyB,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import Command, { TCommandExampleList } from '../../Command.js';
|
|
2
|
-
import { ICommandParameters } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
interface ISetShortNameResponseParameters extends ICommandParameters {
|
|
4
|
-
resultCode: number;
|
|
5
|
-
}
|
|
6
|
-
declare class SetShortNameResponse extends Command {
|
|
7
|
-
parameters: ISetShortNameResponseParameters;
|
|
8
|
-
constructor(parameters: ISetShortNameResponseParameters);
|
|
9
|
-
static readonly id = 4;
|
|
10
|
-
static readonly directionType = 2;
|
|
11
|
-
static readonly examples: TCommandExampleList;
|
|
12
|
-
static readonly hasParameters = true;
|
|
13
|
-
static fromBytes(data: Uint8Array): SetShortNameResponse;
|
|
14
|
-
toBytes(): Uint8Array;
|
|
15
|
-
}
|
|
16
|
-
export default SetShortNameResponse;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import Command from '../../Command.js';
|
|
2
|
-
import CommandBinaryBuffer, { REQUEST_ID_SIZE } from '../../CommandBinaryBuffer.js';
|
|
3
|
-
import { UPLINK } from '../../constants/directions.js';
|
|
4
|
-
import { resultCodes } from '../../constants/index.js';
|
|
5
|
-
const COMMAND_ID = 0x04;
|
|
6
|
-
const COMMAND_SIZE = 1 + REQUEST_ID_SIZE;
|
|
7
|
-
const examples = [
|
|
8
|
-
{
|
|
9
|
-
name: 'set short name - succeed',
|
|
10
|
-
parameters: {
|
|
11
|
-
requestId: 2,
|
|
12
|
-
resultCode: resultCodes.OK
|
|
13
|
-
},
|
|
14
|
-
hex: { header: '04', body: '02 00' }
|
|
15
|
-
}
|
|
16
|
-
];
|
|
17
|
-
class SetShortNameResponse extends Command {
|
|
18
|
-
constructor(parameters) {
|
|
19
|
-
super();
|
|
20
|
-
this.parameters = parameters;
|
|
21
|
-
this.size = COMMAND_SIZE;
|
|
22
|
-
}
|
|
23
|
-
static fromBytes(data) {
|
|
24
|
-
const buffer = new CommandBinaryBuffer(data);
|
|
25
|
-
return new SetShortNameResponse({
|
|
26
|
-
requestId: buffer.getUint8(),
|
|
27
|
-
resultCode: buffer.getUint8()
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
toBytes() {
|
|
31
|
-
const buffer = new CommandBinaryBuffer(COMMAND_SIZE);
|
|
32
|
-
const { requestId, resultCode } = this.parameters;
|
|
33
|
-
buffer.setUint8(requestId);
|
|
34
|
-
buffer.setUint8(resultCode);
|
|
35
|
-
return Command.toBytes(COMMAND_ID, buffer.toUint8Array());
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
SetShortNameResponse.id = COMMAND_ID;
|
|
39
|
-
SetShortNameResponse.directionType = UPLINK;
|
|
40
|
-
SetShortNameResponse.examples = examples;
|
|
41
|
-
SetShortNameResponse.hasParameters = true;
|
|
42
|
-
export default SetShortNameResponse;
|
|
43
|
-
//# sourceMappingURL=SetShortNameResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SetShortNameResponse.js","sourceRoot":"","sources":["../../../../src/obis-observer/commands/uplink/SetShortNameResponse.ts"],"names":[],"mappings":"AAAA,OAAO,OAA8B,MAAM,kBAAkB,CAAC;AAC9D,OAAO,mBAAmB,EAAE,EAAC,eAAe,EAAqB,MAAM,8BAA8B,CAAC;AACtG,OAAO,EAAC,MAAM,EAAC,MAAM,+BAA+B,CAAC;AACrD,OAAO,EAAC,WAAW,EAAC,MAAM,0BAA0B,CAAC;AAWrD,MAAM,UAAU,GAAG,IAAI,CAAC;AACxB,MAAM,YAAY,GAAG,CAAC,GAAG,eAAe,CAAC;AAEzC,MAAM,QAAQ,GAAwB;IAClC;QACI,IAAI,EAAE,0BAA0B;QAChC,UAAU,EAAE;YACR,SAAS,EAAE,CAAC;YACZ,UAAU,EAAE,WAAW,CAAC,EAAE;SAC7B;QACD,GAAG,EAAE,EAAC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAC;KACrC;CACJ,CAAC;AAuBF,MAAM,oBAAqB,SAAQ,OAAO;IACtC,YAAqB,UAA2C;QAC5D,KAAK,EAAE,CAAC;QADS,eAAU,GAAV,UAAU,CAAiC;QAG5D,IAAI,CAAC,IAAI,GAAG,YAAY,CAAC;IAC7B,CAAC;IAaD,MAAM,CAAC,SAAS,CAAG,IAAgB;QAC/B,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;QAE7C,OAAO,IAAI,oBAAoB,CAAC;YAC5B,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE;YAC5B,UAAU,EAAE,MAAM,CAAC,QAAQ,EAAE;SAChC,CAAC,CAAC;IACP,CAAC;IAGD,OAAO;QACH,MAAM,MAAM,GAAG,IAAI,mBAAmB,CAAC,YAAY,CAAC,CAAC;QACrD,MAAM,EAAC,SAAS,EAAE,UAAU,EAAC,GAAG,IAAI,CAAC,UAAU,CAAC;QAEhD,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC;QAC3B,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;QAE5B,OAAO,OAAO,CAAC,OAAO,CAAC,UAAU,EAAE,MAAM,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9D,CAAC;;AA5Be,uBAAE,GAAG,UAAU,CAAC;AAEhB,kCAAa,GAAG,MAAM,CAAC;AAEvB,6BAAQ,GAAG,QAAQ,CAAC;AAEpB,kCAAa,GAAG,IAAI,CAAC;AA0BzC,eAAe,oBAAoB,CAAC"}
|
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
export default [
|
|
2
|
-
{ shortName: 1, obisCode: '1.4.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), current avg. 1' },
|
|
3
|
-
{ shortName: 2, obisCode: '1.5.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), average' },
|
|
4
|
-
{ shortName: 3, obisCode: '1.6.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, total' },
|
|
5
|
-
{ shortName: 4, obisCode: '1.6.1', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T1' },
|
|
6
|
-
{ shortName: 5, obisCode: '1.6.2', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T2' },
|
|
7
|
-
{ shortName: 6, obisCode: '1.6.3', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T3' },
|
|
8
|
-
{ shortName: 7, obisCode: '1.6.4', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), maximum, tariff T4' },
|
|
9
|
-
{ shortName: 8, obisCode: '1.8.0', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), total' },
|
|
10
|
-
{ shortName: 9, obisCode: '1.8.1', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T1' },
|
|
11
|
-
{ shortName: 10, obisCode: '1.8.2', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T2' },
|
|
12
|
-
{ shortName: 11, obisCode: '1.8.3', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T3' },
|
|
13
|
-
{ shortName: 12, obisCode: '1.8.4', isStatic: true, isGeneral: true, description: 'active power+ (QI+QIV), tariff T4' },
|
|
14
|
-
{ shortName: 13, obisCode: '2.4.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), current avg. 1' },
|
|
15
|
-
{ shortName: 14, obisCode: '2.5.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), average' },
|
|
16
|
-
{ shortName: 15, obisCode: '2.6.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, total' },
|
|
17
|
-
{ shortName: 16, obisCode: '2.6.1', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T1' },
|
|
18
|
-
{ shortName: 17, obisCode: '2.6.2', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T2' },
|
|
19
|
-
{ shortName: 18, obisCode: '2.6.3', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T3' },
|
|
20
|
-
{ shortName: 19, obisCode: '2.6.4', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), maximum, tariff T4' },
|
|
21
|
-
{ shortName: 20, obisCode: '2.8.0', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), total' },
|
|
22
|
-
{ shortName: 21, obisCode: '2.8.1', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T1' },
|
|
23
|
-
{ shortName: 22, obisCode: '2.8.2', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T2' },
|
|
24
|
-
{ shortName: 23, obisCode: '2.8.3', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T3' },
|
|
25
|
-
{ shortName: 24, obisCode: '2.8.4', isStatic: true, isGeneral: true, description: 'active power- (QII+QIII), tariff T4' },
|
|
26
|
-
{ shortName: 25, obisCode: '3.4.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), current avg. 1' },
|
|
27
|
-
{ shortName: 26, obisCode: '3.5.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), average' },
|
|
28
|
-
{ shortName: 27, obisCode: '3.6.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, total' },
|
|
29
|
-
{ shortName: 28, obisCode: '3.6.1', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T1' },
|
|
30
|
-
{ shortName: 39, obisCode: '3.6.2', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T2' },
|
|
31
|
-
{ shortName: 30, obisCode: '3.6.3', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T3' },
|
|
32
|
-
{ shortName: 31, obisCode: '3.6.4', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), maximum, tariff T4' },
|
|
33
|
-
{ shortName: 32, obisCode: '3.8.0', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), total' },
|
|
34
|
-
{ shortName: 33, obisCode: '3.8.1', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T1' },
|
|
35
|
-
{ shortName: 34, obisCode: '3.8.2', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T2' },
|
|
36
|
-
{ shortName: 35, obisCode: '3.8.3', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T3' },
|
|
37
|
-
{ shortName: 36, obisCode: '3.8.4', isStatic: true, isGeneral: true, description: 'reactive power+ (QI+QII), tariff T4' },
|
|
38
|
-
{ shortName: 37, obisCode: '4.4.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), current avg. 1' },
|
|
39
|
-
{ shortName: 38, obisCode: '4.5.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), average' },
|
|
40
|
-
{ shortName: 39, obisCode: '4.6.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, total' },
|
|
41
|
-
{ shortName: 40, obisCode: '4.6.1', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T1' },
|
|
42
|
-
{ shortName: 41, obisCode: '4.6.2', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T2' },
|
|
43
|
-
{ shortName: 42, obisCode: '4.6.3', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T3' },
|
|
44
|
-
{ shortName: 43, obisCode: '4.6.4', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), maximum, tariff T4' },
|
|
45
|
-
{ shortName: 44, obisCode: '4.8.0', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), total' },
|
|
46
|
-
{ shortName: 45, obisCode: '4.8.1', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T1' },
|
|
47
|
-
{ shortName: 46, obisCode: '4.8.2', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T2' },
|
|
48
|
-
{ shortName: 47, obisCode: '4.8.3', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T3' },
|
|
49
|
-
{ shortName: 48, obisCode: '4.8.4', isStatic: true, isGeneral: true, description: 'reactive power- (QIII+QIV), tariff T4' },
|
|
50
|
-
{ shortName: 49, obisCode: '5.4.0', isStatic: true, isGeneral: true, description: 'reactive power QI, current avg. 1' },
|
|
51
|
-
{ shortName: 50, obisCode: '5.5.0', isStatic: true, isGeneral: true, description: 'reactive power QI, average' },
|
|
52
|
-
{ shortName: 51, obisCode: '5.6.0', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, total' },
|
|
53
|
-
{ shortName: 52, obisCode: '5.6.1', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T1' },
|
|
54
|
-
{ shortName: 53, obisCode: '5.6.2', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T2' },
|
|
55
|
-
{ shortName: 54, obisCode: '5.6.3', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T3' },
|
|
56
|
-
{ shortName: 55, obisCode: '5.6.4', isStatic: true, isGeneral: true, description: 'reactive power QI, maximum, tariff T4' },
|
|
57
|
-
{ shortName: 56, obisCode: '5.8.0', isStatic: true, isGeneral: true, description: 'reactive power QI, total' },
|
|
58
|
-
{ shortName: 57, obisCode: '5.8.1', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T1' },
|
|
59
|
-
{ shortName: 58, obisCode: '5.8.2', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T2' },
|
|
60
|
-
{ shortName: 59, obisCode: '5.8.3', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T3' },
|
|
61
|
-
{ shortName: 60, obisCode: '5.8.4', isStatic: true, isGeneral: true, description: 'reactive power QI, tariff T4' },
|
|
62
|
-
{ shortName: 61, obisCode: '6.4.0', isStatic: true, isGeneral: true, description: 'reactive power QII, current avg. 1' },
|
|
63
|
-
{ shortName: 62, obisCode: '6.5.0', isStatic: true, isGeneral: true, description: 'reactive power QII, average' },
|
|
64
|
-
{ shortName: 63, obisCode: '6.6.0', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, total' },
|
|
65
|
-
{ shortName: 64, obisCode: '6.6.1', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T1' },
|
|
66
|
-
{ shortName: 65, obisCode: '6.6.2', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T2' },
|
|
67
|
-
{ shortName: 66, obisCode: '6.6.3', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T3' },
|
|
68
|
-
{ shortName: 67, obisCode: '6.6.4', isStatic: true, isGeneral: true, description: 'reactive power QII, maximum, tariff T4' },
|
|
69
|
-
{ shortName: 68, obisCode: '6.8.0', isStatic: true, isGeneral: true, description: 'reactive power QII, total' },
|
|
70
|
-
{ shortName: 69, obisCode: '6.8.1', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T1' },
|
|
71
|
-
{ shortName: 70, obisCode: '6.8.2', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T2' },
|
|
72
|
-
{ shortName: 71, obisCode: '6.8.3', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T3' },
|
|
73
|
-
{ shortName: 72, obisCode: '6.8.4', isStatic: true, isGeneral: true, description: 'reactive power QII, tariff T4' },
|
|
74
|
-
{ shortName: 73, obisCode: '7.4.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, current avg. 1' },
|
|
75
|
-
{ shortName: 74, obisCode: '7.5.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, average' },
|
|
76
|
-
{ shortName: 75, obisCode: '7.6.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, total' },
|
|
77
|
-
{ shortName: 76, obisCode: '7.6.1', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T1' },
|
|
78
|
-
{ shortName: 77, obisCode: '7.6.2', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T2' },
|
|
79
|
-
{ shortName: 78, obisCode: '7.6.3', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T3' },
|
|
80
|
-
{ shortName: 79, obisCode: '7.6.4', isStatic: true, isGeneral: true, description: 'reactive power QIII, maximum, tariff T4' },
|
|
81
|
-
{ shortName: 80, obisCode: '7.8.0', isStatic: true, isGeneral: true, description: 'reactive power QIII, total' },
|
|
82
|
-
{ shortName: 81, obisCode: '7.8.1', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T1' },
|
|
83
|
-
{ shortName: 82, obisCode: '7.8.2', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T2' },
|
|
84
|
-
{ shortName: 83, obisCode: '7.8.3', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T3' },
|
|
85
|
-
{ shortName: 84, obisCode: '7.8.4', isStatic: true, isGeneral: true, description: 'reactive power QIII, tariff T4' },
|
|
86
|
-
{ shortName: 85, obisCode: '8.4.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, current avg. 1' },
|
|
87
|
-
{ shortName: 86, obisCode: '8.5.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, average' },
|
|
88
|
-
{ shortName: 87, obisCode: '8.6.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, total' },
|
|
89
|
-
{ shortName: 88, obisCode: '8.6.1', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T1' },
|
|
90
|
-
{ shortName: 89, obisCode: '8.6.2', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T2' },
|
|
91
|
-
{ shortName: 90, obisCode: '8.6.3', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T3' },
|
|
92
|
-
{ shortName: 91, obisCode: '8.6.4', isStatic: true, isGeneral: true, description: 'reactive power QIV, maximum, tariff T4' },
|
|
93
|
-
{ shortName: 92, obisCode: '8.8.0', isStatic: true, isGeneral: true, description: 'reactive power QIV, total' },
|
|
94
|
-
{ shortName: 93, obisCode: '8.8.1', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T1' },
|
|
95
|
-
{ shortName: 94, obisCode: '8.8.2', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T2' },
|
|
96
|
-
{ shortName: 95, obisCode: '8.8.3', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T3' },
|
|
97
|
-
{ shortName: 96, obisCode: '8.8.4', isStatic: true, isGeneral: true, description: 'reactive power QIV, tariff T4' },
|
|
98
|
-
{ shortName: 97, obisCode: '9.5.0', isStatic: true, isGeneral: true, description: 'apparent power+ (QI+QIV), average' },
|
|
99
|
-
{ shortName: 98, obisCode: '9.8.0', isStatic: true, isGeneral: true, description: 'apparent power+ (QI+QIV), total' },
|
|
100
|
-
{ shortName: 99, obisCode: '10.5.0', isStatic: true, isGeneral: true, description: 'apparent power- (QII+QIII), average' },
|
|
101
|
-
{ shortName: 100, obisCode: '10.8.0', isStatic: true, isGeneral: true, description: 'apparent power- (QII+QIII), total' },
|
|
102
|
-
{ shortName: 101, obisCode: '15.4.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), current avg. 1' },
|
|
103
|
-
{ shortName: 102, obisCode: '15.5.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), average' },
|
|
104
|
-
{ shortName: 103, obisCode: '15.6.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, total' },
|
|
105
|
-
{ shortName: 104, obisCode: '15.6.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T1' },
|
|
106
|
-
{ shortName: 105, obisCode: '15.6.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T2' },
|
|
107
|
-
{ shortName: 106, obisCode: '15.6.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T3' },
|
|
108
|
-
{ shortName: 107, obisCode: '15.6.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), maximum, tariff T4' },
|
|
109
|
-
{ shortName: 108, obisCode: '15.8.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), total' },
|
|
110
|
-
{ shortName: 109, obisCode: '15.8.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T1' },
|
|
111
|
-
{ shortName: 110, obisCode: '15.8.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T2' },
|
|
112
|
-
{ shortName: 111, obisCode: '15.8.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T3' },
|
|
113
|
-
{ shortName: 112, obisCode: '15.8.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), tariff T4' },
|
|
114
|
-
{ shortName: 113, obisCode: '16.4.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), current avg. 1' },
|
|
115
|
-
{ shortName: 114, obisCode: '16.5.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), average' },
|
|
116
|
-
{ shortName: 115, obisCode: '16.6.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, total' },
|
|
117
|
-
{ shortName: 116, obisCode: '16.6.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T1' },
|
|
118
|
-
{ shortName: 117, obisCode: '16.6.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T2' },
|
|
119
|
-
{ shortName: 118, obisCode: '16.6.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T3' },
|
|
120
|
-
{ shortName: 119, obisCode: '16.6.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), maximum, tariff T4' },
|
|
121
|
-
{ shortName: 120, obisCode: '16.8.0', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), total' },
|
|
122
|
-
{ shortName: 121, obisCode: '16.8.1', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T1' },
|
|
123
|
-
{ shortName: 122, obisCode: '16.8.2', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T2' },
|
|
124
|
-
{ shortName: 123, obisCode: '16.8.3', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T3' },
|
|
125
|
-
{ shortName: 124, obisCode: '16.8.4', isStatic: true, isGeneral: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), tariff T4' },
|
|
126
|
-
{ shortName: 125, obisCode: '11.5.0', isStatic: true, isGeneral: true, description: 'current phase L1 average' },
|
|
127
|
-
{ shortName: 126, obisCode: '31.5.0', isStatic: true, isGeneral: true, description: 'current phase L1 average' },
|
|
128
|
-
{ shortName: 127, obisCode: '51.5.0', isStatic: true, isGeneral: true, description: 'current phase L2 average' },
|
|
129
|
-
{ shortName: 128, obisCode: '71.5.0', isStatic: true, isGeneral: true, description: 'current phase L3 average' },
|
|
130
|
-
{ shortName: 129, obisCode: '91.5.0', isStatic: true, isGeneral: true, description: 'current neutral average' },
|
|
131
|
-
{ shortName: 130, obisCode: '12.5.0', isStatic: true, isGeneral: true, description: 'voltage average' },
|
|
132
|
-
{ shortName: 131, obisCode: '32.5.0', isStatic: true, isGeneral: true, description: 'voltage phase L1 average' },
|
|
133
|
-
{ shortName: 132, obisCode: '52.5.0', isStatic: true, isGeneral: true, description: 'voltage phase L2 average' },
|
|
134
|
-
{ shortName: 133, obisCode: '72.5.0', isStatic: true, isGeneral: true, description: 'voltage phase L3 average' },
|
|
135
|
-
{ shortName: 134, obisCode: '1.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV)' },
|
|
136
|
-
{ shortName: 135, obisCode: '21.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV), L1' },
|
|
137
|
-
{ shortName: 136, obisCode: '41.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV), L2' },
|
|
138
|
-
{ shortName: 137, obisCode: '61.7.0', isStatic: true, isInstantaneous: true, description: 'active power+ (QI+QIV), L3' },
|
|
139
|
-
{ shortName: 138, obisCode: '2.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII)' },
|
|
140
|
-
{ shortName: 139, obisCode: '22.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII), L1' },
|
|
141
|
-
{ shortName: 140, obisCode: '42.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII), L2' },
|
|
142
|
-
{ shortName: 141, obisCode: '62.7.0', isStatic: true, isInstantaneous: true, description: 'active power- (QII+QIII), L3' },
|
|
143
|
-
{ shortName: 142, obisCode: '3.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII)' },
|
|
144
|
-
{ shortName: 143, obisCode: '23.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII), L1' },
|
|
145
|
-
{ shortName: 144, obisCode: '43.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII), L2' },
|
|
146
|
-
{ shortName: 145, obisCode: '63.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power+ (QI+QII), L3' },
|
|
147
|
-
{ shortName: 146, obisCode: '4.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV)' },
|
|
148
|
-
{ shortName: 147, obisCode: '24.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV), L1' },
|
|
149
|
-
{ shortName: 148, obisCode: '44.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV), L2' },
|
|
150
|
-
{ shortName: 149, obisCode: '64.7.0', isStatic: true, isInstantaneous: true, description: 'reactive power- (QIII+QIV), L3' },
|
|
151
|
-
{ shortName: 150, obisCode: '11.7.0', isStatic: true, isInstantaneous: true, description: 'current' },
|
|
152
|
-
{ shortName: 151, obisCode: '31.7.0', isStatic: true, isInstantaneous: true, description: 'current, L1' },
|
|
153
|
-
{ shortName: 152, obisCode: '51.7.0', isStatic: true, isInstantaneous: true, description: 'current, L2' },
|
|
154
|
-
{ shortName: 153, obisCode: '71.7.0', isStatic: true, isInstantaneous: true, description: 'current, L3' },
|
|
155
|
-
{ shortName: 154, obisCode: '12.7.0', isStatic: true, isInstantaneous: true, description: 'voltage' },
|
|
156
|
-
{ shortName: 155, obisCode: '32.7.0', isStatic: true, isInstantaneous: true, description: 'voltage, L1' },
|
|
157
|
-
{ shortName: 156, obisCode: '52.7.0', isStatic: true, isInstantaneous: true, description: 'voltage, L2' },
|
|
158
|
-
{ shortName: 157, obisCode: '72.7.0', isStatic: true, isInstantaneous: true, description: 'voltage, L3' },
|
|
159
|
-
{ shortName: 158, obisCode: '13.7.0', isStatic: true, isInstantaneous: true, description: 'sum Li Power factor' },
|
|
160
|
-
{ shortName: 159, obisCode: '33.7.0', isStatic: true, isInstantaneous: true, description: 'power factor, L1' },
|
|
161
|
-
{ shortName: 160, obisCode: '53.7.0', isStatic: true, isInstantaneous: true, description: 'power factor, L2' },
|
|
162
|
-
{ shortName: 161, obisCode: '73.7.0', isStatic: true, isInstantaneous: true, description: 'power factor, L3' },
|
|
163
|
-
{ shortName: 162, obisCode: '14.7.0', isStatic: true, isInstantaneous: true, description: 'sum supply frequency' },
|
|
164
|
-
{ shortName: 163, obisCode: '34.7.0', isStatic: true, isInstantaneous: true, description: 'supply frequency, L1' },
|
|
165
|
-
{ shortName: 164, obisCode: '54.7.0', isStatic: true, isInstantaneous: true, description: 'supply frequency, L2' },
|
|
166
|
-
{ shortName: 165, obisCode: '74.7.0', isStatic: true, isInstantaneous: true, description: 'supply frequency, L3' },
|
|
167
|
-
{ shortName: 166, obisCode: '15.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII))' },
|
|
168
|
-
{ shortName: 167, obisCode: '35.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), L1' },
|
|
169
|
-
{ shortName: 168, obisCode: '55.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), L2' },
|
|
170
|
-
{ shortName: 169, obisCode: '75.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)+(abs(QII+QIII)), L3' },
|
|
171
|
-
{ shortName: 170, obisCode: '16.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII))' },
|
|
172
|
-
{ shortName: 171, obisCode: '36.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), L1' },
|
|
173
|
-
{ shortName: 172, obisCode: '56.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), L2' },
|
|
174
|
-
{ shortName: 173, obisCode: '76.7.0', isStatic: true, isInstantaneous: true, description: 'active power (abs(QI+QIV)-abs(QII+QIII)), L3' },
|
|
175
|
-
{ shortName: 174, obisCode: '17.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI' },
|
|
176
|
-
{ shortName: 175, obisCode: '37.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI, L1' },
|
|
177
|
-
{ shortName: 176, obisCode: '57.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI, L2' },
|
|
178
|
-
{ shortName: 177, obisCode: '77.7.0', isStatic: true, isInstantaneous: true, description: 'active power QI, L3' },
|
|
179
|
-
{ shortName: 178, obisCode: '18.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII' },
|
|
180
|
-
{ shortName: 179, obisCode: '38.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII, L1' },
|
|
181
|
-
{ shortName: 180, obisCode: '58.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII, L2' },
|
|
182
|
-
{ shortName: 181, obisCode: '78.7.0', isStatic: true, isInstantaneous: true, description: 'active power QII, L3' },
|
|
183
|
-
{ shortName: 182, obisCode: '19.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII' },
|
|
184
|
-
{ shortName: 183, obisCode: '39.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII, L1' },
|
|
185
|
-
{ shortName: 184, obisCode: '59.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII, L2' },
|
|
186
|
-
{ shortName: 185, obisCode: '79.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIII, L3' },
|
|
187
|
-
{ shortName: 186, obisCode: '20.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV' },
|
|
188
|
-
{ shortName: 187, obisCode: '40.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV, L1' },
|
|
189
|
-
{ shortName: 188, obisCode: '60.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV, L2' },
|
|
190
|
-
{ shortName: 189, obisCode: '80.7.0', isStatic: true, isInstantaneous: true, description: 'active power QIV, L3' },
|
|
191
|
-
{ shortName: 190, obisCode: '81.7.1', isStatic: true, isInstantaneous: true, description: 'angle of U(L2) - U(L1)' },
|
|
192
|
-
{ shortName: 191, obisCode: '81.7.2', isStatic: true, isInstantaneous: true, description: 'angle of U(L3) - U(L2)' },
|
|
193
|
-
{ shortName: 192, obisCode: '91.7.0', isStatic: true, isInstantaneous: true, description: 'L0 current (neutral)' },
|
|
194
|
-
{ shortName: 193, obisCode: '0.0.0', isStatic: true, isAbstract: true, description: 'device ID' },
|
|
195
|
-
{ shortName: 194, obisCode: '0.2.0', isStatic: true, isAbstract: true, description: 'active firmware identifier' },
|
|
196
|
-
{ shortName: 195, obisCode: '0.2.1', isStatic: true, isAbstract: true, description: 'active firmware version' },
|
|
197
|
-
{ shortName: 196, obisCode: '0.2.8', isStatic: true, isAbstract: true, description: 'active firmware signature' },
|
|
198
|
-
{ shortName: 197, obisCode: '0.9.1', isStatic: true, isAbstract: true, description: 'local time' },
|
|
199
|
-
{ shortName: 198, obisCode: '0.9.2', isStatic: true, isAbstract: true, description: 'local date' },
|
|
200
|
-
{ shortName: 199, obisCode: 'F.F.0*255', isStatic: true, isAbstract: true, description: 'fatal error meter status' },
|
|
201
|
-
{ shortName: 210, obisCode: 'C.5.0', isStatic: false, description: 'internal operating status, global' },
|
|
202
|
-
{ shortName: 211, obisCode: 'C.5.1', isStatic: false, description: 'internal operating status (status word 1)' },
|
|
203
|
-
{ shortName: 212, obisCode: 'C.5.2', isStatic: false, description: 'internal operating status (status word 2)' },
|
|
204
|
-
{ shortName: 213, obisCode: 'C.5.3', isStatic: false, description: 'internal operating status (status word 3)' },
|
|
205
|
-
{ shortName: 214, obisCode: 'C.5.4', isStatic: false, description: 'internal operating status (status word 4)' },
|
|
206
|
-
{ shortName: 215, obisCode: 'C.5.5', isStatic: false, description: 'meter started status flag' },
|
|
207
|
-
{ shortName: 216, obisCode: 'C.7.0', isStatic: false, description: 'number of power failures' },
|
|
208
|
-
{ shortName: 217, obisCode: 'C.7.5', isStatic: false, description: 'number of long power failures' },
|
|
209
|
-
{ shortName: 218, obisCode: 'C.10.0', isStatic: false, description: 'status information missing voltage' },
|
|
210
|
-
{ shortName: 219, obisCode: 'C.10.1', isStatic: false, description: 'status information missing current' },
|
|
211
|
-
{ shortName: 220, obisCode: 'C.10.2', isStatic: false, description: 'status information current without voltage' },
|
|
212
|
-
{ shortName: 221, obisCode: 'C.10.3', isStatic: false, description: 'status information auxiliary power supply' },
|
|
213
|
-
{ shortName: 222, obisCode: 'C.20.0', isStatic: false, description: 'meter open event counter' },
|
|
214
|
-
{ shortName: 223, obisCode: 'C.20.1', isStatic: false, description: 'meter open event, time stamp of current event occurrence' },
|
|
215
|
-
{ shortName: 224, obisCode: 'C.20.5', isStatic: false, description: 'terminal cover open event counter' },
|
|
216
|
-
{ shortName: 225, obisCode: 'C.20.6', isStatic: false, description: 'terminal cover open event, time stamp of current event occurrence' },
|
|
217
|
-
{ shortName: 226, obisCode: 'C.20.10', isStatic: false, description: 'tilt event counter' },
|
|
218
|
-
{ shortName: 227, obisCode: 'C.20.11', isStatic: false, description: 'tilt event, time stamp of current event occurrence' },
|
|
219
|
-
{ shortName: 228, obisCode: 'C.20.15', isStatic: false, description: 'strong DC magnetic field event counter' },
|
|
220
|
-
{ shortName: 229, obisCode: 'C.20.16', isStatic: false, description: 'strong DC magnetic field event, time stamp of current event occurrence' },
|
|
221
|
-
{ shortName: 230, obisCode: 'C.20.20', isStatic: false, description: 'supply control switch / valve tamper event counter' },
|
|
222
|
-
{ shortName: 231, obisCode: 'C.20.21', isStatic: false, description: 'supply control switch / valve tamper event, time stamp of current event occurrence' },
|
|
223
|
-
{ shortName: 232, obisCode: 'C.20.25', isStatic: false, description: 'metrology tamper event counter' },
|
|
224
|
-
{ shortName: 233, obisCode: 'C.20.26', isStatic: false, description: 'metrology tamper event, time stamp of current event occurrence' },
|
|
225
|
-
{ shortName: 234, obisCode: 'C.20.30', isStatic: false, description: 'communication tamper event counter' },
|
|
226
|
-
{ shortName: 235, obisCode: 'C.20.31', isStatic: false, description: 'communication tamper event, time stamp of current event occurrence' }
|
|
227
|
-
];
|
|
228
|
-
//# sourceMappingURL=shortNames.js.map
|