diff --git a/README.md b/README.md index e69de29..a929930 100644 --- a/README.md +++ b/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 +