mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 05:16:02 +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:
parent
ce94467cae
commit
d38c69f5d8
@ -87,7 +87,7 @@ sub OWID_Initialize ($) {
|
|||||||
$hash->{AttrFn} = "OWID_Attr";
|
$hash->{AttrFn} = "OWID_Attr";
|
||||||
$hash->{NotifyFn} = "OWID_Notify";
|
$hash->{NotifyFn} = "OWID_Notify";
|
||||||
$hash->{InitFn} = "OWID_Init";
|
$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;
|
$readingFnAttributes;
|
||||||
|
|
||||||
#--make sure OWX is loaded so OWX_CRC is available if running with OWServer
|
#--make sure OWX is loaded so OWX_CRC is available if running with OWServer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user