From 696684c6d709645509ca3b810e9493ef6bd2964b Mon Sep 17 00:00:00 2001 From: jpawlowski Date: Wed, 1 Aug 2018 19:00:53 +0000 Subject: [PATCH] 50_HP1000: fix default value for webhookFWinstances attribute git-svn-id: https://svn.fhem.de/fhem/trunk@17074 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/50_HP1000.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/50_HP1000.pm b/fhem/FHEM/50_HP1000.pm index 903ced9a9..8e3250f3e 100755 --- a/fhem/FHEM/50_HP1000.pm +++ b/fhem/FHEM/50_HP1000.pm @@ -431,7 +431,7 @@ sub HP1000_CGI() { # incorrect FHEMWEB instance used my @webhookFWinstances = split( ",", - AttrVal( $name, "webhookFWinstances", "weatherstation" ) ); + AttrVal( $name, "webhookFWinstances", "WEBweatherstation" ) ); return ( "text/plain; charset=utf-8", "incorrect FHEMWEB instance to receive data" )