bugfix Device Interval timer

This commit is contained in:
Marko Oldenburg 2016-10-08 15:14:26 +02:00
parent 9fb936db0c
commit 0f1abaf426

View File

@ -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} );