Skip to content

Commit

Permalink
Mark TODOs #1794/#1764
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 23, 2023
1 parent dbd5245 commit 9f18474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsmr_parser/obis_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
BELGIUM_MBUS4_METER_READING1 = r"\d-4:24\.2\.1.+?\r\n"
BELGIUM_MBUS4_METER_READING2 = r"\d-4:24\.2\.3.+?\r\n"

# DSMR-reader legacy. Should eventually be dropped or selected automatically in a future release.
# @TODO DSMR-reader legacy. Should eventually be dropped or selected automatically in a future release.
BELGIUM_MBUS_WILDCARD_DEVICE_TYPE = r"\d-\d:24\.1\.0.+?\r\n"
BELGIUM_MBUS_WILDCARD_EQUIPMENT_IDENTIFIER = r"\d-\d:96\.1\.1.+?\r\n"
BELGIUM_MBUS_WILDCARD_VALVE_POSITION = r"\d-\d:24\.4\.0.+?\r\n"
Expand Down
2 changes: 1 addition & 1 deletion dsmr_parser/telegram_specifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
obis.BELGIUM_MBUS4_METER_READING2: MBusParser(
ValueParser(timestamp), ValueParser(Decimal)
),
# DSMR-reader legacy. Should eventually be dropped or selected automatically in a future release.
# @TODO DSMR-reader legacy. Should eventually be dropped or selected automatically in a future release.
obis.BELGIUM_MBUS_WILDCARD_DEVICE_TYPE: CosemParser(ValueParser(int)),
obis.BELGIUM_MBUS_WILDCARD_EQUIPMENT_IDENTIFIER: CosemParser(ValueParser(str)),
obis.BELGIUM_MBUS_WILDCARD_VALVE_POSITION: CosemParser(ValueParser(int)),
Expand Down

0 comments on commit 9f18474

Please sign in to comment.