Prettify example confs
This commit is contained in:
parent
da38787c6a
commit
27871bd9b8
3 changed files with 29 additions and 3 deletions
|
@ -10,4 +10,12 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Tommy Vestermark
|
# Copyright (C) 2015 Tommy Vestermark
|
||||||
|
|
||||||
decoder name=Energy-Count-3000,modulation=FSK_PCM,short=50,long=50,reset=800,bits>=550,bits<=590
|
decoder {
|
||||||
|
name=Energy-Count-3000,
|
||||||
|
modulation=FSK_PCM,
|
||||||
|
short=50,
|
||||||
|
long=50,
|
||||||
|
reset=800,
|
||||||
|
bits>=550,
|
||||||
|
bits<=590
|
||||||
|
}
|
||||||
|
|
|
@ -2,4 +2,15 @@
|
||||||
|
|
||||||
# should abort if (bb[0][0]!=0x00 || (bb[1][0]&0x07)!=0x07 || bb[1][0]!=bb[2][0] || bb[2][0]==bb[3][0])
|
# should abort if (bb[0][0]!=0x00 || (bb[1][0]&0x07)!=0x07 || bb[1][0]!=bb[2][0] || bb[2][0]==bb[3][0])
|
||||||
|
|
||||||
decoder name=Steffen-Switch,modulation=OOK_PPM,short=370,long=750,gap=1080,reset=6000,bits=25,get=@0:{5}:code,get=@20:{4}:button:[14:A 13:B 11:C 7:D 15:ALL],get=@16:{4}:state:[15:OFF 0:ON]
|
decoder {
|
||||||
|
name = Steffen-Switch,
|
||||||
|
modulation = OOK_PPM,
|
||||||
|
short = 370,
|
||||||
|
long = 750,
|
||||||
|
gap = 1080,
|
||||||
|
reset = 6000,
|
||||||
|
bits = 25,
|
||||||
|
get = @0:{5}:code,
|
||||||
|
get = @20:{4}:button:[14:A 13:B 11:C 7:D 15:ALL],
|
||||||
|
get = @16:{4}:state:[15:OFF 0:ON],
|
||||||
|
}
|
||||||
|
|
|
@ -4,4 +4,11 @@
|
||||||
|
|
||||||
# preamble is actually repeated e8e8e8... (with ZEROBIT removed: d1d1d1...)
|
# preamble is actually repeated e8e8e8... (with ZEROBIT removed: d1d1d1...)
|
||||||
|
|
||||||
decoder name=Valeo-Car-Key,modulation=OOK_MC_ZEROBIT,short=106,reset=400,bits=461,preamble=d1d1d0
|
decoder {
|
||||||
|
name=Valeo-Car-Key,
|
||||||
|
modulation=OOK_MC_ZEROBIT,
|
||||||
|
short=106,
|
||||||
|
reset=400,
|
||||||
|
bits=461,
|
||||||
|
preamble=d1d1d0
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue