Skip to content

Commit 49a2025

Browse files
committed
Switch gateway name and model
1 parent 60ecb76 commit 49a2025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ def all_appliances(self):
295295
if appliance_class == "gateway":
296296
self.gateway_id = appliance.attrib["id"]
297297
appliance_fw = self.smile_version[0]
298-
appliance_model = f"Smile {self.smile_name}"
299-
appliance_name = self.smile_name
298+
appliance_model = self.smile_name
299+
appliance_name = f"Smile {self.smile_name}"
300300
appliance_v_name = "Plugwise B.V."
301301

302302
if appliance_class in [

0 commit comments

Comments
 (0)