We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452f9da commit 72119fcCopy full SHA for 72119fc
plugwise/constants.py
@@ -440,7 +440,6 @@
440
441
UOM = namedtuple("UOM", "unit_of_measurement")
442
DATA = namedtuple("DATA", "name unit_of_measurement")
443
-RENAME = namedtuple("RENAME", "name")
444
# P1 related measurements:
445
P1_MEASUREMENTS: Final[dict[str, UOM]] = {
446
"electricity_consumed": UOM(POWER_WATT),
0 commit comments