fix: wrong scale on the PGXL meter

This commit is contained in:
2026-07-15 12:01:12 +02:00
parent 9e2ffdb758
commit 3cd80ead81
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -711,7 +711,7 @@ func (f *Flex) handleStatus(payload string) {
f.mu.Unlock()
for _, id := range newIDs {
mi := f.meterMeta[id]
debugLog.Printf("Flex: meter def #%d %s/%s unit=%s → sub", id, mi.src, mi.name, mi.unit)
debugLog.Printf("Flex: meter def #%d %s/%s unit=%s lo=%g hi=%g → sub", id, mi.src, mi.name, mi.unit, mi.lo, mi.hi)
f.subscribeMeter(id)
}
}