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:
parent
ad36ce0794
commit
1f922e073e
@ -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)
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user