2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 01:46:08 +00:00

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 ad36ce0794
commit 1f922e073e
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.
# 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)

View File

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