mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 17:36:01 +00:00
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:
parent
0d7f8bbcb1
commit
696684c6d7
@ -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" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user