Add fixture for KL60 (#52)

This commit is contained in:
Teemu R
2020-04-26 17:44:16 +02:00
committed by GitHub
parent 51af7809ec
commit c6d76836d7
4 changed files with 105 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ SUPPORTED_DEVICES = glob.glob(
)
BULBS = {"LB100", "LB120", "LB130", "KL120", "KL130"}
BULBS = {"KL60", "LB100", "LB120", "LB130", "KL120", "KL130"}
VARIABLE_TEMP = {"LB120", "LB130", "KL120", "KL130"}
PLUGS = {"HS100", "HS103", "HS105", "HS110", "HS200", "HS210", "HS300"}
STRIPS = {"HS107", "HS300", "KP303", "KP400"}