diff --git a/fhem/CHANGED b/fhem/CHANGED index 7797646a3..51730bf2c 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,6 +1,7 @@ # 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. - SVN + - bugfix: VIERA: fixed bug related to set command remoteControl - bugfix: ENIGMA2: improved compatibility for Fritzbox and old Webif versions - feature: readingsGroup: process events only if visible in browser, diff --git a/fhem/FHEM/70_VIERA.pm b/fhem/FHEM/70_VIERA.pm index 01f41ad69..55c58d6bd 100644 --- a/fhem/FHEM/70_VIERA.pm +++ b/fhem/FHEM/70_VIERA.pm @@ -8,9 +8,12 @@ # written 2013 by Tobias Vaupel # # -# Version = 1.21 +# Version = 1.22 # # Version History: +# - 1.22 - 2013-12-28 +# -- fixed set command remoteControl +# # - 1.21 - 2013-08-19 # -- Log() deprecated/replaced by Log3() # -- GetStatus() is called after set volume/mute to update readings immediately @@ -27,7 +30,7 @@ # -- New functions: sub VIERA_RClayout_TV(); sub VIERA_RCmakenotify($$); # -- Updated VIERA_Initialize for remotecontrol # -# - 1.00 - yyy-mm-dd +# - 1.00 - 2013-03-16 # -- First release # ############################################################################## @@ -216,7 +219,7 @@ sub VIERA_Set($@){ break; } - when("remoteControl"){ + when("remotecontrol"){ if($state eq "?"){ $usage = "choose one of the states:\n"; foreach $key (sort keys %VIERA_remoteControl_args){