mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
RESIDENTStk wakeuptimer: do not create new dummy during bootup; forum #283933
git-svn-id: https://svn.fhem.de/fhem/trunk@8407 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4005d1953e
commit
f6f6be57f6
@ -1114,7 +1114,7 @@ sub RESIDENTStk_AttrFnDummy(@) {
|
||||
my ( $cmd, $name, $aName, $aVal ) = @_;
|
||||
|
||||
# set attribute
|
||||
if ( $cmd eq "set" ) {
|
||||
if ( $init_done && $cmd eq "set" ) {
|
||||
|
||||
# wakeupResetSwitcher
|
||||
if ( $aName eq "wakeupResetSwitcher" ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user