2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

50_HP1000: set closeConn when generating FHEMWEB instance for webname weatherstation

(Forum topic,44022.msg618531.html#msg618531)

git-svn-id: https://svn.fhem.de/fhem/trunk@13959 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-04-10 10:38:00 +00:00
parent f57b39d116
commit 4feb23dafc

View File

@ -259,6 +259,7 @@ sub HP1000_Define($$$) {
. " with webname 'weatherstation'";
fhem "define " . $hash->{FW} . " FHEMWEB $port global";
fhem "attr " . $hash->{FW} . " closeConn 1";
fhem "attr " . $hash->{FW} . " webname weatherstation";
}
}