2
0
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:
vuffiraa 2017-04-29 19:22:33 +00:00
parent 6f93ed79e3
commit c38ca412eb
2 changed files with 2 additions and 0 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.
- 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

View File

@ -1778,6 +1778,7 @@ sub BRAVIA_GetRemotecontrolCommand($) {
'SYNCMENU' => "AAAAAgAAABoAAABYAw==",
'SCENESELECT' => "AAAAAgAAABoAAAB4Aw==",
'NETFLIX' => "AAAAAgAAABoAAAB8Aw==",
'PICTUREMODE' => "AAAAAQAAAAEAAABkAw==",
};
if ( defined( $commands->{$command} ) ) {