mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
70_BRAVIA.pm: added 'PictureMode' to remoteControl
git-svn-id: https://svn.fhem.de/fhem/trunk@14138 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6f93ed79e3
commit
c38ca412eb
@ -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.
|
||||
- feature: 70_BRAVIA: command remoteControl supports 'PictureMode'
|
||||
- bugfix: 22_HOMEMODE: Use of uninitialized value $d in hash element
|
||||
minor commandref fix
|
||||
- new: 22_HOMEMODE: initial SVN check-in v1.0.0
|
||||
|
@ -1778,6 +1778,7 @@ sub BRAVIA_GetRemotecontrolCommand($) {
|
||||
'SYNCMENU' => "AAAAAgAAABoAAABYAw==",
|
||||
'SCENESELECT' => "AAAAAgAAABoAAAB4Aw==",
|
||||
'NETFLIX' => "AAAAAgAAABoAAAB8Aw==",
|
||||
'PICTUREMODE' => "AAAAAQAAAAEAAABkAw==",
|
||||
};
|
||||
|
||||
if ( defined( $commands->{$command} ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user