Update telegram_specifications.py

This commit is contained in:
gigatexel
2022-04-08 09:56:36 +02:00
committed by GitHub
parent 15b3653a02
commit 99ab86fffb
+1 -1
View File
@@ -155,7 +155,7 @@ BELGIUM_FLUVIUS['objects'].update({
obis.BELGIUM_MAX_CURRENT_PER_PHASE: MBusParser( obis.BELGIUM_MAX_CURRENT_PER_PHASE: MBusParser(
ValueParser(timestamp), ValueParser(timestamp),
ValueParser(Decimal) ValueParser(Decimal)
), ),
}) })
LUXEMBOURG_SMARTY = deepcopy(V5) LUXEMBOURG_SMARTY = deepcopy(V5)