mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +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:
parent
f752c85a55
commit
d7985f6d6b
@ -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;
|
||||
}
|
||||
|
||||
##################
|
||||
|
Loading…
x
Reference in New Issue
Block a user