From c2edaed86692708ba0e14f7e05917508949a6f4c Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 14 Apr 2019 18:53:34 +0200 Subject: [PATCH] Backup coordinator on start. --- lib/zigbee.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/zigbee.js b/lib/zigbee.js index ba76835c..ee8f9298 100644 --- a/lib/zigbee.js +++ b/lib/zigbee.js @@ -97,6 +97,8 @@ class Zigbee { this.removeDevice(device.ieeeAddr, false, () => {}); } }); + + this.shepherd.backupCoordinator(() => {}); } _acceptDevIncoming(devInfo, callback) {