Skip to content

Commit

Permalink
fix: fan speeds are mixed up, supply is exhaust
Browse files Browse the repository at this point in the history
  • Loading branch information
bj00rn committed Dec 14, 2024
1 parent 1b8a788 commit 3e9ad3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pysaleryd/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class DataKeyEnum(StrEnum):
ERROR_FRAME_END = "*EZ"
ERROR_MESSAGE = "*EB"
ERROR_FRAME_START = "*EA"
FAN_SPEED_EXHAUST = "*DA"
FAN_SPEED_SUPPLY = "*DB"
FAN_SPEED_EXHAUST = "*DB"
FAN_SPEED_SUPPLY = "*DA"
FILTER_MONTHS_LEFT = "*FL"
HEAT_EXCHANGER_ROTOR_PERCENT = "*XA"
HEAT_EXCHANGER_ROTOR_RPM = "*XB"
Expand Down

0 comments on commit 3e9ad3d

Please sign in to comment.