mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-05-30 21:51:24 +00:00
Add ultra mode (fanspeed = 5) for vacuums (#1459)
This commit is contained in:
parent
b23019e748
commit
d27697c50f
@ -53,6 +53,7 @@ class FanSpeed(IntEnum):
|
||||
Standard = 2
|
||||
Turbo = 3
|
||||
Max = 4
|
||||
Ultra = 5
|
||||
|
||||
|
||||
class AreaUnit(IntEnum):
|
||||
|
Loading…
x
Reference in New Issue
Block a user