ndokter / dsmr_parser

Library to parse Dutch Smart Meter Requirements (DSMR) telegrams.
MIT License
110 stars 64 forks source link

Copy head_parsers list on construct. #150

Closed dupondje closed 3 months ago

dupondje commented 3 months ago

We need to create a copy of the head_parsers. Otherwise the self.value_formats contains just a reference to head_parsers. But the self.value_formats is modified in the _parse_values, causing invalid values in the head_parsers list.

ndokter commented 3 months ago

These changes have been put into v1.4.0