Skip to content

Commit

Permalink
Add Dutch Originals Sound Bar IR codes to infrared app (#3529)
Browse files Browse the repository at this point in the history
* Add Dutch Originals Soundbar IR codes
* Switch change_input button to next and prev

Co-authored-by: あく <[email protected]>
  • Loading branch information
protik09 and skotopes authored Mar 25, 2024
1 parent 23940bf commit bf769ee
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions applications/main/infrared/resources/infrared/assets/audio.ir
Original file line number Diff line number Diff line change
Expand Up @@ -426,3 +426,52 @@ type: parsed
protocol: NECext
address: 87 7C 00 00
command: 06 F9 00 00
#
# Model: Dutch Originals Sound Bar
name: Power
type: parsed
protocol: NEC
address: 00 00 00 00
command: 07 00 00 00
#
name: Next
type: parsed
protocol: NEC
address: 00 00 00 00
command: 15 00 00 00
#
name: Prev
type: parsed
protocol: NEC
address: 00 00 00 00
command: 15 00 00 00
#
name: Play
type: parsed
protocol: NEC
address: 00 00 00 00
command: 6A 00 00 00
#
name: Pause
type: parsed
protocol: NEC
address: 00 00 00 00
command: 6A 00 00 00
#
name: Mute
type: parsed
protocol: NEC
address: 00 00 00 00
command: 09 00 00 00
#
name: Vol_up
type: parsed
protocol: NEC
address: 00 00 00 00
command: 5E 00 00 00
#
name: Vol_dn
type: parsed
protocol: NEC
address: 00 00 00 00
command: 85 00 00 00

0 comments on commit bf769ee

Please sign in to comment.