Skip to content

Commit

Permalink
AVANTEK - Fix (#999)
Browse files Browse the repository at this point in the history
* Update 00_SIGNALduino.pm

 * fix matchListSIGNALduino for AVANTEK (protocol 112 forget)
  • Loading branch information
HomeAutoUser committed Aug 4, 2021
1 parent f3e008f commit d392685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions FHEM/00_SIGNALduino.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: 00_SIGNALduino.pm v3.5.2 2021-08-01 21:18:40Z sidey79 $
# $Id: 00_SIGNALduino.pm v3.5.2 2021-08-03 20:09:51Z HomeAutoUser $
#
# v3.5.2 - https://github.com/RFD-FHEM/RFFHEM/tree/master
# The module is inspired by the FHEMduino project and modified in serval ways for processing the incoming messages
Expand Down Expand Up @@ -39,7 +39,7 @@ use List::Util qw(first);


use constant {
SDUINO_VERSION => '3.5.2+20210801', # Datum wird automatisch bei jedem pull request aktualisiert
SDUINO_VERSION => '3.5.2+20210803', # Datum wird automatisch bei jedem pull request aktualisiert
SDUINO_INIT_WAIT_XQ => 1.5, # wait disable device
SDUINO_INIT_WAIT => 2,
SDUINO_INIT_MAXRETRY => 3,
Expand Down Expand Up @@ -260,7 +260,7 @@ my %matchListSIGNALduino = (
'24:FS20' => '^81..(04|0c)..0101a001',
'25:CUL_EM' => '^E0.................',
'26:Fernotron' => '^P82#.*',
'27:SD_BELL' => '^P(?:15|32|41|42|57|79|96|98)#.*',
'27:SD_BELL' => '^P(?:15|32|41|42|57|79|96|98|112)#.*',
'28:SD_Keeloq' => '^P(?:87|88)#.*',
'29:SD_GT' => '^P49#[A-Fa-f0-9]+',
'30:LaCrosse' => '^(\\S+\\s+9 |OK\\sWS\\s)',
Expand Down
2 changes: 1 addition & 1 deletion controls_signalduino.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UPD 2021-08-02_23:56:14 228750 FHEM/00_SIGNALduino.pm
UPD 2021-08-02_22:07:50 228759 FHEM/00_SIGNALduino.pm
UPD 2020-06-15_17:41:39 17876 FHEM/10_FS10.pm
UPD 2020-05-26_11:51:12 20465 FHEM/10_SD_GT.pm
UPD 2016-09-18_21:22:06 10111 FHEM/14_BresserTemeo.pm
Expand Down

0 comments on commit d392685

Please sign in to comment.