2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

70_DENON_AVR: added more surround modes (thx Shadow3561)

git-svn-id: https://svn.fhem.de/fhem/trunk@21158 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
delmar 2020-02-09 12:23:25 +00:00
parent 46c8b47a02
commit 752949f722

View File

@ -175,7 +175,11 @@ my $DENON_db = {
'Smart4' => 'SMART4', 'Smart4' => 'SMART4',
'Smart5' => 'SMART5', 'Smart5' => 'SMART5',
'Dolby_Audio_Surround' => 'DOLBY AUDIO-DSUR', 'Dolby_Audio_Surround' => 'DOLBY AUDIO-DSUR',
'Neural:X' => 'NEURAL:X' 'Neural:X' => 'NEURAL:X',
'Dolby_Audio_Digital' => 'DOLBY AUDIO-DD',
'Dolby_Audio_Digital-Surround' => 'DOLBY AUDIO-DD+DSUR',
'Dolby_Audio_Digital-Neural:X' => 'DOLBY AUDIO-DD+NEURAL:X',
'Virtual' => 'VIRTUAL'
}, },
'MU' => { 'MU' => {
'on' => 'ON', 'on' => 'ON',