8000 add a small example script to show library usage by rytilahti · Pull Request #90 · python-kasa/python-kasa · GitHub
[go: up one dir, main page]

Skip to content

add a small example script to show library usage #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
asyncio.run++
  • Loading branch information
rytilahti committed Jul 19, 2020
commit a66a88334a2a0529c4efec5d2e24ba72d5422499
2 changes: 1 addition & 1 deletion docs/source/smartdevice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Simple example script showing some functionality:


if __name__ == "__main__":
main()
asyncio.run(main())


Refer to device type specific classes for more examples:
Expand Down
0