Skip to content

Commit

Permalink
updated documentation, standardized whitespace, bumped version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Francis committed Oct 8, 2013
1 parent 7029e52 commit 06e7d4f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>0.0.3</string>
<string>0.1.0</string>
<key>ServerApiVersion</key>
<string>1.0</string>
<key>IwsApiVersion</key>
Expand All @@ -18,7 +18,7 @@
<array>
<dict>
<key>CFBundleURLName</key>
<string>https://github.com/discgolfer1138/indigo_yamaharx</string>
<string>https://github.com/discgolfer1138/indigo-yamaharx</string>
</dict>
</array>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Contents/Server Plugin/Actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@
<Name>Get Status</Name>
<CallbackMethod>getStatus</CallbackMethod>
</Action>
</Actions>
</Actions>
7 changes: 2 additions & 5 deletions Contents/Server Plugin/plugin.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-
####################
# Copyright (c) 2012, Chad Francis. All rights reserved.
# http://www.chadfrancis.com

import httplib, urllib2, sys, os
try:
import xml.etree.cElementTree as ET
import xml.etree.cElementTree as ET
except ImportError:
import xml.etree.ElementTree as ET
import xml.etree.ElementTree as ET

def str2bool(v):
return v.lower() in ("yes", "true", "t", "1")
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ Installation
====

-Download the latest version from here:
https://github.com/discgolfer1138/indigo_yamaharx/downloads
https://github.com/discgolfer1138/indigo_yamaharx/releases

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

-Restart your Indigo Server
-Restart your Indigo Server

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

0 comments on commit 06e7d4f

Please sign in to comment.