mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Backup coordinator on start.
This commit is contained in:
parent
2d4c447ee1
commit
c2edaed866
@ -97,6 +97,8 @@ class Zigbee {
|
||||
this.removeDevice(device.ieeeAddr, false, () => {});
|
||||
}
|
||||
});
|
||||
|
||||
this.shepherd.backupCoordinator(() => {});
|
||||
}
|
||||
|
||||
_acceptDevIncoming(devInfo, callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user