From 9680e57d373d8beeb425c9a75244f888633fe7ae Mon Sep 17 00:00:00 2001
From: Noodlesalat <Noodlesalat@users.noreply.github.com>
Date: Fri, 8 Jan 2021 21:20:35 +0100
Subject: [PATCH] Add ATC Technology LMT-430 conf (#1600)

---
 conf/atc-technology_lmt-430.conf | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 conf/atc-technology_lmt-430.conf

diff --git a/conf/atc-technology_lmt-430.conf b/conf/atc-technology_lmt-430.conf
new file mode 100644
index 00000000..7aa72a39
--- /dev/null
+++ b/conf/atc-technology_lmt-430.conf
@@ -0,0 +1,16 @@
+# ATC Technology LMT-430
+#
+# This config represents the decoding settings of a handheld dimming remote for my room lamp
+
+decoder {
+    name        = ATC Technology LMT-430,
+    modulation  = OOK_PPM,
+    short       = 420,
+    long        = 1080,
+    gap         = 1100,
+    reset       = 8060,
+    bits        = 25,
+    preamble    = 0x2cad,
+    repeats    >= 3,
+    get         = button:@16:{12}:[0x4c8:1 0x2a8:2 0x550:3 0x330:4]
+}