Updating readme
This commit is contained in:
parent
20700df88c
commit
ff0258f805
30
README.md
30
README.md
|
@ -0,0 +1,30 @@
|
||||||
|
# Overview
|
||||||
|
|
||||||
|
Command line script to control basic TV functions.
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
- (optional) [wakeonlan](https://github.com/jpoliv/wakeonlan)
|
||||||
|
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
rpearce@crom:sonytv$ ./sonytv.sh -h
|
||||||
|
usage: ./sonytv.sh [OPTIONS] command [count]
|
||||||
|
|
||||||
|
-w secs Wait x seconds between ircc sends.
|
||||||
|
|
||||||
|
Valid commands are:
|
||||||
|
on off methods ircc raw ver status setup channel slowoff
|
||||||
|
|
||||||
|
Valid shortcuts are:
|
||||||
|
|
||||||
|
volup -> ircc VolumeUp
|
||||||
|
vu -> ircc VolumeUp
|
||||||
|
voldown -> ircc VolumeDown
|
||||||
|
vu -> ircc VolumeUp
|
||||||
|
vd -> ircc VolumeDown
|
||||||
|
ir -> ircc
|
||||||
|
chan -> channel
|
||||||
|
c -> channel
|
||||||
|
soff -> slowoff
|
||||||
|
|
Loading…
Reference in New Issue