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

RSS: added FORKABLE attribute

git-svn-id: https://svn.fhem.de/fhem/trunk@6540 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2014-09-12 07:37:18 +00:00
parent f752c85a55
commit d7985f6d6b

View File

@ -42,6 +42,7 @@ RSS_addExtension($$$) {
$data{FWEXT}{$url}{FUNC} = $func;
$data{FWEXT}{$url}{LINK} = $link;
$data{FWEXT}{$url}{NAME} = $friendlyname;
$data{FWEXT}{$url}{FORKABLE} = 1;
}
##################