2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 17:36:39 +00:00

59_Wunderground: rename statusrequest -> update

git-svn-id: https://svn.fhem.de/fhem/trunk@12435 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2016-10-26 11:46:36 +00:00
parent f6793dfa3b
commit 6ba8da3f77

View File

@ -116,7 +116,7 @@ sub Wunderground_Set($$$) {
my $result;
# update
if ( lc( @$a[1] ) eq "statusrequest" ) {
if ( lc( @$a[1] ) eq "update" ) {
Log3 $name, 3, "Wunderground set $name " . @$a[1];
Wunderground_GetStatus($hash);
}