Add V2.2 telegram implementation and console read.

This commit is contained in:
Johan Bloemberg
2016-11-06 20:40:01 +01:00
parent 6343bce2ee
commit 90eb6fb3fe
5 changed files with 71 additions and 1 deletions

View File

@@ -9,5 +9,8 @@ setup(
install_requires=[
'pyserial==3.0.1',
'pytz==2016.3'
]
],
entry_points={
'console_scripts': ['dsmr_console=dsmr_parser.__main__:console']
},
)