Adapt to latest commits on main branch

pull/1192/head
Arthur 2024-04-11 20:21:59 +02:00
rodzic da380ae5a0
commit a9d7492328
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -68,7 +68,7 @@ namespace
{ {
{ {
"ERROR_FLAGS", "ERROR_FLAGS",
Translate::Type::BitToString, Translate::MapType::BitToString,
AlwaysTrigger, MaskBits(0xffff), AlwaysTrigger, MaskBits(0xffff),
"OK", "OK",
{ {
@ -82,7 +82,7 @@ namespace
"The total heat energy consumption recorded by this meter.", "The total heat energy consumption recorded by this meter.",
DEFAULT_PRINT_PROPERTIES, DEFAULT_PRINT_PROPERTIES,
Quantity::Energy, Quantity::Energy,
VifScaling::Auto, VifScaling::Auto, DifSignedness::Signed,
FieldMatcher::build() FieldMatcher::build()
.set(MeasurementType::Instantaneous) .set(MeasurementType::Instantaneous)
.set(VIFRange::AnyEnergyVIF) .set(VIFRange::AnyEnergyVIF)
@ -93,7 +93,7 @@ namespace
"The total heating media volume recorded by this meter at the end of last month.", "The total heating media volume recorded by this meter at the end of last month.",
DEFAULT_PRINT_PROPERTIES, DEFAULT_PRINT_PROPERTIES,
Quantity::Volume, Quantity::Volume,
VifScaling::Auto, VifScaling::Auto, DifSignedness::Signed,
FieldMatcher::build() FieldMatcher::build()
.set(MeasurementType::Instantaneous) .set(MeasurementType::Instantaneous)
.set(VIFRange::Volume) .set(VIFRange::Volume)
@ -105,7 +105,7 @@ namespace
"The total heat energy for the previous month period.", "The total heat energy for the previous month period.",
DEFAULT_PRINT_PROPERTIES, DEFAULT_PRINT_PROPERTIES,
Quantity::Energy, Quantity::Energy,
VifScaling::Auto, VifScaling::Auto, DifSignedness::Signed,
FieldMatcher::build() FieldMatcher::build()
.set(MeasurementType::Instantaneous) .set(MeasurementType::Instantaneous)
.set(VIFRange::AnyEnergyVIF) .set(VIFRange::AnyEnergyVIF)
@ -127,7 +127,7 @@ namespace
"The total heat energy for the previous year period.", "The total heat energy for the previous year period.",
DEFAULT_PRINT_PROPERTIES, DEFAULT_PRINT_PROPERTIES,
Quantity::Energy, Quantity::Energy,
VifScaling::Auto, VifScaling::Auto, DifSignedness::Signed,
FieldMatcher::build() FieldMatcher::build()
.set(MeasurementType::Instantaneous) .set(MeasurementType::Instantaneous)
.set(VIFRange::AnyEnergyVIF) .set(VIFRange::AnyEnergyVIF)