Skip to content

Commit

Permalink
fix speed mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kongo09 committed Dec 14, 2024
1 parent 8e68e74 commit 252f020
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 @@ -178,8 +178,8 @@ class PresetMode:
SPEED_5 = "speed_5"
SPEED_6 = "speed_6"
SPEED_7 = "speed_7"
SPEED_8 = "spped_8"
SPEED_9 = "spped_9"
SPEED_8 = "speed_8"
SPEED_9 = "speed_9"
SPEED_10 = "speed_10"
ALLERGEN = "allergen"
AUTO = "auto"
Expand Down

0 comments on commit 252f020

Please sign in to comment.