Skip to content

Commit

Permalink
Made a few changes specific to the Plugin Store - no functional chang…
Browse files Browse the repository at this point in the history
…e was made.
  • Loading branch information
indigodomo committed Dec 18, 2017
1 parent 210cd1b commit 135daed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Vera Bridge

The Vera Bridge plugin can be used to control devices defined in a Vera 3, Vera
Lite, or Vera Edge from MiCasaVerde (it may work with a Vera 2 if it's running
UI5).
UI5). Note, this plugin only supports **on/off devices**, **dimmers**, **locks**, and
**thermostats**. See [Contributing](#contributing) below if you would like
to expand the list of supported device types.

Downloading for use
-------------------
Expand All @@ -28,13 +30,11 @@ more quickly.
Terms
-----

Perceptive Automation is hosting this repository and will do minimal management.
Indigo Domotics is hosting this repository and will do minimal management.
Unless a pull request has no description or upon cursory observation has some
obvious issue, pull requests will be accepted without any testing by us. We may
choose to delegate commit privledges to other users at some point in the future.
choose to delegate commit privileges to other users at some point in the future.

We (Perceptive Automation) don't guarantee anything about this plugin - that
We (Indigo Domotics) don't guarantee anything about this plugin - that
this plugin works or does what the description above states, so use at your own
risk. We will attempt to answer questions about the plugin but note that since
we don't use it regularly we may not have the answers. We certainly can't really
help with questions about your ISY.
risk (see the LICENSE file for details).
6 changes: 3 additions & 3 deletions Vera Bridge.indigoPlugin/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>2.1.2</string>
<string>2.2.0</string>
<key>ServerApiVersion</key>
<string>2.0</string>
<key>IwsApiVersion</key>
Expand All @@ -13,12 +13,12 @@
<key>CFBundleIdentifier</key>
<string>com.perceptiveautomation.indigoplugin.vera</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>http://wiki.indigodomo.com/doku.php?id=plugins:vera</string>
<string>https://github.com/IndigoDomotics/vera-bridge/wiki</string>
</dict>
</array>
</dict>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions Vera Bridge.indigoPlugin/Contents/Server Plugin/veralib.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
from datetime import datetime, time
import Queue
import time
import simplejson as json
import json
import copy
import indigo

################################################################################
# Globals
Expand Down

0 comments on commit 135daed

Please sign in to comment.