From ff0258f8052e4389ecf4b272d137bf2297a91ada Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Thu, 16 Sep 2021 11:26:35 +1000 Subject: [PATCH] Updating readme --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 +