mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Add KP125 test fixture and support note. (#350)
* Add KP125 test fixture and support note. Signed-off-by: James Alseth <james@jalseth.me> * mark KP125 having an emeter Co-authored-by: Teemu R <tpr@iki.fi>
This commit is contained in:
@@ -49,15 +49,16 @@ PLUGS = {
|
||||
"HS210",
|
||||
"EP10",
|
||||
"KP100",
|
||||
"KP115",
|
||||
"KP105",
|
||||
"KP115",
|
||||
"KP125",
|
||||
"KP401",
|
||||
}
|
||||
STRIPS = {"HS107", "HS300", "KP303", "KP400", "EP40"}
|
||||
DIMMERS = {"HS220", "KS220M"}
|
||||
|
||||
DIMMABLE = {*BULBS, *DIMMERS}
|
||||
WITH_EMETER = {"HS110", "HS300", "KP115", *BULBS}
|
||||
WITH_EMETER = {"HS110", "HS300", "KP115", "KP125", *BULBS}
|
||||
|
||||
ALL_DEVICES = BULBS.union(PLUGS).union(STRIPS).union(DIMMERS)
|
||||
|
||||
|
Reference in New Issue
Block a user