Merge pull request #106 from gigatexel/master

Update telegram_specifications.py
This commit is contained in:
Nigel Dokter 2022-04-20 21:47:27 +02:00 committed by GitHub
commit 5c4d6ed98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,14 +148,10 @@ BELGIUM_FLUVIUS['objects'].update({
ValueParser(timestamp),
ValueParser(Decimal)
),
obis.BELGIUM_MAX_POWER_PER_PHASE: MBusParser(
ValueParser(timestamp),
ValueParser(Decimal)
),
obis.BELGIUM_MAX_CURRENT_PER_PHASE: MBusParser(
ValueParser(timestamp),
ValueParser(Decimal)
),
obis.BELGIUM_MAX_POWER_PER_PHASE: CosemParser(ValueParser(Decimal)),
obis.BELGIUM_MAX_CURRENT_PER_PHASE: CosemParser(ValueParser(Decimal)),
obis.ACTUAL_SWITCH_POSITION: CosemParser(ValueParser(str)),
obis.VALVE_POSITION_GAS: CosemParser(ValueParser(str)),
})
LUXEMBOURG_SMARTY = deepcopy(V5)