Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Oct 14, 2024
1 parent c97065f commit 35eeb92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ramses_tx/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,6 @@ def parser_22e9(payload: str, msg: Message) -> Mapping[str, float | None]:

# fan_speed (switch_mode), HVAC
def parser_22f1(payload: str, msg: Message) -> dict[str, Any]:

try:
assert payload[0:2] in ("00", "63")
assert not payload[4:] or int(payload[2:4], 16) <= int(
Expand Down

0 comments on commit 35eeb92

Please sign in to comment.