From adbd26e9cbaf639d0131de37a724167435ba9545 Mon Sep 17 00:00:00 2001 From: jpawlowski Date: Tue, 11 Oct 2016 07:49:48 +0000 Subject: [PATCH] 74_THINKINGCLEANER.pm: fix $readingFnAttributes git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12320 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/74_THINKINGCLEANER.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/74_THINKINGCLEANER.pm b/FHEM/74_THINKINGCLEANER.pm index 020f3feb1..979ddc2b0 100644 --- a/FHEM/74_THINKINGCLEANER.pm +++ b/FHEM/74_THINKINGCLEANER.pm @@ -57,7 +57,7 @@ sub THINKINGCLEANER_Initialize($) { $hash->{parseParams} = 1; $hash->{AttrList} = -"disable:0,1 timeout:1,2,3,4,5 pollInterval:30,45,60,75,90 pollMultiplierWebhook pollMultiplierCleaning model webhookHttpHostname webhookPort webhookFWinstance:$webhookFWinstance restart:noArg" +"disable:0,1 timeout:1,2,3,4,5 pollInterval:30,45,60,75,90 pollMultiplierWebhook pollMultiplierCleaning model webhookHttpHostname webhookPort webhookFWinstance:$webhookFWinstance restart:noArg " . $readingFnAttributes; return;