mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-14 03:18:26 +00:00
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:
@@ -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"}
|
||||
|
Reference in New Issue
Block a user