mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 07:16:03 +00:00
late minor fixes to 70_ENIGMA2.pm
git-svn-id: https://svn.fhem.de/fhem/trunk@3947 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
861b376b93
commit
721b2aaefe
@ -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($) {
|
||||
<li><b>play</b> on,off - starts/resumes playback</li>
|
||||
<li><b>pause</b> on,off - pauses current playback or enables timeshift</li>
|
||||
<li><b>stop</b> on,off - stops current playback</li>
|
||||
<li><b>input</b> 1...9999,servicereference - zap to a specific channel; can be a real channel number from bouquet or service reference ID</li>
|
||||
<li><b>input</b> tv,radio - switches between tv and radio mode</li>
|
||||
<li><b>statusRequest</b> - requests the current status of the device</li>
|
||||
<li><b>remoteControl</b> up,down,... - sends remote control commands; see remoteControl help</li>
|
||||
<li><b>remoteControl</b> UP,DOWN,... - sends remote control commands; see remoteControl help</li>
|
||||
<li><b>showText</b> text - sends info message to screen to be displayed for 8 seconds</li>
|
||||
<li><b>msg</b> yesno,info... - allows more complex messages as showText, see commands as listed below</li>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user