2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

70_XBMC: added noArg to connect

git-svn-id: https://svn.fhem.de/fhem/trunk@7920 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
vbs2 2015-02-08 19:12:30 +00:00
parent fb079237cb
commit f9fa0e1c3a

View File

@ -872,7 +872,7 @@ sub XBMC_Set($@)
"mute:toggle,on,off volume:slider,0,1,100 quit:noArg " .
"eject:noArg hibernate:noArg reboot:noArg shutdown:noArg suspend:noArg " .
"videolibrary:scan,clean audiolibrary:scan,clean statusRequest jsonraw " .
"connect";
"connect:noArg";
return $res ;
}