mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
added missing attr do_not_init
git-svn-id: https://svn.fhem.de/fhem/trunk@1890 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a350eb1ce1
commit
a2048bd526
@ -68,7 +68,7 @@ TRX_Initialize($)
|
||||
$hash->{GetFn} = "TRX_Get";
|
||||
$hash->{SetFn} = "TRX_Set";
|
||||
$hash->{StateFn} = "TRX_SetState";
|
||||
$hash->{AttrList}= "do_not_notify:1,0 dummy:1,0 addvaltrigger:1:0 longids loglevel:0,1,2,3,4,5,6";
|
||||
$hash->{AttrList}= "do_not_notify:1,0 dummy:1,0 do_not_init:1:0 addvaltrigger:1:0 longids loglevel:0,1,2,3,4,5,6";
|
||||
$hash->{ShutdownFn} = "TRX_Shutdown";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user