www-thermferm/getstate.php

changeset 287
61be1e1711d3
parent 284
9e6fb5aed618
child 349
1f89da6511a9
--- a/www-thermferm/getstate.php	Wed Sep 03 15:38:01 2014 +0200
+++ b/www-thermferm/getstate.php	Thu Sep 04 14:07:09 2014 +0200
@@ -85,7 +85,7 @@
 	if (($f[0] == "PROF_TARGET") && ($mode == "PROFILE"))
 		$target_temperature = $f[1];
 	if (($f[0] == "PROF_STATE") && ($mode == "PROFILE"))
-		$prof_state = $f[1];
+		$prof_state = 'State: '.$f[1];
 	$j++;
     }
 }

mercurial