Uplift of zutil and updated documentation

This commit is contained in:
Ziver Koc 2021-08-29 01:22:33 +02:00
parent 9e58387ef7
commit 8c369ed2e8
3 changed files with 21 additions and 12 deletions

View file

@ -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