mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-16 04:18:01 +00:00
Add P135 fixture (#673)
* Add P135 fixture This device is a dimmer but we currently treat it as a on/off * add to conftest
This commit is contained in:
@@ -98,7 +98,9 @@ PLUGS_IOT = {
|
||||
"KP401",
|
||||
"KS200M",
|
||||
}
|
||||
PLUGS_SMART = {"P110", "KP125M", "EP25", "KS205", "P125M"}
|
||||
# P135 supports dimming, but its not currently support
|
||||
# by the library
|
||||
PLUGS_SMART = {"P110", "KP125M", "EP25", "KS205", "P125M", "P135"}
|
||||
PLUGS = {
|
||||
*PLUGS_IOT,
|
||||
*PLUGS_SMART,
|
||||
|
Reference in New Issue
Block a user