Add TP15 fixture (#730)

This commit is contained in:
J. Nick Koston
2024-01-31 07:30:19 -10:00
committed by GitHub
parent 55525fc58b
commit 8657959ace
3 changed files with 307 additions and 1 deletions

View File

@@ -105,7 +105,17 @@ PLUGS_IOT = {
}
# P135 supports dimming, but its not currently support
# by the library
PLUGS_SMART = {"P100", "P110", "KP125M", "EP25", "KS205", "P125M", "P135", "S505"}
PLUGS_SMART = {
"P100",
"P110",
"KP125M",
"EP25",
"KS205",
"P125M",
"P135",
"S505",
"TP15",
}
PLUGS = {
*PLUGS_IOT,
*PLUGS_SMART,