Skip to content

Commit

Permalink
Fixed iperl compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
SzczepanLeon committed Sep 25, 2024
1 parent 3ef26fa commit 825c291
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/wmbus/driver_iperl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace
"The total water consumption recorded by this meter.",
DEFAULT_PRINT_PROPERTIES,
Quantity::Volume,
VifScaling::Auto,
VifScaling::Auto, DifSignedness::Signed,
FieldMatcher::build()
.set(MeasurementType::Instantaneous)
.set(VIFRange::Volume)
Expand All @@ -55,7 +55,7 @@ namespace
"The maximum flow recorded during previous period.",
DEFAULT_PRINT_PROPERTIES,
Quantity::Flow,
VifScaling::Auto,
VifScaling::Auto, DifSignedness::Signed,
FieldMatcher::build()
.set(MeasurementType::Instantaneous)
.set(VIFRange::VolumeFlow));
Expand Down
2 changes: 1 addition & 1 deletion components/wmbus/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef MY_VERSION
#define MY_VERSION "4.0.4"
#define MY_VERSION "4.0.5"
#define WMBUSMETERS_VERSION "1.17.1-b8f4a945"
#endif

0 comments on commit 825c291

Please sign in to comment.