Add test fixture for KL130 (#35)

* Add test fixture for KL130

* Update test
This commit is contained in:
J. Nick Koston
2020-04-10 09:16:50 -05:00
committed by GitHub
parent f4e5afa20b
commit 18d58388c1
2 changed files with 96 additions and 3 deletions

View File

@@ -14,11 +14,11 @@ SUPPORTED_DEVICES = glob.glob(
os.path.dirname(os.path.abspath(__file__)) + "/fixtures/*.json"
)
BULBS = {"LB100", "LB120", "LB130", "KL120"}
VARIABLE_TEMP = {"LB120", "LB130", "KL120"}
BULBS = {"LB100", "LB120", "LB130", "KL120", "KL130"}
VARIABLE_TEMP = {"LB120", "LB130", "KL120", "KL130"}
PLUGS = {"HS100", "HS105", "HS110", "HS200", "HS210", "HS220", "HS300"}
STRIPS = {"HS107", "HS300", "KP303"}
COLOR_BULBS = {"LB130"}
COLOR_BULBS = {"LB130", "KL130"}
DIMMABLE = {*BULBS, "HS220"}
EMETER = {"HS110", "HS300", *BULBS}