Skip to content

Commit

Permalink
Increasing minimal speed to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
Nornode committed Dec 1, 2023
1 parent 6aada97 commit a11fb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/pax_ble/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

OptionsTuple = namedtuple('options', ['min_value', 'max_value', 'step'])
OPTIONS = {}
OPTIONS["fanspeed"] = OptionsTuple(400, 2400, 25)
OPTIONS["fanspeed"] = OptionsTuple(500, 2400, 25)
OPTIONS["temperature"] = OptionsTuple(15, 30, 1)
OPTIONS["boostmodesec"] = OptionsTuple(60, 900, 1)
OPTIONS["boostmodespeed"] = OptionsTuple(1000, 2400, 25)
Expand Down

0 comments on commit a11fb69

Please sign in to comment.