2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

Port 55000: added command EXT20 (HDMI1)

git-svn-id: https://svn.fhem.de/fhem/trunk@5209 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass 2014-03-12 20:02:39 +00:00
parent bf6fa7f476
commit 3ac3d57471

View File

@ -98,7 +98,7 @@ sub STV_Define($$)
"TOOLS POWEROFF CHUP CHDOWN CONTENTS W_LINK ".
"RSS MTS SRS CAPTION TOPMENU SLEEP ESAVING ".
"PLAY PAUSE REWIND FF REC STOP ".
"TV HDMI PIP_ONOFF ASPECT";
"TV HDMI PIP_ONOFF ASPECT EXT20";
my $system = $^O;
if($system =~ m/Win/) {
$result = `ipconfig /all`;