diff --git a/fhem/CHANGED b/fhem/CHANGED index d62bb0eb0..ce1a3bac3 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # 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. + - change: 70_DENON_AVR: fixed pictureMode commands - feature: 73_DoorBird: Improved changelog readout Contribution by: enrikm - feature: 70_DENON_AVR: introducing new way of reading model information - change: 70_DENON_AVR: more modes, commands, and readings (thx Shadow3561) diff --git a/fhem/FHEM/70_DENON_AVR.pm b/fhem/FHEM/70_DENON_AVR.pm index 816714336..01ffd7ef6 100755 --- a/fhem/FHEM/70_DENON_AVR.pm +++ b/fhem/FHEM/70_DENON_AVR.pm @@ -282,14 +282,14 @@ my $DENON_db = { }, 'PV' => { - 'OFF' => 'off', - 'STD' => 'standart', + 'OFF' => 'Off', + 'STD' => 'Standard', 'MOV' => 'Movie', 'VVD' => 'Vivid', 'STM' => 'Stream', 'CTM' => 'Custom', - 'DAY' => 'ISF_Day', - 'NGT' => 'ISF_Night', + 'DAY' => 'Day', + 'NGT' => 'Night', }, 'PW' => { 'on' => 'ON',