From 15f9fc05c035d46379463b2abb47c7d9b6ba16c3 Mon Sep 17 00:00:00 2001 From: phenning Date: Thu, 13 Jul 2017 18:47:05 +0000 Subject: [PATCH] 21_OWID.pm: Bugfix Attribut interval git-svn-id: https://svn.fhem.de/fhem/trunk@14709 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/21_OWID.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/21_OWID.pm b/fhem/FHEM/21_OWID.pm index 9e2bc1ad4..1c18e8b28 100644 --- a/fhem/FHEM/21_OWID.pm +++ b/fhem/FHEM/21_OWID.pm @@ -87,7 +87,7 @@ sub OWID_Initialize ($) { $hash->{AttrFn} = "OWID_Attr"; $hash->{NotifyFn} = "OWID_Notify"; $hash->{InitFn} = "OWID_Init"; - $hash->{AttrList} = "IODev do_not_notify:0,1 showtime:0,1 model interval". + $hash->{AttrList} = "IODev do_not_notify:0,1 showtime:0,1 model interval ". $readingFnAttributes; #--make sure OWX is loaded so OWX_CRC is available if running with OWServer