From 54cc784d2077490c83f5b49cc3d42f00de9dc6b9 Mon Sep 17 00:00:00 2001 From: Paulo Fierro Date: Mon, 25 Nov 2024 04:08:17 -0500 Subject: [PATCH] Added support for LightMyBricks remote (#837) --- Miscellaneous/LightMyBricks/lightmybricks.ir | 59 ++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 Miscellaneous/LightMyBricks/lightmybricks.ir diff --git a/Miscellaneous/LightMyBricks/lightmybricks.ir b/Miscellaneous/LightMyBricks/lightmybricks.ir new file mode 100644 index 00000000..6c671e12 --- /dev/null +++ b/Miscellaneous/LightMyBricks/lightmybricks.ir @@ -0,0 +1,59 @@ +Filetype: IR signals file +Version: 1 +# +# LightMyBricks Remote Control and Sound Kit +# https://www.lightmybricks.com/products/remote-control-and-sound-kit +# +name: On +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 12 00 00 00 +# +name: Off +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 1E 00 00 00 +# +name: Play_pause +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 0D 00 00 00 +# +name: Next +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 19 00 00 00 +# +name: Prev +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 00 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 06 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 1F 00 00 00 +# +name: Brightness_up +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 04 00 00 00 +# +name: Brightness_dn +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 0A 00 00 00