changed interface definition to use semicolons
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1489 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -262,7 +262,7 @@ sub Weather_Define($$) {
|
|||||||
if(int(@a) < 3 && int(@a) > 5);
|
if(int(@a) < 3 && int(@a) > 5);
|
||||||
|
|
||||||
$hash->{STATE} = "Initialized";
|
$hash->{STATE} = "Initialized";
|
||||||
$hash->{internals}{interfaces}= "temperature:humidity:wind";
|
$hash->{fhem}{interfaces}= "temperature;humidity;wind";
|
||||||
|
|
||||||
my $name = $a[0];
|
my $name = $a[0];
|
||||||
my $location = $a[2];
|
my $location = $a[2];
|
||||||
|
|||||||
Reference in New Issue
Block a user