Fix new device creation

Wed, 13 Aug 2014 20:47:00 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 13 Aug 2014 20:47:00 +0200
changeset 232
bee2600d3d30
parent 231
fafc84ec217e
child 233
5874a6480322

Fix new device creation

www-thermferm/devices.php file | annotate | diff | comparison | revisions
--- a/www-thermferm/devices.php	Wed Aug 13 19:58:01 2014 +0200
+++ b/www-thermferm/devices.php	Wed Aug 13 20:47:00 2014 +0200
@@ -538,6 +538,7 @@
     $outstr .= '<input type="hidden" value="00000000-0000-0000-0000-000000000000" name="UUID">';
     $outstr .= '<input type="hidden" value="UNDEF" name="Direction">';
     $outstr .= '<input type="hidden" value="0" name="Value">';
+    $outstr .= '<input type="hidden" value="0" name="Offset">';
     $outstr .= '<input type="hidden" value="UNDEF" name="Present">';
     $outstr .= '<input type="hidden" value="address unknown" name="Address">';
     $outstr .= '<input type="hidden" value="0" name="Subdevice">';

mercurial