python-kasa/kasa
Teemu R. 37ef7b0463
cli: print model, https, and lv for discover list (#1339)
```
kasa --target 192.168.xx.xx discover list

HOST            MODEL     DEVICE FAMILY        ENCRYPT HTTPS LV  ALIAS
192.168.xxx.xxx KP115(EU) IOT.SMARTPLUGSWITCH  XOR     0     -   Fridge
192.168.xxx.xxx L900-5    SMART.TAPOBULB       KLAP    0     2   L900
192.168.xxx.xxx P115      SMART.TAPOPLUG       AES     0     2   Nightdesk
192.168.xxx.xxx TC65      SMART.IPCAMERA       AES     1     2   Tapo_TC65_B593

```

Also handles `TimeoutError` and `Exception` during `update()`

---------

Co-authored-by: Steven B <51370195+sdb9696@users.noreply.github.com>
2024-12-17 21:09:17 +01:00
..
cli cli: print model, https, and lv for discover list (#1339) 2024-12-17 21:09:17 +01:00
interfaces Update cli, light modules, and docs to use FeatureAttributes (#1364) 2024-12-11 15:53:35 +00:00
iot Use DeviceInfo consistently across devices (#1338) 2024-12-13 12:37:13 +00:00
protocols Add new methods to dump_devinfo (#1373) 2024-12-16 13:06:26 +00:00
smart Add bare bones homekit modules smart and smartcam devices (#1370) 2024-12-14 13:34:58 +00:00
smartcam Add bare bones homekit modules smart and smartcam devices (#1370) 2024-12-14 13:34:58 +00:00
transports Add smartcam modules to package inits (#1376) 2024-12-16 13:20:26 +01:00
__init__.py Add smartcam modules to package inits (#1376) 2024-12-16 13:20:26 +01:00
cachedzoneinfo.py Remove support for python <3.11 (#1273) 2024-11-18 18:46:36 +00:00
credentials.py Add LinkieTransportV2 and basic IOT.IPCAMERA support (#1270) 2024-12-07 00:06:58 +01:00
device_factory.py Simplify get_protocol to prevent clashes with smartcam and robovac (#1377) 2024-12-17 07:39:17 +00:00
device_type.py Add ssltransport for robovacs (#943) 2024-12-01 18:06:48 +01:00
device.py Use DeviceInfo consistently across devices (#1338) 2024-12-13 12:37:13 +00:00
deviceconfig.py Add LinkieTransportV2 and basic IOT.IPCAMERA support (#1270) 2024-12-07 00:06:58 +01:00
discover.py Simplify get_protocol to prevent clashes with smartcam and robovac (#1377) 2024-12-17 07:39:17 +00:00
emeterstatus.py Enable ruff check for ANN (#1139) 2024-11-10 18:55:13 +00:00
exceptions.py Remove support for python <3.11 (#1273) 2024-11-18 18:46:36 +00:00
feature.py Improve overheat reporting (#1335) 2024-12-11 01:01:36 +01:00
httpclient.py Remove support for python <3.11 (#1273) 2024-11-18 18:46:36 +00:00
json.py Return raw discovery result in cli discover raw (#1342) 2024-12-10 22:42:14 +00:00
module.py Add bare bones homekit modules smart and smartcam devices (#1370) 2024-12-14 13:34:58 +00:00
modulemapping.py Create common interfaces for remaining device types (#895) 2024-05-10 19:29:28 +01:00
modulemapping.pyi Remove support for python <3.11 (#1273) 2024-11-18 18:46:36 +00:00
py.typed Add py.typed to flag that the package is typed (#251) 2021-11-15 18:21:24 +01:00