Skip to content

Commit

Permalink
fix some oscillation values
Browse files Browse the repository at this point in the history
  • Loading branch information
kongo09 committed Dec 4, 2024
1 parent 88d033e commit d493140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/philips_airpurifier_coap/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ class PhilipsApi:
SWITCH_OFF: 0,
}
OSCILLATION_MAP3 = {
SWITCH_ON: "45",
SWITCH_OFF: "0",
SWITCH_ON: 45,
SWITCH_OFF: 0,
}

# the AC1715 seems to follow a new scheme, this should later be refactored
Expand Down

0 comments on commit d493140

Please sign in to comment.