mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-28 04:58:54 +00:00
Fixed names of Kamstrup items, added List2
This commit is contained in:
@@ -6,38 +6,77 @@
|
||||
|
||||
enum class Kamstrup
|
||||
{
|
||||
List1 = 0x19
|
||||
List1 = 0x19,
|
||||
List2 = 0x23
|
||||
};
|
||||
|
||||
enum class Kamstrup_List1
|
||||
{
|
||||
Kamstrup_List1_Time,
|
||||
Kamstrup_List1_ListID,
|
||||
Kamstrup_List1_ListVersionIdentifier,
|
||||
Kamstrup_List1_MeterID_OBIS,
|
||||
Kamstrup_List1_MeterID,
|
||||
Kamstrup_List1_MeterType_OBIS,
|
||||
Kamstrup_List1_MeterType,
|
||||
Kamstrup_List1_ActivePowerPos_OBIS,
|
||||
Kamstrup_List1_ActivePowerPos,
|
||||
Kamstrup_List1_ActivePowerNeg_OBIS,
|
||||
Kamstrup_List1_ActivePowerNeg,
|
||||
Kamstrup_List1_ReactivePowerPos_OBIS,
|
||||
Kamstrup_List1_ReactivePowerPos,
|
||||
Kamstrup_List1_ReactivePowerNeg_OBIS,
|
||||
Kamstrup_List1_ReactivePowerNeg,
|
||||
Kamstrup_List1_CurrentL1_OBIS,
|
||||
Kamstrup_List1_CurrentL1,
|
||||
Kamstrup_List1_CurrentL2_OBIS,
|
||||
Kamstrup_List1_CurrentL2,
|
||||
Kamstrup_List1_CurrentL3_OBIS,
|
||||
Kamstrup_List1_CurrentL3,
|
||||
Kamstrup_List1_VoltageL1_OBIS,
|
||||
Kamstrup_List1_VoltageL1,
|
||||
Kamstrup_List1_VoltageL2_OBIS,
|
||||
Kamstrup_List1_VoltageL2,
|
||||
Kamstrup_List1_VoltageL3_OBIS,
|
||||
Kamstrup_List1_VoltageL3
|
||||
Time,
|
||||
ListID,
|
||||
ListVersionIdentifier,
|
||||
MeterID_OBIS,
|
||||
MeterID,
|
||||
MeterType_OBIS,
|
||||
MeterType,
|
||||
ActiveImportPower_OBIS,
|
||||
ActiveImportPower,
|
||||
ActiveExportPower_OBIS,
|
||||
ActiveExportPower,
|
||||
ReactiveImportPower_OBIS,
|
||||
ReactiveImportPower,
|
||||
ReactiveExportPower_OBIS,
|
||||
ReactiveExportPower,
|
||||
CurrentL1_OBIS,
|
||||
CurrentL1,
|
||||
CurrentL2_OBIS,
|
||||
CurrentL2,
|
||||
CurrentL3_OBIS,
|
||||
CurrentL3,
|
||||
VoltageL1_OBIS,
|
||||
VoltageL1,
|
||||
VoltageL2_OBIS,
|
||||
VoltageL2,
|
||||
VoltageL3_OBIS,
|
||||
VoltageL3
|
||||
};
|
||||
|
||||
|
||||
enum class Kamstrup_List2
|
||||
{
|
||||
Time,
|
||||
ListID,
|
||||
ListVersionIdentifier,
|
||||
MeterID_OBIS,
|
||||
MeterID,
|
||||
MeterType_OBIS,
|
||||
MeterType,
|
||||
ActiveImportPower_OBIS,
|
||||
ActiveImportPower,
|
||||
ActiveExportPower_OBIS,
|
||||
ActiveExportPower,
|
||||
ReactiveImportPower_OBIS,
|
||||
ReactiveImportPower,
|
||||
ReactiveExportPower_OBIS,
|
||||
ReactiveExportPower,
|
||||
CurrentL1_OBIS,
|
||||
CurrentL1,
|
||||
CurrentL2_OBIS,
|
||||
CurrentL2,
|
||||
CurrentL3_OBIS,
|
||||
CurrentL3,
|
||||
VoltageL1_OBIS,
|
||||
VoltageL1,
|
||||
VoltageL2_OBIS,
|
||||
VoltageL2,
|
||||
VoltageL3_OBIS,
|
||||
VoltageL3,
|
||||
MeterClock,
|
||||
CumulativeActiveImportEnergy,
|
||||
CumulativeActiveExportEnergy,
|
||||
CumulativeReactiveImportEnergy,
|
||||
CumulativeReactiveExportEnergy
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user