bugfix Device Interval timer
This commit is contained in:
parent
9fb936db0c
commit
0f1abaf426
@ -86,7 +86,7 @@ sub NUKIDevice_Define($$) {
|
||||
$hash->{NUKIID} = $nukiId;
|
||||
$hash->{VERSION} = $version;
|
||||
$hash->{STATE} = 'Initialized';
|
||||
$hash->{INTERVAL} = 30;
|
||||
$hash->{INTERVAL} = 20;
|
||||
|
||||
|
||||
AssignIoPort($hash,$iodev) if( !$hash->{IODev} );
|
||||
|
Loading…
Reference in New Issue
Block a user