2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 20:06:18 +00:00

git-svn-id: https://svn.fhem.de/fhem/trunk@5537 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
borisneubert 2014-04-16 19:40:02 +00:00
parent 6f029b6dc6
commit 7df3daac44

View File

@ -104,7 +104,7 @@ RSS_Define($$) {
RSS_readLayout($hash);
$hash->{STATE} = $name;
$hash->{STATE} = 'defined'; #$name;
return undef;
}
@ -637,7 +637,7 @@ RSS_returnJPEG($) {
# evaluate layout
#
RSS_evalLayout($S, $name, $defs{$name}{fhem}{layout});
$defs{$name}{STATE} = localtime();
}; warn $@ if $@;
#