mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-01-08 22:07:06 +00:00
eb4c048b57
Previously: ``` >>> dev <DeviceType.Hub model H100 at 192.168.xx.xx (Smart Hub), is_on: False - dev specific: {'overheated': False, 'signal_level': 2, 'SSID': 'xx'}> >>> dev.children[0] <ChildDevice Temperature Humidity Sensor of <DeviceType.Hub model H100 at 192.168.xx.xx (Smart Hub), is_on: False - dev specific: {'overheated': False, 'signal_level': 2, 'SSID': 'xx'}>> ``` Now: ``` >>> dev Device: <DeviceType.Hub at 192.168.xx.xx - Smart Hub (H100)> >>> dev.children[0] <DeviceType.Sensor Temperature Humidity Sensor (T315) of <DeviceType.Hub at 192.168.xx.xx - Smart Hub (H100)>> ``` |
||
---|---|---|
.. | ||
modules | ||
__init__.py | ||
smartbulb.py | ||
smartchilddevice.py | ||
smartdevice.py | ||
smartmodule.py |