50_HP1000: fix default value for webhookFWinstances attribute

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17074 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2018-08-01 19:00:53 +00:00
parent 57721c8440
commit 6dfa4b219f

View File

@ -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" )