Add Dutch Originals Soundbar

Reverse engineered remote protocol for the Dutch Originals sound bar.
This commit is contained in:
Protik Banerji 2024-03-21 02:36:01 +01:00
parent 45b57c0df3
commit 02fef8e6cb

View File

@ -0,0 +1,45 @@
Filetype: IR signals file
Version: 1
#
# Model: Dutch Originals Sound Bar
name: Power
type: parsed
protocol: NEC
address: 00 00 00 00
command: 07 00 00 00
#
name: Change_Input
type: parsed
protocol: NEC
address: 00 00 00 00
command: 15 00 00 00
#
name: Play/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
#
name: Vol_Min
type: parsed
protocol: NEC
address: 00 00 00 00
command: 18 00 00 00