# HG changeset patch # User Michiel Broek # Date 1406897132 -7200 # Node ID 47358c2cc285a4058284c9842d1dc51f50be594c # Parent 1288dbf0f9b576f2a3c6dba7e38c2ecc8a6912e8 Small fix for NA values diff -r 1288dbf0f9b5 -r 47358c2cc285 www-thermferm/liveview.php --- 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";