2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

MAXLAN: allow set-clock-on-init

git-svn-id: https://svn.fhem.de/fhem/trunk@4093 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-10-21 20:59:50 +00:00
parent 1eed65b6eb
commit ac9c1c718b

View File

@ -50,7 +50,7 @@ MAXLAN_Initialize($)
# Normal devices
$hash->{DefFn} = "MAXLAN_Define";
$hash->{UndefFn} = "MAXLAN_Undef";
$hash->{AttrList}= "do_not_notify:1,0 dummy:1,0 " .
$hash->{AttrList}= "do_not_notify:1,0 dummy:1,0 set-clock-on-init:1,0 " .
"loglevel:0,1,2,3,4,5,6 addvaltrigger ";
}