python-kasa/kasa/iot
Teemu R 2b0721aea9
Generalize smartdevice child support (#775)
* Initialize children's modules (and features) using the child component negotiation results
* Set device_type based on the device response
* Print out child features in cli 'state'
* Add --child option to cli 'command' to allow targeting child devices
* Guard "generic" features like rssi, ssid, etc. only to devices which have this information

Note, we do not currently perform queries on child modules so some data may not be available. At the moment, a stop-gap solution to use parent's data is used but this is not always correct; even if the device shares the same clock and cloud connectivity, it may have its own firmware updates.
2024-02-22 20:46:19 +01:00
..
modules Add feature for ambient light sensor (#787) 2024-02-22 19:11:30 +01:00
__init__.py Refactor devices into subpackages and deprecate old names (#716) 2024-02-04 16:20:08 +01:00
iotbulb.py Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00
iotdevice.py Generalize smartdevice child support (#775) 2024-02-22 20:46:19 +01:00
iotdimmer.py Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00
iotlightstrip.py Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00
iotmodule.py Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00
iotplug.py Rename and deprecate exception classes (#739) 2024-02-21 16:52:55 +01:00
iotstrip.py Generalize smartdevice child support (#775) 2024-02-22 20:46:19 +01:00