From c63cb1ef01759d9bd6e1f57293cfe38d759ca709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=BCdel?= Date: Sun, 4 Jun 2023 22:07:33 +0200 Subject: [PATCH] Handle negative values for flow --- src/driver_topaseskr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver_topaseskr.cc b/src/driver_topaseskr.cc index f6164ec..1e002ad 100644 --- a/src/driver_topaseskr.cc +++ b/src/driver_topaseskr.cc @@ -77,7 +77,7 @@ namespace "The current water flow.", DEFAULT_PRINT_PROPERTIES, Quantity::Flow, - VifScaling::Auto, + VifScaling::AutoSigned, FieldMatcher::build() .set(MeasurementType::Instantaneous) .set(VIFRange::VolumeFlow));