Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L530, L610, L630), light strips (L900, L920, L930) and plugs (P100, P105, P110, P115).
#Contributing
Contributions are welcome and encouraged! See [/issues][issues] for ideas, or suggest your own!
If you're thinking to create a PR with large feature/change, please first discuss it in an issue.
##Releases-Update version in `Cargo.toml`- Update CHANGELOG.md
- Commit
- Add tag
```bashgit tag -a vX.X.X -m"vX.X.X"```-Push
```bashgit push --follow-tags```-Release\Create a [new release][releases]. \The `publish.yml` GitHub Action will pick it up and do the actual release to [crates.io][crates_io].
[issues]:https://github.com/mihai-dinculescu/tapo/issues[releases]:https://github.com/mihai-dinculescu/tapo/releases[crates_io]:https://crates.io