diff --git a/.gitignore b/.gitignore index e43b0f98..f40dffd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +*.ffs_db diff --git a/Miscellaneous/Enido_LED_Candle.ir b/Miscellaneous/Enido_LED_Candle.ir new file mode 100644 index 00000000..92c71726 --- /dev/null +++ b/Miscellaneous/Enido_LED_Candle.ir @@ -0,0 +1,64 @@ +Filetype: IR signals file +Version: 1 +# +# Enido LED Flickering Flameless battery powered candle +# +name: On +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 00 00 00 00 +# +name: Off +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 02 00 00 00 +# +name: 2h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 04 00 00 00 +# +name: 4h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 06 00 00 00 +# +name: 6h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: 8h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 +# +name: Candle +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0C 00 00 00 +# +name: Light +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0E 00 00 00 +# +name: Dim - +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 10 00 00 00 +# +name: Dim + +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 12 00 00 00 diff --git a/README.md b/README.md index 77542aaf..f9130b13 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,25 @@ When adding remotes to this repo, it is helpful to ensure your device name(s) fo `LG_55UN7300AUD.ir` +Please use this naming scheme for buttons. + +**FOR TV** + +POWER +MUTE +VOL+ +CH+ +VOL- +CH- + +**FOR AC** + +POWER +TEMP+ +TEMP- +MODE +SWING + Lastly, it's helpful to add further information as a comment directly into the IR file if possible. Example: `Filetype: IR signals file`
diff --git a/SoundBars/Audac/Audac_IMEO2.ir b/SoundBars/Audac/Audac_IMEO2.ir new file mode 100644 index 00000000..328f3918 --- /dev/null +++ b/SoundBars/Audac/Audac_IMEO2.ir @@ -0,0 +1,100 @@ +Filetype: IR signals file +Version: 1 +# +# Audac IMEO2 Soundbar +# +name: Power +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 1C E3 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 21 DE 00 00 +# +name: Vol_down +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 2B D4 00 00 +# +name: Usb +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 1B E4 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 1D E2 00 00 +# +name: Aux +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 10 EF 00 00 +# +name: Bluetooth +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 29 D6 00 00 +# +name: Hdmi +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 12 ED 00 00 +# +name: Optical +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 25 DA 00 00 +# +name: Coaxial +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 24 DB 00 00 +# +name: Play +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 2A D5 00 00 +# +name: Prev +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 13 EC 00 00 +# +name: Next +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 14 EB 00 00 +# +name: Flat +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 2D D2 00 00 +# +name: Music +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 2C D3 00 00 +# +name: Speech +type: parsed +protocol: NECext +address: 86 FF 00 00 +command: 27 D8 00 00