jooby-codec 2.10.0 → 2.12.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/obis-observer/Command.js +8 -3
- package/dist/obis-observer/Command.js.map +1 -1
- package/dist/obis-observer/CommandBinaryBuffer.d.ts +7 -7
- package/dist/obis-observer/CommandBinaryBuffer.js +11 -11
- package/dist/obis-observer/CommandBinaryBuffer.js.map +1 -1
- package/dist/obis-observer/commands/downlink/AddShortNameProfile.d.ts +17 -0
- package/dist/obis-observer/commands/downlink/{AddObisProfile.js → AddShortNameProfile.js} +17 -20
- package/dist/obis-observer/commands/downlink/AddShortNameProfile.js.map +1 -0
- package/dist/obis-observer/commands/downlink/{GetObserverSingleMode.d.ts → GetArchiveProfile.d.ts} +3 -3
- package/dist/obis-observer/commands/downlink/GetArchiveProfile.js +39 -0
- package/dist/obis-observer/commands/downlink/GetArchiveProfile.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetArchiveState.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/GetArchiveState.js +42 -0
- package/dist/obis-observer/commands/downlink/GetArchiveState.js.map +1 -0
- package/dist/obis-observer/commands/downlink/{GetObisContent.d.ts → GetContentByObis.d.ts} +1 -2
- package/dist/obis-observer/commands/downlink/{GetObisContent.js → GetContentByObis.js} +6 -9
- package/dist/obis-observer/commands/downlink/GetContentByObis.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetContentByShortName.d.ts +17 -0
- package/dist/obis-observer/commands/downlink/GetContentByShortName.js +44 -0
- package/dist/obis-observer/commands/downlink/GetContentByShortName.js.map +1 -0
- package/dist/obis-observer/commands/downlink/{GetObserverInfo.d.ts → GetDate.d.ts} +4 -4
- package/dist/obis-observer/commands/downlink/GetDate.js +39 -0
- package/dist/obis-observer/commands/downlink/GetDate.js.map +1 -0
- package/dist/obis-observer/commands/downlink/{GetObserverUptime.d.ts → GetDeviceInfo.d.ts} +4 -4
- package/dist/obis-observer/commands/downlink/GetDeviceInfo.js +39 -0
- package/dist/obis-observer/commands/downlink/GetDeviceInfo.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetLorawanInfo.d.ts +2 -2
- package/dist/obis-observer/commands/downlink/GetLorawanInfo.js +13 -6
- 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 +13 -6
- package/dist/obis-observer/commands/downlink/GetLorawanState.js.map +1 -1
- package/dist/obis-observer/commands/downlink/{GetObserverCapabilities.d.ts → GetReadoutState.d.ts} +4 -4
- package/dist/obis-observer/commands/downlink/GetReadoutState.js +39 -0
- package/dist/obis-observer/commands/downlink/GetReadoutState.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetShortNameInfo.d.ts +17 -0
- package/dist/obis-observer/commands/downlink/{GetMeterId.js → GetShortNameInfo.js} +17 -17
- package/dist/obis-observer/commands/downlink/GetShortNameInfo.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetShortNameProfile.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/GetShortNameProfile.js +45 -0
- package/dist/obis-observer/commands/downlink/GetShortNameProfile.js.map +1 -0
- package/dist/obis-observer/commands/downlink/GetShortNames.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/{SetObisId.js → GetShortNames.js} +13 -19
- package/dist/obis-observer/commands/downlink/GetShortNames.js.map +1 -0
- package/dist/obis-observer/commands/downlink/ReadArchive.d.ts +18 -0
- package/dist/obis-observer/commands/downlink/ReadArchive.js +57 -0
- package/dist/obis-observer/commands/downlink/ReadArchive.js.map +1 -0
- package/dist/obis-observer/commands/downlink/Reboot.d.ts +2 -2
- package/dist/obis-observer/commands/downlink/Reboot.js +12 -6
- package/dist/obis-observer/commands/downlink/Reboot.js.map +1 -1
- package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.d.ts +16 -0
- package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.js +42 -0
- package/dist/obis-observer/commands/downlink/RemoveShortNameProfile.js.map +1 -0
- package/dist/obis-observer/commands/downlink/SetArchiveProfile.d.ts +17 -0
- package/dist/obis-observer/commands/downlink/SetArchiveProfile.js +45 -0
- package/dist/obis-observer/commands/downlink/SetArchiveProfile.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/SetShortName.d.ts +17 -0
- package/dist/obis-observer/commands/downlink/{GetObisIdList.js → SetShortName.js} +15 -15
- package/dist/obis-observer/commands/downlink/SetShortName.js.map +1 -0
- package/dist/obis-observer/commands/downlink/UpdateImageVerify.d.ts +2 -2
- package/dist/obis-observer/commands/downlink/UpdateImageVerify.js +12 -6
- 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 +6 -4
- 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 +12 -6
- package/dist/obis-observer/commands/downlink/UpdateRun.js.map +1 -1
- package/dist/obis-observer/commands/downlink/index.d.ts +15 -28
- package/dist/obis-observer/commands/downlink/index.js +15 -28
- package/dist/obis-observer/commands/downlink/index.js.map +1 -1
- package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.js +43 -0
- package/dist/obis-observer/commands/uplink/AddShortNameProfileResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/{GetMeterArchiveProfileResponse.d.ts → GetArchiveProfileResponse.d.ts} +1 -1
- package/dist/obis-observer/commands/uplink/{GetMeterArchiveProfileResponse.js → GetArchiveProfileResponse.js} +4 -4
- package/dist/obis-observer/commands/uplink/GetArchiveProfileResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.d.ts +19 -0
- package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.js +58 -0
- package/dist/obis-observer/commands/uplink/GetArchiveStateResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/{GetObisContentResponse.d.ts → GetContentByObisResponse.d.ts} +1 -1
- package/dist/obis-observer/commands/uplink/{GetObisContentResponse.js → GetContentByObisResponse.js} +7 -5
- package/dist/obis-observer/commands/uplink/GetContentByObisResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/{GetObisContentByIdResponse.js → GetContentByShortNameResponse.js} +11 -11
- package/dist/obis-observer/commands/uplink/GetContentByShortNameResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetContentByShortNameStringResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/{GetObisContentByIdStringResponse.js → GetContentByShortNameStringResponse.js} +14 -12
- package/dist/obis-observer/commands/uplink/GetContentByShortNameStringResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetDateResponse.d.ts +18 -0
- package/dist/obis-observer/commands/uplink/{GetMeterDateResponse.js → GetDateResponse.js} +18 -18
- package/dist/obis-observer/commands/uplink/GetDateResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/{GetObserverInfoResponse.d.ts → GetDeviceInfoResponse.d.ts} +7 -7
- package/dist/obis-observer/commands/uplink/{GetObserverInfoResponse.js → GetDeviceInfoResponse.js} +15 -13
- package/dist/obis-observer/commands/uplink/GetDeviceInfoResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.d.ts +1 -1
- package/dist/obis-observer/commands/uplink/GetLorawanInfoResponse.js +3 -3
- 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 +26 -23
- package/dist/obis-observer/commands/uplink/GetLorawanStateResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/{GetMeterReadoutStateResponse.d.ts → GetReadoutStateResponse.d.ts} +7 -7
- package/dist/obis-observer/commands/uplink/{GetMeterReadoutStateResponse.js → GetReadoutStateResponse.js} +11 -11
- package/dist/obis-observer/commands/uplink/GetReadoutStateResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetShortNameInfoResponse.d.ts +17 -0
- package/dist/obis-observer/commands/uplink/{GetObisInfoResponse.js → GetShortNameInfoResponse.js} +14 -13
- package/dist/obis-observer/commands/uplink/GetShortNameInfoResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetShortNameProfileResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/{GetObisProfileResponse.js → GetShortNameProfileResponse.js} +11 -11
- package/dist/obis-observer/commands/uplink/GetShortNameProfileResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/GetShortNamesResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/GetShortNamesResponse.js +45 -0
- package/dist/obis-observer/commands/uplink/GetShortNamesResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/ObservationReport.d.ts +3 -3
- package/dist/obis-observer/commands/uplink/ObservationReport.js +16 -15
- package/dist/obis-observer/commands/uplink/ObservationReport.js.map +1 -1
- package/dist/obis-observer/commands/uplink/ObservationReportString.d.ts +3 -3
- package/dist/obis-observer/commands/uplink/ObservationReportString.js +17 -16
- package/dist/obis-observer/commands/uplink/ObservationReportString.js.map +1 -1
- package/dist/obis-observer/commands/uplink/ReadArchiveResponse.d.ts +18 -0
- package/dist/obis-observer/commands/uplink/{ReadMeterArchiveResponse.js → ReadArchiveResponse.js} +23 -22
- package/dist/obis-observer/commands/uplink/ReadArchiveResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/RebootResponse.d.ts +4 -7
- package/dist/obis-observer/commands/uplink/RebootResponse.js +12 -11
- package/dist/obis-observer/commands/uplink/RebootResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.js +43 -0
- package/dist/obis-observer/commands/uplink/RemoveShortNameProfileResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.js +51 -0
- package/dist/obis-observer/commands/uplink/SetArchiveProfileResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/SetSerialPortResponse.d.ts +2 -2
- package/dist/obis-observer/commands/uplink/SetSerialPortResponse.js +17 -9
- package/dist/obis-observer/commands/uplink/SetSerialPortResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/SetShortNameResponse.d.ts +16 -0
- package/dist/obis-observer/commands/uplink/SetShortNameResponse.js +43 -0
- package/dist/obis-observer/commands/uplink/SetShortNameResponse.js.map +1 -0
- package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.d.ts +2 -2
- package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.js +16 -8
- package/dist/obis-observer/commands/uplink/UpdateImageVerifyResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.d.ts +2 -2
- package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.js +16 -8
- package/dist/obis-observer/commands/uplink/UpdateImageWriteResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/UpdateRunResponse.d.ts +2 -2
- package/dist/obis-observer/commands/uplink/UpdateRunResponse.js +16 -8
- package/dist/obis-observer/commands/uplink/UpdateRunResponse.js.map +1 -1
- package/dist/obis-observer/commands/uplink/index.d.ts +16 -29
- package/dist/obis-observer/commands/uplink/index.js +16 -29
- package/dist/obis-observer/commands/uplink/index.js.map +1 -1
- package/dist/obis-observer/constants/commandRelations.js +12 -31
- 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/{obisIds.d.ts → shortNames.d.ts} +4 -4
- package/dist/obis-observer/constants/shortNames.js +228 -0
- package/dist/obis-observer/constants/shortNames.js.map +1 -0
- package/dist/obis-observer/message.js +12 -4
- package/dist/obis-observer/message.js.map +1 -1
- package/package.json +1 -1
- package/dist/obis-observer/commands/downlink/AddMeterProfile.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/AddMeterProfile.js +0 -34
- package/dist/obis-observer/commands/downlink/AddMeterProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/AddObisProfile.d.ts +0 -18
- package/dist/obis-observer/commands/downlink/AddObisProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetMeterArchiveProfile.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/GetMeterArchiveProfile.js +0 -34
- package/dist/obis-observer/commands/downlink/GetMeterArchiveProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetMeterArchiveState.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/GetMeterArchiveState.js +0 -35
- package/dist/obis-observer/commands/downlink/GetMeterArchiveState.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetMeterDate.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/GetMeterDate.js +0 -33
- package/dist/obis-observer/commands/downlink/GetMeterDate.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetMeterId.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/GetMeterId.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetMeterIdList.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/GetMeterIdList.js +0 -33
- package/dist/obis-observer/commands/downlink/GetMeterIdList.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetMeterInfo.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/GetMeterInfo.js +0 -33
- package/dist/obis-observer/commands/downlink/GetMeterInfo.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.js +0 -33
- package/dist/obis-observer/commands/downlink/GetMeterProfileIdList.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetMeterReadoutState.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/GetMeterReadoutState.js +0 -33
- package/dist/obis-observer/commands/downlink/GetMeterReadoutState.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetObisContent.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetObisContentById.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/GetObisContentById.js +0 -34
- package/dist/obis-observer/commands/downlink/GetObisContentById.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetObisIdList.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/GetObisIdList.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetObisInfo.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/GetObisInfo.js +0 -34
- package/dist/obis-observer/commands/downlink/GetObisInfo.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetObisProfile.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/GetObisProfile.js +0 -35
- package/dist/obis-observer/commands/downlink/GetObisProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetObserverCapabilities.js +0 -32
- package/dist/obis-observer/commands/downlink/GetObserverCapabilities.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetObserverInfo.js +0 -32
- package/dist/obis-observer/commands/downlink/GetObserverInfo.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetObserverSingleMode.js +0 -32
- package/dist/obis-observer/commands/downlink/GetObserverSingleMode.js.map +0 -1
- package/dist/obis-observer/commands/downlink/GetObserverUptime.js +0 -32
- package/dist/obis-observer/commands/downlink/GetObserverUptime.js.map +0 -1
- package/dist/obis-observer/commands/downlink/ReadMeterArchive.d.ts +0 -19
- package/dist/obis-observer/commands/downlink/ReadMeterArchive.js +0 -61
- package/dist/obis-observer/commands/downlink/ReadMeterArchive.js.map +0 -1
- package/dist/obis-observer/commands/downlink/RemoveMeter.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/RemoveMeter.js +0 -34
- package/dist/obis-observer/commands/downlink/RemoveMeter.js.map +0 -1
- package/dist/obis-observer/commands/downlink/RemoveMeterProfile.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/RemoveMeterProfile.js +0 -34
- package/dist/obis-observer/commands/downlink/RemoveMeterProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/RemoveObisProfile.d.ts +0 -17
- package/dist/obis-observer/commands/downlink/RemoveObisProfile.js +0 -35
- package/dist/obis-observer/commands/downlink/RemoveObisProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.js +0 -34
- package/dist/obis-observer/commands/downlink/SetLorawanActivationMethod.js.map +0 -1
- package/dist/obis-observer/commands/downlink/SetMeterArchiveProfile.d.ts +0 -18
- package/dist/obis-observer/commands/downlink/SetMeterArchiveProfile.js +0 -48
- package/dist/obis-observer/commands/downlink/SetMeterArchiveProfile.js.map +0 -1
- package/dist/obis-observer/commands/downlink/SetObisId.d.ts +0 -18
- package/dist/obis-observer/commands/downlink/SetObisId.js.map +0 -1
- package/dist/obis-observer/commands/downlink/SetObserverSingleMode.d.ts +0 -16
- package/dist/obis-observer/commands/downlink/SetObserverSingleMode.js +0 -34
- package/dist/obis-observer/commands/downlink/SetObserverSingleMode.js.map +0 -1
- package/dist/obis-observer/commands/downlink/SetupMeter.d.ts +0 -18
- package/dist/obis-observer/commands/downlink/SetupMeter.js +0 -50
- package/dist/obis-observer/commands/downlink/SetupMeter.js.map +0 -1
- package/dist/obis-observer/commands/uplink/AddMeterProfileResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/AddMeterProfileResponse.js +0 -35
- package/dist/obis-observer/commands/uplink/AddMeterProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/AddObisProfileResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/AddObisProfileResponse.js +0 -35
- package/dist/obis-observer/commands/uplink/AddObisProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetMeterArchiveProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetMeterArchiveStateResponse.d.ts +0 -19
- package/dist/obis-observer/commands/uplink/GetMeterArchiveStateResponse.js +0 -78
- package/dist/obis-observer/commands/uplink/GetMeterArchiveStateResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetMeterDateResponse.d.ts +0 -18
- package/dist/obis-observer/commands/uplink/GetMeterDateResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.js +0 -43
- package/dist/obis-observer/commands/uplink/GetMeterIdListResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetMeterIdResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetMeterIdResponse.js +0 -34
- package/dist/obis-observer/commands/uplink/GetMeterIdResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.d.ts +0 -17
- package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.js +0 -57
- package/dist/obis-observer/commands/uplink/GetMeterInfoResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.js +0 -43
- package/dist/obis-observer/commands/uplink/GetMeterProfileIdListResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetMeterReadoutStateResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetObisContentByIdResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetObisContentByIdStringResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetObisContentByIdStringResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetObisContentResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetObisIdListResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetObisIdListResponse.js +0 -43
- package/dist/obis-observer/commands/uplink/GetObisIdListResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetObisInfoResponse.d.ts +0 -17
- package/dist/obis-observer/commands/uplink/GetObisInfoResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetObisProfileResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetObisProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.d.ts +0 -19
- package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.js +0 -53
- package/dist/obis-observer/commands/uplink/GetObserverCapabilitiesResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetObserverInfoResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.js +0 -33
- package/dist/obis-observer/commands/uplink/GetObserverSingleModeResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.js +0 -44
- package/dist/obis-observer/commands/uplink/GetObserverUptimeResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.d.ts +0 -18
- package/dist/obis-observer/commands/uplink/ReadMeterArchiveResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.js +0 -35
- package/dist/obis-observer/commands/uplink/RemoveMeterProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/RemoveMeterResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/RemoveMeterResponse.js +0 -35
- package/dist/obis-observer/commands/uplink/RemoveMeterResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/RemoveObisProfileResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/RemoveObisProfileResponse.js +0 -35
- package/dist/obis-observer/commands/uplink/RemoveObisProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.js +0 -35
- package/dist/obis-observer/commands/uplink/SetLorawanActivationMethodResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/SetMeterArchiveProfileResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/SetMeterArchiveProfileResponse.js +0 -43
- package/dist/obis-observer/commands/uplink/SetMeterArchiveProfileResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/SetObisIdResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/SetObisIdResponse.js +0 -35
- package/dist/obis-observer/commands/uplink/SetObisIdResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.js +0 -35
- package/dist/obis-observer/commands/uplink/SetObserverSingleModeResponse.js.map +0 -1
- package/dist/obis-observer/commands/uplink/SetupMeterResponse.d.ts +0 -16
- package/dist/obis-observer/commands/uplink/SetupMeterResponse.js +0 -35
- package/dist/obis-observer/commands/uplink/SetupMeterResponse.js.map +0 -1
- package/dist/obis-observer/constants/obisIds.js +0 -228
- package/dist/obis-observer/constants/obisIds.js.map +0 -1
|
@@ -1,228 +0,0 @@
|
|
|
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: 39, 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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"obisIds.js","sourceRoot":"","sources":["../../../src/obis-observer/constants/obisIds.ts"],"names":[],"mappings":"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"}
|