Releases: ndokter/dsmr_parser
Releases · ndokter/dsmr_parser
v0.16
v0.15
v0.14
v0.13
v0.12
v0.11
v0.10
v0.9
v0.8
v0.7
- Internal refactoring related to the way clients feed their data into the parse module. Clients can now supply the telegram data in single characters, lines (which was common) or complete telegram strings (issue #17).
IMPORTANT: this release has the following backwards incompatible changes:
- Client related imports from dsmr_parser.serial and dsmr_parser.protocol have been moved to dsmr_parser.clients (import these from the
clients/__init__.py
module) - The
.parse()
method ofTelegramParser
,TelegramParserV2_2
,TelegramParserV4
now accepts a string containing the entire telegram (including \r\n characters) and not a list