Add config for unknown car key.
This commit is contained in:
parent
8c466a0b82
commit
1a6e8d9e5b
1 changed files with 18 additions and 0 deletions
18
conf/car_fob.conf
Normal file
18
conf/car_fob.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Unknown carfob with rolling code
|
||||
# Copyright (C) 2020 Benjamin Larsson
|
||||
#
|
||||
|
||||
|
||||
decoder {
|
||||
name=Car fob,
|
||||
modulation=OOK_PWM,
|
||||
short=428,
|
||||
long=872,
|
||||
reset=4284,
|
||||
gap=872,
|
||||
tolerance=176,
|
||||
bits=66,
|
||||
get=rolling_code:@0:{32}:,
|
||||
get=id:@32:{24},
|
||||
get=@56:button:{8}:[02:button_1 04:button_2],
|
||||
}
|
Loading…
Add table
Reference in a new issue