From 71ce03eeafe3155ed887fe3fb9d4fc904dab7a50 Mon Sep 17 00:00:00 2001
From: "Christian W. Zuckschwerdt" <christian@zuckschwerdt.org>
Date: Mon, 25 Jan 2021 07:19:50 +0100
Subject: [PATCH] Add Skylink HA-434TL motion sensor conf (s.a. #814)

---
 conf/Skylink_HA-434TL.conf | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 conf/Skylink_HA-434TL.conf

diff --git a/conf/Skylink_HA-434TL.conf b/conf/Skylink_HA-434TL.conf
new file mode 100644
index 00000000..951b542a
--- /dev/null
+++ b/conf/Skylink_HA-434TL.conf
@@ -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
+}