Skip to content

Commit

Permalink
fix length_min & clean CHANGED (#908)
Browse files Browse the repository at this point in the history
* fix length_min & clean
CHANGED
  * clean old comments
SD_ProtocolData.pm
  * revised length_min ID 46
  • Loading branch information
HomeAutoUser committed Dec 4, 2020
1 parent 4cb3052 commit bf92694
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions CHANGED
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
2020-12-02 - Update SD_ProtocolData.pm
2020-12-02 - fix length_min & clean

CHANGED
* clean old comments
SD_ProtocolData.pm
* revised length_min ID 46
2020-12-02 - Master fix - PERL WARNING (#907)

* Update 00_SIGNALduino.pm
* fix PERL WARNING
2020-12-01 - Update 00_SIGNALduino.pm

* fix PERL WARNING
2020-12-01 - Update 00_SIGNALduino.pm - simplification (#905)

* Update 00_SIGNALduino.pm
Expand All @@ -17,12 +22,6 @@
* UnitTest\tests\test_02_sub_SIGNALduino_SendFromQueue-definition.txt
* fixed unitest

* Update 00_SIGNALduino.pm
* improvement code
| https://github.com/RFD-FHEM/RFFHEM/pull/905#discussion_r524933897

* Update 00_SIGNALduino.pm
* remove duplicate syntax https://github.com/RFD-FHEM/RFFHEM/pull/905#discussion_r524550787
2020-11-24 - Update 00_SIGNALduino.pm

* simplification when a new xFSK protocol is added
Expand Down
4 changes: 2 additions & 2 deletions FHEM/lib/SD_ProtocolData.pm
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ package lib::SD_ProtocolData;
use strict;
use warnings;

our $VERSION = '1.23';
our $VERSION = '1.24';

our %protocols = (
"0" => ## various weather sensors (500 | 9100)
Expand Down Expand Up @@ -1343,7 +1343,7 @@ package lib::SD_ProtocolData;
preamble => 'P46#',
clientmodule => 'SD_UT',
modulematch => '^P46#.*',
length_min => '14', # ???
length_min => '17', # old 14 -> too short to evaluate
length_max => '18',
},
"47" => ## Maverick ET-732, ET-733; TFA 14.1504
Expand Down
2 changes: 1 addition & 1 deletion controls_signalduino.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ UPD 2020-04-15_23:37:36 35356 FHEM/14_SD_WS09.pm
UPD 2020-04-13_23:15:56 14325 FHEM/14_SD_WS_Maverick.pm
UPD 2018-07-04_21:56:16 37910 FHEM/41_OREGON.pm
UPD 2020-09-26_20:43:21 15171 FHEM/90_SIGNALduino_un.pm
UPD 2020-10-03_11:48:15 203266 FHEM/lib/SD_ProtocolData.pm
UPD 2020-12-02_23:15:59 203294 FHEM/lib/SD_ProtocolData.pm
UPD 2020-09-26_20:43:21 68442 FHEM/lib/SD_Protocols.pm

0 comments on commit bf92694

Please sign in to comment.