From fd9f9e8125e60025e4fdccb1c807ecd707397355 Mon Sep 17 00:00:00 2001 From: carmaris Date: Tue, 21 May 2024 16:08:50 +0200 Subject: [PATCH] Added Lethe RGB LED Strip (full) --- LED_Lighting/Lethe/Lethe_RGB_LED_full.ir | 152 +++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 LED_Lighting/Lethe/Lethe_RGB_LED_full.ir diff --git a/LED_Lighting/Lethe/Lethe_RGB_LED_full.ir b/LED_Lighting/Lethe/Lethe_RGB_LED_full.ir new file mode 100644 index 00000000..98a4924c --- /dev/null +++ b/LED_Lighting/Lethe/Lethe_RGB_LED_full.ir @@ -0,0 +1,152 @@ +Filetype: IR signals file +Version: 1 +# +# Lethe LED Strip Remote +# Button names are column-based: +# Red_0-Red_4 -> Buttons from R to "Yellow" +# Green_0-Green_4 -> Buttons from G to "Blue-ish" +# Blue_0-Blue_4 -> Buttons from R to "Pink" +# +name: On +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 03 FC 00 00 +# +name: Off +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 02 FD 00 00 +# +name: Light_up +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 00 FF 00 00 +# +name: Light_dn +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 01 FE 00 00 +# +name: Red_0 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 04 FB 00 00 +# +name: Red_1 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 08 F7 00 00 +# +name: Red_2 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0F F0 00 00 +# +name: Red_3 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 10 EF 00 00 +# +name: Red_4 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 14 EB 00 00 +# +name: Green_0 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 05 FA 00 00 +# +name: Green_1 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 09 F6 00 00 +# +name: Green_2 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0D F2 00 00 +# +name: Green_3 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 11 EE 00 00 +# +name: Green_4 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 15 EA 00 00 +# +name: Blue_0 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 06 F9 00 00 +# +name: Blue_1 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0A F5 00 00 +# +name: Blue_2 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0E F1 00 00 +# +name: Blue_3 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 12 ED 00 00 +# +name: Blue_4 +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 16 E9 00 00 +# +name: White +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 07 F8 00 00 +# +name: Flash +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0B F4 00 00 +# +name: Strobe +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 0F F0 00 00 +# +name: Fade +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 13 EC 00 00 +# +name: Smooth +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 17 E8 00 00