File tree Expand file tree Collapse file tree 2 files changed +15
-18
lines changed
Expand file tree Collapse file tree 2 files changed +15
-18
lines changed Original file line number Diff line number Diff 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
9495See config.example.yaml for the example setup and description.
9596
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments