2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 20:06:18 +00:00

70_XBMC.pm: fixed misnamed "standby" to "suspend" in attribute offMode

git-svn-id: https://svn.fhem.de/fhem/trunk@12906 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
vbs 2016-12-29 22:55:17 +00:00
parent f9fa9756d1
commit 5a6c59ab3d

View File

@ -31,7 +31,7 @@ sub XBMC_Initialize($$)
$hash->{ReadyFn} = "XBMC_Ready";
$hash->{UndefFn} = "XBMC_Undefine";
$hash->{AttrFn} = "XBMC_Attr";
$hash->{AttrList} = "fork:enable,disable compatibilityMode:xbmc,plex offMode:quit,hibernate,shutdown,standby updateInterval disable:1,0 " . $readingFnAttributes;
$hash->{AttrList} = "fork:enable,disable compatibilityMode:xbmc,plex offMode:quit,hibernate,shutdown,suspend updateInterval disable:1,0 " . $readingFnAttributes;
$data{RC_makenotify}{XBMC} = "XBMC_RCmakenotify";
$data{RC_layout}{XBMC_RClayout} = "XBMC_RClayout";