Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added sleepytime.
  • Loading branch information
jamenlang committed Jun 6, 2014
1 parent ac10e51 commit 1ec0190
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@ Android App Client for GarageaTrois Server
Edit the following values in /app/src/main/res/values/strings.xml

'<string name="server_URL">YOUR-SERVER-URL-OR-IP</string>'
e.g. tocos.com or backstreetboysrule.net
'<string name="script_path">YOUR-SCRIPT-PATH</string>'
e.g. guacamole or NickCarter
'<string name="script_name">YOUR-SCRIPT-NAME</string>'
e.g. GarageaTrois-Server.php or GaT.php

and make sure these two are the same as the server script.

'<string name="adminresult">ADMIN-RESULT-FROM-SERVER</string>'
e.g. taco or backstreetsback
'<string name="userresult">USER-RESULT-FROM-SERVER</string>'
e.g. grande or alright!

To Do:
Post rough GPS coordinates if avaialble, useful for logging.
and finally sleepytime, the time that it takes the door to open and close.
<string name="sleepytime">HOW-LONG-IT-TAKES-FOR-DOOR-TO-MOVE(114 = 11.4 seconds)</string>
e.g. 114 for 11.4 or 309 for 30.9

0 comments on commit 1ec0190

Please sign in to comment.