37_Spotify: added attribute to list
git-svn-id: https://svn.fhem.de/fhem/trunk@14418 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -26,7 +26,7 @@ sub Spotify_Initialize($) {
|
|||||||
$hash->{SetFn} = 'Spotify_Set';
|
$hash->{SetFn} = 'Spotify_Set';
|
||||||
$hash->{GetFn} = 'Spotify_Get';
|
$hash->{GetFn} = 'Spotify_Get';
|
||||||
#$hash->{AttrFn} = "Spotify_Attr";
|
#$hash->{AttrFn} = "Spotify_Attr";
|
||||||
$hash->{AttrList} = 'defaultPlaybackDeviceID alwaysStartOnDefaultDevice:0,1 updateInterval ';
|
$hash->{AttrList} = 'defaultPlaybackDeviceID alwaysStartOnDefaultDevice:0,1 updateInterval updateIntervalWhilePlaying ';
|
||||||
$hash->{AttrList} .= $readingFnAttributes;
|
$hash->{AttrList} .= $readingFnAttributes;
|
||||||
$hash->{NOTIFYDEV} = "global";
|
$hash->{NOTIFYDEV} = "global";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user