Backup coordinator on start.

This commit is contained in:
Koen Kanters 2019-04-14 18:53:34 +02:00
parent 2d4c447ee1
commit c2edaed866

View File

@ -97,6 +97,8 @@ class Zigbee {
this.removeDevice(device.ieeeAddr, false, () => {});
}
});
this.shepherd.backupCoordinator(() => {});
}
_acceptDevIncoming(devInfo, callback) {