Skip to content

Commit

Permalink
fix a markup problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Indigo Domotics committed Jun 28, 2016
1 parent 525b37f commit d298cb1
Showing 1 changed file with 59 additions and 24 deletions.
83 changes: 59 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,49 +11,85 @@ have been incorporated. This plugin has been tested with the following ISY
Controllers and firmware:

| ISY Controller | Firmware Version(s) |
<<<<<<< Updated upstream
|:--------------:|:-------------------:|
| ISY-944i | v4.0.5 |
|----------------|---------------------|
| ISY-944i | v4.0.5 |



##Downloading for use
Downloading for use
-------------------

If you are a user and just want to download and install the plugin, click on the **Download ZIP** button to the right and it will download the plugin and readme file to a folder in your Downloads directory called **ISY-Bridge**. Once it's downloaded just open that folder and double-click on the **ISY Bridge.indigoPlugin** file to have the client install and enable it for you.
If you are a user and just want to download and install the plugin, click on the
**Download ZIP** button to the right and it will download the plugin and readme
file to a folder in your Downloads directory called **ISY-Bridge**. Once it's
downloaded just open that folder and double-click on the **ISY
Bridge.indigoPlugin** file to have the client install and enable it for you.

##How to use
How to use
----------

Once you've installed the plugin, you'll need to create an ISY Controller device. Create a new device, select **ISY Bridge** from the **Type:** popup, then select **ISY Controller** from the **Model:** popup. You'll get a config dialog where you can select your ISY from a popup list and add authentication details. When you save the config dialog, the plugin will automatically talk to the ISY to get a list of all supported devices and it will automatically create Indigo devices representing each one. It will make them in the same folder where you created the ISY Controller device.
Once you've installed the plugin, you'll need to create an ISY Controller
device. Create a new device, select **ISY Bridge** from the **Type:** popup,
then select **ISY Controller** from the **Model:** popup. You'll get a config
dialog where you can select your ISY from a popup list and add authentication
details. When you save the config dialog, the plugin will automatically talk to
the ISY to get a list of all supported devices and it will automatically create
Indigo devices representing each one. It will make them in the same folder where
you created the ISY Controller device.

If you later add a device, you can select the **Plugins->ISY Bridge->Update ISY** menu item and you'll be able to hit a button to update devices (it will add any that aren't present). It will also rebuild the list of scenes and programs.
If you later add a device, you can select the **Plugins-\>ISY Bridge-\>Update
ISY** menu item and you'll be able to hit a button to update devices (it will
add any that aren't present). It will also rebuild the list of scenes and
programs.

The plugin presents 2 events: when a program finishes the THEN portion of a program or when a program finishes the ELSE portion of a program. ISY users will understand this.
The plugin presents 2 events: when a program finishes the THEN portion of a
program or when a program finishes the ELSE portion of a program. ISY users will
understand this.

The plugin also presents 3 actions: **Send Scene On Command**, **Send Scene Off Command**, **Send Program Command**. These are pretty self-explanatory.
The plugin also presents 3 actions: **Send Scene On Command**, **Send Scene Off
Command**, **Send Program Command**. These are pretty self-explanatory.

Currently supported device types are: *Dimmers*, *On/Off (relay) devices*, *Sprinklers*, *Thermostats*, and the *I/O Linc*. We've added an enhancement issue to expand that list but it'll have to be done by someone else.
Currently supported device types are: *Dimmers*, *On/Off (relay) devices*,
*Sprinklers*, *Thermostats*, and the *I/O Linc*. We've added an enhancement
issue to expand that list but it'll have to be done by someone else.

##Getting Help
Getting Help
------------

If you have questions, the best place to start is on the [ISY Bridge](http://www.perceptiveautomation.com/userforum/viewtopic.php?f=65&t=11475) plugin forum post on our forums.
If you have questions, the best place to start is on the [ISY
Bridge](http://www.perceptiveautomation.com/userforum/viewtopic.php?f=65&t=11475)
plugin forum post on our forums.

##Plugin ID
Plugin ID
---------

Here's the plugin ID in case you need to programmatically restart the plugin:

**Plugin ID**: com.indigodomo.opensource.isybridge

##Contributing
Contributing
------------

If you want to contribute, just clone the repository in your account, make your changes, and issue a pull request. Make sure that you describe the change you're making thoroughly - this will help the repository managers accept your request more quickly.
If you want to contribute, just clone the repository in your account, make your
changes, and issue a pull request. Make sure that you describe the change you're
making thoroughly - this will help the repository managers accept your request
more quickly.

##Terms
Terms
-----

Perceptive Automation 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.
Perceptive Automation 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.

We (Perceptive Automation) 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.
We (Perceptive Automation) 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.

=======
|----------------|---------------------|
| ISY-944i | v4.0.5 |
======= \|----------------\|---------------------\| \| ISY-944i \| v4.0.5 \|

Downloading for use
-------------------
Expand Down Expand Up @@ -120,5 +156,4 @@ 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.
>>>>>>> Stashed changes
help with questions about your ISY. \>\>\>\>\>\>\> Stashed changes

0 comments on commit d298cb1

Please sign in to comment.