mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
00_SIGNALduino.pm: fixed to small max length for perl th sensor (forum #msg719499)
git-svn-id: https://svn.fhem.de/fhem/trunk@15471 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6cdba99e90
commit
4141f4d730
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
- fix: 00_SIGNALduino: Fix Bresser Sensor and perl sensor
|
||||
max length was to short (Forum #79929)
|
||||
- gugfix: 74_GardenaSmartBridge: change state to connected
|
||||
- bugfix: 74_XiaomiFlowerSens: fix change InternalTimer now
|
||||
|
@ -186,7 +186,7 @@ my %ProtocolListSIGNALduino = (
|
||||
clientmodule => 'CUL_TCM97001', # not used now
|
||||
#modulematch => '^s[A-Fa-f0-9]+', # not used now
|
||||
length_min => '24',
|
||||
length_max => '42',
|
||||
length_max => '46',
|
||||
paddingbits => '8', # pad up to 8 bits, default is 4
|
||||
},
|
||||
"1" =>
|
||||
@ -1054,7 +1054,7 @@ my %ProtocolListSIGNALduino = (
|
||||
length_max => '48',
|
||||
},
|
||||
"51" =>
|
||||
{
|
||||
{ # MS;P0=-16046;P1=552;P2=-1039;P3=983;P5=-7907;P6=-1841;P7=-4129;D=15161716171616161717171716161616161617161717171717171617171617161716161616161616171032323232;CP=1;SP=5;O;
|
||||
name => 'weather51', # Logilink, NC, WS, TCM97001 etc.
|
||||
comment => 'IAN 275901 Wetterstation Lidl',
|
||||
id => '51',
|
||||
@ -1068,7 +1068,7 @@ my %ProtocolListSIGNALduino = (
|
||||
clientmodule => 'SD_WS',
|
||||
modulematch => '^W51#.*',
|
||||
length_min => '40',
|
||||
length_max => '40',
|
||||
length_max => '45',
|
||||
},
|
||||
"52" => ## Oregon PIR Protocol
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user