From 6cdba99e90cbbb7437011703d6283c0746c4121e Mon Sep 17 00:00:00 2001 From: sidey79 Date: Tue, 21 Nov 2017 17:16:02 +0000 Subject: [PATCH] 00_SIGNALduino: Fix Bresser Sensor max length was to short (Forum #79929) git-svn-id: https://svn.fhem.de/fhem/trunk@15470 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ fhem/FHEM/00_SIGNALduino.pm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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" => {