experimenting with version detection

This commit is contained in:
Nigel Dokter
2017-01-28 17:01:33 +01:00
parent 24ab9aa712
commit 9d20bb8ad5
4 changed files with 64 additions and 32 deletions

View File

@@ -1,4 +1,7 @@
class DSMRObject(object):
"""
Represents all data from a single telegram line.
"""
def __init__(self, values):
self.values = values