Skip to content

Commit 020295c

Browse files
committed
Reorganize
1 parent 2f11172 commit 020295c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plugwise/helper.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,17 +288,15 @@ def __init__(self):
288288
self._outdoor_temp: float = None
289289
self._is_thermostat: bool = False
290290
self._multi_thermostats: bool = False
291-
self._thermo_locs: dict[str, Any] = {}
292-
293291
self._smile_legacy: bool = False
294292
self._stretch_v2: bool = False
295293
self._stretch_v3: bool = False
294+
self._thermo_locs: dict[str, Any] = {}
296295

297296
self.cooling_active: bool = False
298297
self.gateway_id: str = None
299298
self.gw_data: dict[str, Any] = {}
300299
self.gw_devices: dict[str, Any] = {}
301-
302300
self.smile_name: str = None
303301
self.smile_type: str = None
304302
self.smile_version: list[str] = []

0 commit comments

Comments
 (0)