Bash script for simple control of Yamaha RX-V amplituner series.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
606 B

# yamahactrl
## What is it?
Small simple bash script for basic control of Yamaha RX-V amplituner series.
## Why?
I've written it just because the only other application I found was written in node js, which I've found to be an overkill for my simple needs.
If you need more functionality, you should probably check this out: https://github.com/ttu/node-yamaha-avr
## Usage
```
./yamahactrl.sh
Bash script to control Yamaha Amplituner RX-V series.
Usage: ./yamaha.sh command
Possible commands:
-volup Set volume up by 1
-voldown Set volume down by 1
-on Set power on
-off Set power off
```