Small fix for NA values

Fri, 01 Aug 2014 14:45:32 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 01 Aug 2014 14:45:32 +0200
changeset 169
47358c2cc285
parent 168
1288dbf0f9b5
child 170
3cb99272b84b

Small fix for NA values

www-thermferm/liveview.php file | annotate | diff | comparison | revisions
--- a/www-thermferm/liveview.php	Fri Aug 01 14:42:44 2014 +0200
+++ b/www-thermferm/liveview.php	Fri Aug 01 14:45:32 2014 +0200
@@ -66,9 +66,9 @@
 
     if (startsWith($arr[0], "213")) {
 
-	$set_temperature = "N/A";
-	$air_temperature = "N/A";
-	$beer_temperature = "N/A";
+	$set_temperature = "NA";
+	$air_temperature = "NA";
+	$beer_temperature = "NA";
 	$power_led = $cooler_led = $heater_led = $fan_led = "off";
 	$heater = $cooler = $fan = "no";
 

mercurial