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:
parent
63c0401ce8
commit
44c1e79827
@ -89,7 +89,7 @@ sub Initialize {
|
|||||||
"$main::readingFnAttributes " .
|
"$main::readingFnAttributes " .
|
||||||
'model:'.join q{,} , sort keys %models;
|
'model:'.join q{,} , sort keys %models;
|
||||||
$hash->{AutoCreate} = {'FS10.*' => {FILTER => '%NAME', autocreateThreshold => '5:180', GPLOT => q{}}};
|
$hash->{AutoCreate} = {'FS10.*' => {FILTER => '%NAME', autocreateThreshold => '5:180', GPLOT => q{}}};
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub Attr {
|
sub Attr {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user