mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-14 19:38:02 +00:00
Added a fixture file for KS220M (#273)
* Added motion and light sensor for KS220M * Added fixture file for ks220m * Remove dump_devinfo and add the extra queries to devtools/dump_devinfo * Test KS220M as a dimmer * Add empty modules to baseproto to make the tests pass Co-authored-by: mrbetta <bettale@gmail.com> Co-authored-by: Teemu Rytilahti <tpr@iki.fi>
This commit is contained in:
@@ -53,7 +53,7 @@ PLUGS = {
|
||||
"KP401",
|
||||
}
|
||||
STRIPS = {"HS107", "HS300", "KP303", "KP400", "EP40"}
|
||||
DIMMERS = {"HS220"}
|
||||
DIMMERS = {"HS220", "KS220M"}
|
||||
|
||||
DIMMABLE = {*BULBS, *DIMMERS}
|
||||
WITH_EMETER = {"HS110", "HS300", "KP115", *BULBS}
|
||||
|
Reference in New Issue
Block a user