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:
James Alseth
2022-06-26 18:39:57 -07:00
committed by GitHub
parent 8e6cfd003e
commit 91ba1d5ac6
3 changed files with 46 additions and 2 deletions

View File

@@ -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)