Add Skylink HA-434TL motion sensor conf (s.a. #814)
This commit is contained in:
parent
f138c31cc5
commit
71ce03eeaf
1 changed files with 19 additions and 0 deletions
19
conf/Skylink_HA-434TL.conf
Normal file
19
conf/Skylink_HA-434TL.conf
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Skylink HA-434TL motion sensor
|
||||||
|
#
|
||||||
|
# This decoder reads detections of the Skylink HA-434TL PIR motion sensor
|
||||||
|
#
|
||||||
|
# s.a. https://github.com/merbanan/rtl_433/pull/814
|
||||||
|
|
||||||
|
decoder {
|
||||||
|
n=Skylink-HA-434TL,
|
||||||
|
m=OOK_PPM,
|
||||||
|
s=500,
|
||||||
|
l=1500,
|
||||||
|
y=2000,
|
||||||
|
g=1800,
|
||||||
|
r=10000,
|
||||||
|
bits=17,
|
||||||
|
get={3}:motion:[5:motion 2:alive],
|
||||||
|
get=@3:{14}:id,
|
||||||
|
unique
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue