diff --git a/dsmr_parser/telegram_specifications.py b/dsmr_parser/telegram_specifications.py index f14cef2..07f60cb 100644 --- a/dsmr_parser/telegram_specifications.py +++ b/dsmr_parser/telegram_specifications.py @@ -155,7 +155,7 @@ BELGIUM_FLUVIUS['objects'].update({ obis.BELGIUM_MAX_CURRENT_PER_PHASE: MBusParser( ValueParser(timestamp), ValueParser(Decimal) - ), + ), }) LUXEMBOURG_SMARTY = deepcopy(V5)