diff --git a/Contents/Info.plist b/Contents/Info.plist index dff63d3..70aeb87 100644 --- a/Contents/Info.plist +++ b/Contents/Info.plist @@ -3,7 +3,7 @@ PluginVersion - 0.0.3 + 0.1.0 ServerApiVersion 1.0 IwsApiVersion @@ -18,7 +18,7 @@ CFBundleURLName - https://github.com/discgolfer1138/indigo_yamaharx + https://github.com/discgolfer1138/indigo-yamaharx diff --git a/Contents/Server Plugin/Actions.xml b/Contents/Server Plugin/Actions.xml index 12decaf..68f5f7a 100644 --- a/Contents/Server Plugin/Actions.xml +++ b/Contents/Server Plugin/Actions.xml @@ -84,4 +84,4 @@ Get Status getStatus - \ No newline at end of file + diff --git a/Contents/Server Plugin/plugin.py b/Contents/Server Plugin/plugin.py index 7001ddb..d1ce9e5 100644 --- a/Contents/Server Plugin/plugin.py +++ b/Contents/Server Plugin/plugin.py @@ -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") diff --git a/README.md b/README.md index ce12be7..d04f061 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +-Restart your Indigo Server + +Notes +==== +This plugin is currently in Alpha and has only been tested with the Yamaha RX-V3900 \ No newline at end of file