mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-23 11:09:52 +00:00
fix typo (#1142)
This commit is contained in:
committed by
Koen Kanters
parent
1862c8b035
commit
1287a596f9
+1
-1
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user