diff --git a/fhem/FHEM/70_ENIGMA2.pm b/fhem/FHEM/70_ENIGMA2.pm index 68dc593e1..f3996539b 100644 --- a/fhem/FHEM/70_ENIGMA2.pm +++ b/fhem/FHEM/70_ENIGMA2.pm @@ -676,7 +676,7 @@ sub ENIGMA2_Set($@) { } return "No argument given, choose one of".$commandKeys; } - my $request = ENIGMA2_GetRemotecontrolCommand($a[2]); + my $request = ENIGMA2_GetRemotecontrolCommand(uc($a[2])); if ($request ne "") { $cmd = "command=".ENIGMA2_GetRemotecontrolCommand($a[2]); } else { @@ -1318,9 +1318,9 @@ sub ENIGMA2_GetRemotecontrolCommand($) {
  • play on,off   -   starts/resumes playback
  • pause on,off   -   pauses current playback or enables timeshift
  • stop on,off   -   stops current playback
  • -
  • input 1...9999,servicereference   -   zap to a specific channel; can be a real channel number from bouquet or service reference ID
  • +
  • input tv,radio   -   switches between tv and radio mode
  • statusRequest   -   requests the current status of the device
  • -
  • remoteControl up,down,...   -   sends remote control commands; see remoteControl help
  • +
  • remoteControl UP,DOWN,...   -   sends remote control commands; see remoteControl help
  • showText text   -   sends info message to screen to be displayed for 8 seconds
  • msg yesno,info...   -   allows more complex messages as showText, see commands as listed below