21_OWID.pm: Bugfix Attribut interval

git-svn-id: https://svn.fhem.de/fhem/trunk@14709 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
phenning
2017-07-13 18:47:05 +00:00
parent 929a8051f1
commit 15f9fc05c0

View File

@@ -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