FHEMWEB console

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1296 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-02-26 13:36:53 +00:00
parent 8a0a2d7603
commit c2410e00dd
4 changed files with 74 additions and 25 deletions

View File

@@ -1,13 +1,5 @@
var pollConn;
function
cmd(arg)
{
var req = new XMLHttpRequest();
req.open("GET", arg, true);
req.send(null);
}
function
doUpdate()
{