lansenth driver: parse temperature as AutoSigned in order to see negative values

pull/968/head
Peter Vágner 2023-05-22 15:41:46 +02:00
rodzic f26b56caff
commit 86c39e5570
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -53,7 +53,7 @@ namespace
"The current temperature.",
DEFAULT_PRINT_PROPERTIES,
Quantity::Temperature,
VifScaling::Auto,
VifScaling::AutoSigned,
FieldMatcher::build()
.set(MeasurementType::Instantaneous)
.set(VIFRange::ExternalTemperature)