mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-09 22:37:08 +00:00
match names to cli
This commit is contained in:
parent
a63e0bed2d
commit
1dcb5e72ab
@ -32,6 +32,8 @@ _LOGGER = logging.getLogger(__name__)
|
||||
class DeviceType(Enum):
|
||||
"""Device type enum."""
|
||||
|
||||
# The values match what the cli has historically used
|
||||
|
||||
Plug = "plug"
|
||||
Bulb = "bulb"
|
||||
Strip = "strip"
|
||||
|
Loading…
Reference in New Issue
Block a user