resolved comment

This commit is contained in:
Hans Erik van Elburg 2021-02-14 22:08:35 +01:00
parent 804747c370
commit 8c861ee308

View File

@ -158,7 +158,7 @@ class ProfileGenericObject(DSMRObject):
@property
def value(self):
# value is added to make sure the telegram iterator does not break
return self.__str__()
return self.values
@property
def unit(self):