File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -305,13 +305,12 @@ def _get_module_data(
305305 def _energy_device_info_finder (self , appliance : etree , appl : Munch ) -> Munch :
306306 """Helper-function for _appliance_info_finder().
307307
308- Collect energy device info (Circle , Plug, Stealth ): firmware, model and vendor name.
308+ Collect energy device info (Smartmeter , Plug): firmware, model and vendor name.
309309 """
310310 if self .smile_type == "power" :
311311 locator = "./logs/point_log/electricity_point_meter"
312312 mod_type = "electricity_point_meter"
313313 module_data = self ._get_module_data (appliance , locator , mod_type )
314- appl .zigbee_mac = module_data ["zigbee_mac_address" ]
315314 appl .hardware = module_data ["hardware_version" ]
316315 appl .model = module_data ["vendor_model" ]
317316 appl .vendor_name = module_data ["vendor_name" ]
You can’t perform that action at this time.
0 commit comments