From 915df3b55da188fef7de86ac16f2d2d66c1193d9 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:35:45 +0000 Subject: [PATCH] Added Govee LED StripLights (Thanks kozzy!) --- LED_Lighting/Govee/Govee_Striplights.ir | 62 +++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 LED_Lighting/Govee/Govee_Striplights.ir diff --git a/LED_Lighting/Govee/Govee_Striplights.ir b/LED_Lighting/Govee/Govee_Striplights.ir new file mode 100644 index 00000000..5431806a --- /dev/null +++ b/LED_Lighting/Govee/Govee_Striplights.ir @@ -0,0 +1,62 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 45 00 00 00 +# +name: Color+ +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 5E 00 00 00 +# +name: Color- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 5A 00 00 00 +# +name: Bright+ +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0C 00 00 00 +# +name: Bright- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: Music +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 15 00 00 00 +# +name: W +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1C 00 00 00 +# +name: R +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 42 00 00 00 +# +name: G +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1C 00 00 00 +# +name: B +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 4A 00 00 00