mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
ce0ba6c3e0
commit
926031f792
@ -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";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user