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:
borisneubert
2012-04-26 20:11:35 +00:00
parent a87f628656
commit 0fba2950bf

View File

@@ -262,7 +262,7 @@ sub Weather_Define($$) {
if(int(@a) < 3 && int(@a) > 5);
$hash->{STATE} = "Initialized";
$hash->{internals}{interfaces}= "temperature:humidity:wind";
$hash->{fhem}{interfaces}= "temperature;humidity;wind";
my $name = $a[0];
my $location = $a[2];