Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappydinoa committed Jul 12, 2018
1 parent 8459fee commit 19dcbe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Usage
aqous.set_standbymode() # Enables standby mode
aqous.delay() # Waits a certian time
aqous.delay() # Waits a certian time
aquos.play() # Play button (⏯)
Expand Down Expand Up @@ -122,6 +122,7 @@ An example program would look like:
aquos = AquosTV('IP.ADD.RESS.XX') # Without auth and setup
aquos = AquosTV('IP.ADD.RESS.XX', setup=True) # With setup
aquos = AquosTV('IP.ADD.RESS.XX', 'username', 'password') # With auth
aquos = AquosTV('IP.ADD.RESS.XX', verbose=True) # With verbose
aquos.on()
...
Expand Down

0 comments on commit 19dcbe6

Please sign in to comment.