2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 01:14:19 +00:00

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 ce94467cae
commit d38c69f5d8

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