Skip to content

Commit f1790d7

Browse files
committed
Rework legacy - 2
1 parent 1dc847e commit f1790d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/legacy/helper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def _get_appliances(self) -> None:
122122
appl.firmware = None
123123
appl.hardware = None
124124
appl.mac = None
125+
appl.module_id = None
125126
appl.zigbee_mac = None
126127
appl.vendor_name = None
127128

@@ -241,6 +242,7 @@ def _p1_smartmeter_info_finder(self, appl: Munch) -> None:
241242
appl.mac = None
242243
appl.model = self.smile.model
243244
appl.model_id = None
245+
appl.module_id = None
244246
appl.name = "P1"
245247
appl.pwclass = "smartmeter"
246248
appl.zigbee_mac = None

0 commit comments

Comments
 (0)