updated for correct url
This commit is contained in:
parent
e5ade7a70c
commit
0fe13d4308
12
index
12
index
@ -4,8 +4,8 @@ var http = require('http'); // if going through a proxy that uses SSL change to
|
||||
// In my case I had to move receiver to DMZ
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
var local_ip = 'home.k-world.me.uk';
|
||||
var local_port = '8088';
|
||||
var local_ip = 'deskcontrol.k-world.me.uk';
|
||||
var local_port = '80';
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/**
|
||||
@ -45,19 +45,19 @@ DTVControl.prototype.intentHandlers = {
|
||||
|
||||
// List of triggers and URL to goto
|
||||
case "red":
|
||||
path = '/DeskControl/red.php';
|
||||
path = '/red.php';
|
||||
break;
|
||||
|
||||
case "blue":
|
||||
path = '/DeskControl/blue.php';
|
||||
path = '/blue.php';
|
||||
break;
|
||||
|
||||
case "green":
|
||||
path = '/DeskControl/green.php';
|
||||
path = '/green.php';
|
||||
break;
|
||||
|
||||
case "off":
|
||||
path = '/DeskControl/off.php';
|
||||
path = '/off.php';
|
||||
break;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user