diff --git a/fhem/CHANGED b/fhem/CHANGED index 15cde70a2..e57079319 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - fix: 00_SIGNALduino: Fix Bresser Sensor + max length was to short (Forum #79929) - gugfix: 74_GardenaSmartBridge: change state to connected - bugfix: 74_XiaomiFlowerSens: fix change InternalTimer now - bugfix: 49_SSCam: V3.2.4, don't retrieve presets during restart if cam is diff --git a/fhem/FHEM/00_SIGNALduino.pm b/fhem/FHEM/00_SIGNALduino.pm index ba3aae876..767cb7032 100644 --- a/fhem/FHEM/00_SIGNALduino.pm +++ b/fhem/FHEM/00_SIGNALduino.pm @@ -1,7 +1,7 @@ ############################################## # $Id$ # -# v3.3.1 (stable release 3.3) +# v3.3.2 (stable release 3.3) # The module is inspired by the FHEMduino project and modified in serval ways for processing the incomming messages # see http://www.fhemwiki.de/wiki/SIGNALDuino # It was modified also to provide support for raw message handling which can be send from the SIGNALduino @@ -838,7 +838,7 @@ my %ProtocolListSIGNALduino = ( preamble => 'W37#', # prepend to converted message clientmodule => 'SD_WS', length_min => '40', - length_max => '40', + length_max => '41', }, "38" => {