This commit is contained in:
Andreas Brett 2019-02-22 10:54:10 +01:00 committed by Koen Kanters
parent 1862c8b035
commit 1287a596f9

View File

@ -54,7 +54,7 @@ class Zigbee {
this.shepherd.start((error) => {
if (error) {
logger.info('Error while starting zigbee-shepherd, attemping to fix... (takes 60 seconds)');
logger.info('Error while starting zigbee-shepherd, attempting to fix... (takes 60 seconds)');
this.shepherd.controller._znp.close((() => null));
setTimeout(() => {