Fixed adding a new unit.

Fri, 07 Aug 2015 11:29:23 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 07 Aug 2015 11:29:23 +0200
changeset 386
a6322c956773
parent 385
260e92f0f998
child 387
03635517595c

Fixed adding a new unit.

www-thermferm/units.php file | annotate | diff | comparison | revisions
--- a/www-thermferm/units.php	Sun Aug 02 14:17:10 2015 +0200
+++ b/www-thermferm/units.php	Fri Aug 07 11:29:23 2015 +0200
@@ -711,10 +711,11 @@
     $outstr .= '<input type="hidden" value="" name="CoolerAddress">';
     $outstr .= '<input type="hidden" value="20" name="CoolerDelay">';
     $outstr .= '<input type="hidden" value="" name="FanAddress">';
+    $outstr .= '<input type="hidden" value="20" name="FanDelay">';
     $outstr .= '<input type="hidden" value="" name="LightAddress">';
     $outstr .= '<input type="hidden" value="1" name="LightDelay">';
     $outstr .= '<input type="hidden" value="" name="DoorAddress">';
-    $outstr .= '<input type="hidden" value="" name="PSUAdress">';
+    $outstr .= '<input type="hidden" value="" name="PSUAddress">';
     $outstr .= '<input type="hidden" value="1.0" name="TempSetMin">';
     $outstr .= '<input type="hidden" value="30.0" name="TempSetMax">';
     $outstr .= '<input type="hidden" value="100" name="PIDC_iMax">';

mercurial