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 7112b86 commit b57cb24Copy full SHA for b57cb24
plugwise/common.py
@@ -86,7 +86,7 @@ def _appl_heater_central_info(
86
return appl
87
88
def _get_module_data(
89
- self, xml_1: etree, xml_2: etree, locator: str, mod_type: str, legacy=False,
+ self, xml_1: etree, xml_2: etree, locator: str, mod_type: str, legacy:bool=False,
90
) -> ModelData:
91
"""Helper-function for _energy_device_info_finder() and _appliance_info_finder().
92
0 commit comments