Skip to content

Commit

Permalink
fix: wrong log URL
Browse files Browse the repository at this point in the history
  • Loading branch information
littleprojects committed Aug 29, 2015
1 parent 9d2bd40 commit a9ef602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"shortName": "OpenSprinkler",
"uuid": "13eae2e9-bdc8-4cc7-a013-2dfd37b33e55",
"versionCode": 1,
"versionLabel": "1.2",
"versionLabel": "1.3",
"watchapp": {
"hiddenApp": false,
"watchface": false
Expand Down
5 changes: 2 additions & 3 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* - add: Main menu info of running and waiting stations, Rain delay, active Programs
* - fix: dobble update at app start
* - add: more program info (station, duration) in pProgram menu
* - add: show logs, show waterlevel of the last 7 days, calc the avaerage,
* - in progess..
* - add: show logs, show waterlevel of the last 7 days, calc the avaerage
*
* V 1.2 add features
* - add: Run Programs Menu to run Test and Run-Once Progs
Expand Down Expand Up @@ -526,7 +525,7 @@ function get_jp(){

function get_wl(){

var URL = 'http://cliowald.asuscomm.com:8000/jl?pw=938aeb8eecb8fd240890f96143222273&type=wl&hist=8';
var URL = 'http://' + settings.link + '/jl?pw=' + settings.pass + '&type=wl&hist=8';
return ajax(
{
url: URL,
Expand Down

0 comments on commit a9ef602

Please sign in to comment.