Skip to content

Commit a2a625e

Browse files
committed
Correct variable
1 parent 5552992 commit a2a625e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _appl_thermostat_info(self, appl: Munch, xml_1: etree, xml_2: etree = None)
104104
appl.model = module_data["vendor_model"]
105105
if appl.model != "ThermoTouch": # model_id for Anna not provided when stand-alone
106106
appl.model_id = appl.model
107-
appl.model = check_model(model, appl.vendor_name)
107+
appl.model = check_model(appl.model, appl.vendor_name)
108108

109109
appl.hardware = module_data["hardware_version"]
110110
appl.firmware = module_data["firmware_version"]

0 commit comments

Comments
 (0)