Mercurial > bottledash
comparison README.txt @ 21:f730dd0bcf85
dynamic checking of the tile-status
author | sean |
---|---|
date | Thu, 13 Aug 2015 12:17:46 +0200 |
parents | 3e66e2f92770 |
children | 190a81a60e7e |
comparison
equal
deleted
inserted
replaced
20:1a13a4ecf931 | 21:f730dd0bcf85 |
---|---|
10 | 10 |
11 If there is no "dash.conf" file, the programm will create a new one. | 11 If there is no "dash.conf" file, the programm will create a new one. |
12 | 12 |
13 For further details see the insctructions inside the dash.conf. | 13 For further details see the insctructions inside the dash.conf. |
14 | 14 |
15 | |
16 #todo | |
17 POST-Request to update the tiles: | |
18 | |
19 curl -d service=192.168.2.3 -d status=up localhost:8080/updown | |
20 curl -d service=192.168.2.3 -d status=down localhost:8080/updown |