mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add P100 test fixture (#683)
This commit is contained in:
@@ -100,7 +100,7 @@ PLUGS_IOT = {
|
||||
}
|
||||
# P135 supports dimming, but its not currently support
|
||||
# by the library
|
||||
PLUGS_SMART = {"P110", "KP125M", "EP25", "KS205", "P125M", "P135"}
|
||||
PLUGS_SMART = {"P100", "P110", "KP125M", "EP25", "KS205", "P125M", "P135"}
|
||||
PLUGS = {
|
||||
*PLUGS_IOT,
|
||||
*PLUGS_SMART,
|
||||
|
Reference in New Issue
Block a user