changed interface definition to use semicolons

git-svn-id: https://svn.fhem.de/fhem/trunk@1489 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-04-26 20:11:35 +00:00
parent e92c64eda7
commit b5a050d525

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];