Skip to content

Commit

Permalink
revised preamble ID 91 - #491633536 (#588)
Browse files Browse the repository at this point in the history
- SD_ProtocolData.pm: ID 91.1 revised preamble to P91
RFD-FHEM/SIGNALduino_TOOL#7 (comment)
  • Loading branch information
HomeAutoUser authored May 13, 2019
1 parent 445a5dc commit 2abd8fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGED
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
13.05.2019
SD_ProtocolData.pm: ID 91.1 revised preamble to P91
11.05.2019
00_SIGNALduino.pm: Fixed protocols with float. Float is optional and must
not be included in transmission
Expand Down
26 changes: 13 additions & 13 deletions FHEM/lib/SD_ProtocolData.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2229,19 +2229,19 @@ package lib::SD_ProtocolData;
# warning MS;P0=-399;P1=407;P2=820;P3=-816;P4=-4017;D=14131020231020202313131023131313131023102023131313131310202313131020202313;CP=1;SP=4;O;m0;
# warning MS;P1=392;P2=-824;P3=-416;P4=804;P5=-4034;D=15121343421343434212121342121212121342134342121212121213434212121343434212;CP=1;SP=5;e;m2;
{
name => 'Atlantic security',
comment => 'example sensor MD-210R | MD-2018R | MD-2003R (MS decode)',
id => '91.1',
knownFreqs => '433.92 | 868.35',
one => [-2,1],
zero => [-1,2],
sync => [-10,1],
clockabs => 400,
reconstructBit => '1',
format => 'twostate', #
preamble => 'P91.1#', # prepend to converted message
length_min => '32',
length_max => '36',
name => 'Atlantic security',
comment => 'example sensor MD-210R | MD-2018R | MD-2003R (MS decode)',
id => '91.1',
knownFreqs => '433.92 | 868.35',
one => [-2,1],
zero => [-1,2],
sync => [-10,1],
clockabs => 400,
reconstructBit => '1',
format => 'twostate', #
preamble => 'P91#', # prepend to converted message
length_min => '32',
length_max => '36',
clientmodule => 'SD_UT',
#modulematch => '^P91.1#.*',
},
Expand Down

0 comments on commit 2abd8fa

Please sign in to comment.