www-thermferm/getunits.php

changeset 131
528dc0bb81ab
parent 130
25158b08843f
--- a/www-thermferm/getunits.php	Thu Jul 24 17:42:34 2014 +0200
+++ b/www-thermferm/getunits.php	Thu Jul 24 20:45:15 2014 +0200
@@ -53,7 +53,7 @@
 	if ($j > 1)
 	    $row .= ',';
 	$f = explode(",", $arr[$j]);
-	$row .= '{"Id":"'.$f[0].'","UUID":"'.$f[1].'","Name":"'.$f[2].'","Mode":"'.$f[3].'"}';
+	$row .= '{"UUID":"'.$f[0].'","Name":"'.$f[1].'","Mode":"'.$f[2].'"}';
 	$j++;
     }
 }

mercurial