Skip to content

Commit f5e4c3a

Browse files
committed
Add doc for /send/device, fix service file
1 parent 72232f7 commit f5e4c3a

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ The default interface is at http://ipaddress:8080/MyHarmony. The following are
9090
* /show/activities : Dump the full json of the harmony activities
9191
* /show/devices : Dump the full json of the harmony devices
9292
* /show/config : Dump the full json of the harmony config
93+
* /send/command/deviceid/command : Send command to device id. Look up the deviceid's and commands with show/devices.
9394

9495
See config.example.yaml for the example setup and description.
9596

isyhelper.service

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
[Unit]
2-
Description=ISYHelper Server
3-
Documentation=https://github.com/jimboca/ISYHelper/blob/master/README.md
4-
After=network-online.target
5-
6-
[Service]
7-
Type=simple
8-
<<<<<<< HEAD
9-
WorkingDirectory=/home/pi/isyhelper/ISYHelper
10-
=======
11-
ExecStartPre=cd /home/pi/isyhelper/ISYHelper
12-
>>>>>>> dev
13-
ExecStart=/home/pi/isyhelper/ISYHelper/isyhelper.py
14-
Restart=always
15-
User=pi
16-
17-
[Install]
18-
WantedBy=multi-user.target
1+
[Unit]
2+
Description=ISYHelper Server
3+
Documentation=https://github.com/jimboca/ISYHelper/blob/master/README.md
4+
After=network-online.target
5+
6+
[Service]
7+
Type=simple
8+
WorkingDirectory=/home/pi/isyhelper/ISYHelper
9+
ExecStart=/home/pi/isyhelper/ISYHelper/isyhelper.py
10+
Restart=always
11+
User=pi
12+
13+
[Install]
14+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)