little bugfix

This commit is contained in:
Marko Oldenburg 2018-01-11 09:00:17 +01:00
parent 141a08c8c8
commit 53bf33ff29

View File

@ -386,7 +386,6 @@ sub AMADDevice_statusRequest($) {
$method = "POST" if (AttrVal($name,'remoteServer','Automagic') ne 'Automagic' );
$path ="/fhem-amad/deviceInfo/"; # Pfad muß so im Automagic als http request Trigger drin stehen
readingsSingleUpdate( $hash, "lastSetCommand", $path, 1 );
IOWrite($hash,$amad_id,$uri,$path,$header,$method);