70_BRAVIA.pm: added 'Netflix' to remoteControl

git-svn-id: https://svn.fhem.de/fhem/trunk@13836 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
vuffiraa
2017-03-28 18:51:45 +00:00
parent 0d2e92e32d
commit 267f792f20
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 'Netflix'
- feature: 50_TelegramBot: favorite handling / hidden favorites /
utf8Special for unicode issues /
- new: 00_DFPlayerMini: module to control an embedded MP3 player

View File

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