Skip to content

Commit 72232f7

Browse files
committed
Merge branch 'master' of https://github.com/jimboca/ISYHelper
2 parents 1350b79 + 61d6991 commit 72232f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ISYHelper defines unique Helper modules for the type of device, and has been wri
2525

2626
## REST Interface
2727

28-
The ISYHelper has a REST interface that can direct commands to the individual helpers by name which is supported in the some Helpers. The interface is available at http://<ipaddress>:<port>/<HelperName> where ipaddress is the IP of you RPi, port is the port specfied in config.yaml, or 8080 by default, and HelperName is the name: specified for the helper.
28+
The ISYHelper has a REST interface that can direct commands to the individual helpers by name which is supported in the some Helpers. The interface is available at http://ipaddress:port/HelperName where ipaddress is the IP of you RPi, port is the port specfied in config.yaml, or 8080 by default, and HelperName is the name: specified for the helper.
2929

3030
## Supported Helpers
3131

@@ -68,7 +68,7 @@ IMPORTANT: Currently if you 'group device' it will not find your Spoken property
6868

6969
#### REST Interface
7070

71-
The default interface is at http://<ipaddress>:8080/PyHue. The following are supported:
71+
The default interface is at http://ipaddress:8080/PyHue. The following are supported:
7272
* /listen/start : Start the listener, this must be done when discovering devices with Alexa or Harmony.
7373
* /listen/stopt : Stope the listener, this should be done when you are not discovering to reduce load and traffic on the RPi
7474

@@ -85,7 +85,7 @@ The initial release only tracks the hub's current activity in an ISY variable, a
8585

8686
#### REST Interface
8787

88-
The default interface is at http://<ipaddress>:8080/MyHarmony. The following are supported:
88+
The default interface is at http://ipaddress:8080/MyHarmony. The following are supported:
8989
* /show/info : Print the basic info about the current and available activities
9090
* /show/activities : Dump the full json of the harmony activities
9191
* /show/devices : Dump the full json of the harmony devices

0 commit comments

Comments
 (0)