Uplift of zutil and updated documentation
This commit is contained in:
parent
9e58387ef7
commit
8c369ed2e8
3 changed files with 21 additions and 12 deletions
|
|
@ -45,7 +45,7 @@ public class ZigbeeAttributeUpdateDaemon implements HalDaemon, Runnable {
|
|||
|
||||
@Override
|
||||
public void initiate(ScheduledExecutorService executor) {
|
||||
executor.scheduleAtFixedRate(this, 0, 10, TimeUnit.MINUTES);
|
||||
executor.scheduleAtFixedRate(this, 10, 10, TimeUnit.MINUTES);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue