Skip to content

Commit 2a7f0e6

Browse files
committed
Add THERMO_MATCHING constant
1 parent 20b7108 commit 2a7f0e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugwise/constants.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
NONE: Final = "None"
9393
OFF: Final = "off"
9494
PRIORITY_DEVICE_CLASSES = ("gateway", "heater_central")
95+
THERMO_MATCHING: dict[str, int] = {
96+
"thermostat": 2,
97+
"zone_thermometer": 2,
98+
"zone_thermostat": 2,
99+
"thermostatic_radiator_valve": 1,
100+
}
95101

96102
# XML data paths
97103
APPLIANCES: Final = "/core/appliances"

0 commit comments

Comments
 (0)