Command got lost: longpoll wont work...
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1380 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
var pollConn;
|
var pollConn;
|
||||||
|
|
||||||
|
function
|
||||||
|
cmd(arg)
|
||||||
|
{
|
||||||
|
var req = new XMLHttpRequest();
|
||||||
|
req.open("GET", arg, true);
|
||||||
|
req.send(null);
|
||||||
|
}
|
||||||
|
|
||||||
function
|
function
|
||||||
doUpdate()
|
doUpdate()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user