Add Dutch Originals Sound Bar IR codes to infrared app (#3529)

* Add Dutch Originals Soundbar IR codes
* Switch change_input button to next and prev

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Protik Banerji 2024-03-25 07:42:42 +01:00 committed by GitHub
parent 23940bff81
commit bf769ee398
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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