Added KL125 and HS200 fixture dumps and updated tests to run on new format (#160)

* Added new fixtures

* Refactored bulb categories and check for emeter on run

* linting changes
This commit is contained in:
Brian Davis
2021-05-11 09:47:52 -06:00
committed by GitHub
parent 0471e1a5a8
commit 28a902c485
4 changed files with 125 additions and 4 deletions

View File

@@ -25,9 +25,9 @@ SUPPORTED_DEVICES = glob.glob(
LIGHT_STRIPS = {"KL430"}
BULBS = {"KL60", "LB100", "LB120", "LB130", "KL120", "KL130", *LIGHT_STRIPS}
VARIABLE_TEMP = {"LB120", "LB130", "KL120", "KL130", "KL430", *LIGHT_STRIPS}
COLOR_BULBS = {"LB130", "KL130", *LIGHT_STRIPS}
VARIABLE_TEMP = {"LB120", "LB130", "KL120", "KL125", "KL130", "KL430", *LIGHT_STRIPS}
COLOR_BULBS = {"LB130", "KL125", "KL130", *LIGHT_STRIPS}
BULBS = {"KL60", "LB100", *VARIABLE_TEMP, *COLOR_BULBS, *LIGHT_STRIPS}
PLUGS = {"HS100", "HS103", "HS105", "HS110", "HS200", "HS210"}