Index: /trunk/FACT++/src/smartfact.cc
===================================================================
--- /trunk/FACT++/src/smartfact.cc	(revision 14139)
+++ /trunk/FACT++/src/smartfact.cc	(revision 14140)
@@ -2197,5 +2197,5 @@
             if (wind>35 || hum>95)
                 col = HTML::kYellow;
-            if (wind>50 || hum>98)
+            if (wind>45 || hum>98)
                 col = HTML::kRed;
 
@@ -2289,5 +2289,5 @@
                 out << setprecision(2) << fBiasControlPowerTot << " W" << setprecision(3);
             else
-                out << (off ? 0 : fBiasControlVoltageMed);
+                out << (off ? 0 : fBiasControlVoltageMed) << " V";
             out << '\n';
         }
