sunspec / pysunspec2

SunSpec Python library for interfacing with SunSpec devices.
Apache License 2.0
57 stars 21 forks source link

device.py incorrect reference to model id attribute in exception message #14

Closed bobfox closed 3 years ago

bobfox commented 3 years ago

Line 449 has an old model id attribute reference (self.model._id) that should be updated to self.model.model_id.

shelcrow commented 3 years ago

Fixed in commit f839d5adfdadd4cb12929283da46178ef2581589.