rename uom::HZ to HERTZ, avoids compile error on ESP32C3

This commit is contained in:
MichaelDvP
2026-01-09 17:21:26 +01:00
parent e19e76546e
commit b64c392c58
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ class DeviceValue {
MBAR, // 24 - mbar - atmospheric pressure
LH, // 25 - l/h - volume flow rate
CTKWH, // 26 - ct/kWh - monetary
HZ, // 27 - Hz - frequency
HERTZ, // 27 - Hz - frequency
CONNECTIVITY // 28 - used in HA - connectivity
};