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