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

10_FS10.pm:

- syntax error fixed

git-svn-id: https://svn.fhem.de/fhem/trunk@25488 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
sidey79 2022-01-17 20:59:06 +00:00
parent 63c0401ce8
commit 44c1e79827

View File

@ -89,7 +89,7 @@ sub Initialize {
"$main::readingFnAttributes " .
'model:'.join q{,} , sort keys %models;
$hash->{AutoCreate} = {'FS10.*' => {FILTER => '%NAME', autocreateThreshold => '5:180', GPLOT => q{}}};
return
return;
}
sub Attr {