From 1bcf8598c938714f4276f82f5fb9b4cb3615b5c8 Mon Sep 17 00:00:00 2001 From: Icinger <> Date: Mon, 10 Sep 2018 18:12:55 +0000 Subject: [PATCH] 45_Plugwise: Fixed a missing SPACE in AttrList git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17320 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/45_Plugwise.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/45_Plugwise.pm b/FHEM/45_Plugwise.pm index acf536dae..94c0ed863 100755 --- a/FHEM/45_Plugwise.pm +++ b/FHEM/45_Plugwise.pm @@ -107,7 +107,7 @@ require "$attr{global}{modpath}/FHEM/DevIo.pm"; $hash->{SetFn} = "PW_Set"; $hash->{GetFn} = "PW_Get"; $hash->{StateFn} = "PW_SetState"; - $hash->{AttrList}= "do_not_notify:1,0 interval circlecount WattFormat showCom autosync". + $hash->{AttrList}= "do_not_notify:1,0 interval circlecount WattFormat showCom autosync ". $readingFnAttributes;; $hash->{ShutdownFn} = "PW_Shutdown"; }