From 0fba2950bff337799df3f7be637644c11091ea39 Mon Sep 17 00:00:00 2001 From: borisneubert Date: Thu, 26 Apr 2012 20:11:35 +0000 Subject: [PATCH] changed interface definition to use semicolons git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1489 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/59_Weather.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/59_Weather.pm b/FHEM/59_Weather.pm index 548a3dcff..e865f8960 100755 --- a/FHEM/59_Weather.pm +++ b/FHEM/59_Weather.pm @@ -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];