v1.14.0 - Command Line Updates
What's Changed
- PyPI 1.14.0
- README Update: Warn users about use of guest accounts by @Hello1024 in #491
- Add support for
pipx install tinytuya
as raised by @felipecrs in #500 allowing for easier CLI use. - Updated docs to explain timeout as raised by @GamerPeggun in #501
- Rewrite main to use argparse and add additional options by @uzlonewolf in #503
- Note possible breaking change: Running
tinytuya
by itself will now produce a "Usage" page instead of running a scan. Usetinytuya scan
orpython -m tinytuya scan
.
# Install CLI tool with pipx
pipx install tinytuya
tinytuya scan
New Contributors
- @Hello1024 made their first contribution in #491
Full Changelog: v1.13.2...v1.14.0