diff --git a/fhem/CHANGED b/fhem/CHANGED index 958db940c..9cbb093b1 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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 diff --git a/fhem/FHEM/70_BRAVIA.pm b/fhem/FHEM/70_BRAVIA.pm index 74b962eec..236c29a87 100644 --- a/fhem/FHEM/70_BRAVIA.pm +++ b/fhem/FHEM/70_BRAVIA.pm @@ -1777,6 +1777,7 @@ sub BRAVIA_GetRemotecontrolCommand($) { 'SEN' => "AAAAAgAAABoAAAB9Aw==", 'SYNCMENU' => "AAAAAgAAABoAAABYAw==", 'SCENESELECT' => "AAAAAgAAABoAAAB4Aw==", + 'NETFLIX' => "AAAAAgAAABoAAAB8Aw==", }; if ( defined( $commands->{$command} ) ) {