mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-11-18 02:54:27 +00:00
Merge pull request #74 from logickworkshop/main
Multiple additions, ReadMe update
This commit is contained in:
commit
5a8ca6feb9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.DS_Store
|
||||
*.ffs_db
|
||||
|
64
Miscellaneous/Enido_LED_Candle.ir
Normal file
64
Miscellaneous/Enido_LED_Candle.ir
Normal file
@ -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
|
19
README.md
19
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`<br>
|
||||
|
100
SoundBars/Audac/Audac_IMEO2.ir
Normal file
100
SoundBars/Audac/Audac_IMEO2.ir
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user