verbesserte Abfrage ob fhemServerIP vorhanden ist, wenn nicht wird gestoppt

This commit is contained in:
Marko Oldenburg
2016-04-07 22:13:54 +02:00
parent cde7e74285
commit 0365f365ce
2 changed files with 92 additions and 66 deletions

View File

@ -280,7 +280,7 @@ sub AMAD_statusRequest($) {
timeout => 30,
hash => $hash,
method => "GET",
header => "fhemIP: $fhemip\r\nfhemDevice: $name\r\nactiveTask: $activetask\r\napSSID: $apssid\r\nbport: $bport",
header => "fhemip: $fhemip\r\nfhemdevice: $name\r\nactivetask: $activetask\r\napssid: $apssid\r\nbport: $bport",
doTrigger => 1,
callback => \&AMAD_statusRequestErrorHandling,
}