python-kasa/kasa/cli
Steven B. 3c865b5fb6
Add try_connect_all to allow initialisation without udp broadcast (#1171)
- Try all valid combinations of protocol/transport/device class and attempt to connect. 
- Add cli command `discover config` to return the connection options after connecting via `try_connect_all`.
- The cli command does not return the actual device for processing as this is not a recommended way to regularly connect to devices.
2024-10-22 14:33:46 +01:00
..
__init__.py Structure cli into a package (#1038) 2024-07-04 14:52:01 +02:00
__main__.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
common.py Create common Time module and add time set cli command (#1157) 2024-10-15 08:59:25 +01:00
device.py Make iot time timezone aware (#1147) 2024-10-08 08:16:51 +01:00
discover.py Add try_connect_all to allow initialisation without udp broadcast (#1171) 2024-10-22 14:33:46 +01:00
feature.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
lazygroup.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
light.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
main.py Add try_connect_all to allow initialisation without udp broadcast (#1171) 2024-10-22 14:33:46 +01:00
schedule.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
time.py Create common Time module and add time set cli command (#1157) 2024-10-15 08:59:25 +01:00
usage.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
wifi.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00