Prettify example confs

This commit is contained in:
Christian W. Zuckschwerdt 2018-12-13 09:43:05 +01:00
parent da38787c6a
commit 27871bd9b8
3 changed files with 29 additions and 3 deletions

View file

@ -10,4 +10,12 @@
#
# 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
}

View file

@ -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])
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],
}

View file

@ -4,4 +4,11 @@
# 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
}