This commit is contained in:
borisneubert
2012-02-20 12:38:48 +00:00
parent c6d7710756
commit 3263c0f152
4 changed files with 204 additions and 20 deletions

View File

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