Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Francis committed Dec 10, 2013
1 parent 06e7d4f commit 8b6f91e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleDisplayName</key>
<string>Yamaha Rx Receiver</string>
<key>CFBundleIdentifier</key>
<string>com.chadfrancis.indigoplugin.yamaharx</string>
<string>io.thechad.indigoplugin.yamaharx</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>CFBundleURLTypes</key>
Expand Down
42 changes: 29 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
Indigo - Yamaha RX Plugin
====
indigo-yamaharx
===============

Indigo plugin to control Yamaha RX Series receivers
[Indigo](http://www.perceptiveautomation.com/indigo/index.html) plugin - basic control of Yamaha RX series a/v receivers

Installation
====
### Requirements

-Download the latest version from here:
https://github.com/discgolfer1138/indigo_yamaharx/releases
1. [Indigo 6](http://www.perceptiveautomation.com/indigo/index.html) or later (pro version only)
2. Yamaha RX Series A/V Receiver (needs to be accessible via network from the box hosting your Indigo server)

-Copy the YamahaRx.indigoPlugin file to the following location:
~/Library/Application Support/Perceptive Automation/Indigo [5/6]/Plugins
### Installation Instructions

-Restart your Indigo Server
1. Download latest release [here](https://github.com/discgolfer1138/indigo-yamaharx/releases)
2. Follow [standard plugin installation process](http://bit.ly/1e1Vc7b)

Notes
====
This plugin is currently in Alpha and has only been tested with the Yamaha RX-V3900
### Compatible Hardware
This plugin has only been tested with the Yamaha RX-V3900

### Actions Supported
* Set Volume
* Increase Volume
* Decrease Volume
* Set Mute
* Toggle Mute
* Set Power
* Toggle Power
* Set Sleep
* Get Status

### States Surfaced
* power (On, Standby)
* sleep (Off,30,60,90,120)
* volume (int)
* mute (bool)
* input (sirius, xm, tuner, multi_ch, phono, cd, tv, md.cd-r, bd.hd_dvd, dvd, cbl.sat, dvr, vcr, v-aux, dock, pc.mcx, net_radio, rhapsody, usb)

0 comments on commit 8b6f91e

Please sign in to comment.