mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24:02 +00:00
Simplify discovery query, refactor dump-devinfo (#147)
* Use only system:get_sysinfo for discovery * move dump-devinfo into a separate tool under devtools * Fix linting
This commit is contained in:
@@ -135,10 +135,6 @@ class Discover:
|
||||
|
||||
DISCOVERY_QUERY = {
|
||||
"system": {"get_sysinfo": None},
|
||||
"emeter": {"get_realtime": None},
|
||||
"smartlife.iot.dimmer": {"get_dimmer_parameters": None},
|
||||
"smartlife.iot.common.emeter": {"get_realtime": None},
|
||||
"smartlife.iot.smartbulb.lightingservice": {"get_light_state": None},
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user