Add fixture file for KL135 (#263)

* Create new fixture file for KL135

* Add KL135 to COLOR_BULBS and VARIABLE_TEMP lists
This commit is contained in:
ErikSGross
2021-12-06 07:31:27 -08:00
committed by GitHub
parent a468d520c0
commit 6b18c5cd55
2 changed files with 91 additions and 2 deletions

View File

@@ -26,8 +26,8 @@ SUPPORTED_DEVICES = glob.glob(
LIGHT_STRIPS = {"KL400", "KL430"}
VARIABLE_TEMP = {"LB120", "LB130", "KL120", "KL125", "KL130", "KL430"}
COLOR_BULBS = {"LB130", "KL125", "KL130", *LIGHT_STRIPS}
VARIABLE_TEMP = {"LB120", "LB130", "KL120", "KL125", "KL130", "KL135", "KL430"}
COLOR_BULBS = {"LB130", "KL125", "KL130", "KL135", *LIGHT_STRIPS}
BULBS = {
"KL50",
"KL60",