Reduce permitJoin interval to 160 seconds to fix pairing devices after pairing E1603. https://github.com/Koenkk/zigbee2mqtt/issues/1099

This commit is contained in:
Koen Kanters
2019-05-19 19:10:51 +02:00
parent 92d0002bbb
commit 7f9104367b
+1 -1
View File
@@ -196,7 +196,7 @@ class Zigbee {
logger.info('Successfully reenabled joining');
}
});
}, utils.secondsToMilliseconds(200));
}, utils.secondsToMilliseconds(160));
}
this.shepherd.permitJoin(permit ? 255 : 0, (error) => {