From 53bf33ff29ec1d3f4a9a906e8ebdb217a0480c29 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 11 Jan 2018 09:00:17 +0100 Subject: [PATCH] little bugfix --- 74_AMADDevice.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/74_AMADDevice.pm b/74_AMADDevice.pm index 7f39a5e..c6253a1 100644 --- a/74_AMADDevice.pm +++ b/74_AMADDevice.pm @@ -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);