50_HP1000: fix default value for webhookFWinstances attribute

git-svn-id: https://svn.fhem.de/fhem/trunk@17074 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2018-08-01 19:00:53 +00:00
parent 4bf4fce11c
commit 85597fa030

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