37_Spotify: added attribute to list

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14418 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
neumann 2017-05-30 16:32:05 +00:00
parent ce0ba6c3e0
commit 926031f792

View File

@ -26,7 +26,7 @@ sub Spotify_Initialize($) {
$hash->{SetFn} = 'Spotify_Set';
$hash->{GetFn} = 'Spotify_Get';
#$hash->{AttrFn} = "Spotify_Attr";
$hash->{AttrList} = 'defaultPlaybackDeviceID alwaysStartOnDefaultDevice:0,1 updateInterval ';
$hash->{AttrList} = 'defaultPlaybackDeviceID alwaysStartOnDefaultDevice:0,1 updateInterval updateIntervalWhilePlaying ';
$hash->{AttrList} .= $readingFnAttributes;
$hash->{NOTIFYDEV} = "global";
}