From e1bec09e84402b820f6fa765abab33a41a0d688f Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 17 Jan 2023 22:46:12 -0800 Subject: [PATCH] Added Neon LED light (thanks MorielHarush!) --- LED_Lighting/Unknown/Neon_LED.ir | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 LED_Lighting/Unknown/Neon_LED.ir diff --git a/LED_Lighting/Unknown/Neon_LED.ir b/LED_Lighting/Unknown/Neon_LED.ir new file mode 100644 index 00000000..58bcf5b5 --- /dev/null +++ b/LED_Lighting/Unknown/Neon_LED.ir @@ -0,0 +1,16 @@ +Filetype: IR signals file +Version: 1 +# +# Neon LED Light +# +name: Neo_on +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 03 FC 00 00 +# +name: Neo_off +type: parsed +protocol: NECext +address: 00 EF 00 00 +command: 02 FD 00 00 \ No newline at end of file