Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Jul 1, 2022
1 parent 5beefca commit 9a8d846
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
- The code is simply a wrapper around the awesome [python-kasa](https://github.com/python-kasa/python-kasa) library.
- The executable is built with [nuitka](https://github.com/Nuitka/Nuitka), the amazing python compiler that's written in python.

# Installation

- Download the EXE in the [latest release](https://github.com/jimkring/kasa-cli/releases/tag/0.5.0)
- Call the EXE from the command line, as shown in the examples below 👇🏻

# Example Usage
Turn Switch OFF
`.\kasa_cli.exe --host 192.168.1.118 off`
Expand Down

0 comments on commit 9a8d846

Please sign in to comment.