70_DENON_AVR: fixed pictureMode typos

git-svn-id: https://svn.fhem.de/fhem/trunk@21272 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
delmar
2020-02-24 21:21:48 +00:00
parent 04ca1b8f0f
commit 4c6bf1c527
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it. # Do not insert empty lines here, update check depends on it.
- change: 70_DENON_AVR: fixed pictureMode commands
- feature: 73_DoorBird: Improved changelog readout Contribution by: enrikm - feature: 73_DoorBird: Improved changelog readout Contribution by: enrikm
- feature: 70_DENON_AVR: introducing new way of reading model information - feature: 70_DENON_AVR: introducing new way of reading model information
- change: 70_DENON_AVR: more modes, commands, and readings (thx Shadow3561) - change: 70_DENON_AVR: more modes, commands, and readings (thx Shadow3561)

View File

@@ -282,14 +282,14 @@ my $DENON_db = {
}, },
'PV' => { 'PV' => {
'OFF' => 'off', 'OFF' => 'Off',
'STD' => 'standart', 'STD' => 'Standard',
'MOV' => 'Movie', 'MOV' => 'Movie',
'VVD' => 'Vivid', 'VVD' => 'Vivid',
'STM' => 'Stream', 'STM' => 'Stream',
'CTM' => 'Custom', 'CTM' => 'Custom',
'DAY' => 'ISF_Day', 'DAY' => 'Day',
'NGT' => 'ISF_Night', 'NGT' => 'Night',
}, },
'PW' => { 'PW' => {
'on' => 'ON', 'on' => 'ON',