Change comment in controller.js

This commit is contained in:
Koenkk
2018-05-21 12:00:35 +02:00
parent 02818ddaf5
commit b38eb76274
+1 -1
View File
@@ -65,7 +65,7 @@ class Controller {
this.zigbee.permitJoin(true);
}
// Start poll timer.
// Start timers.
this.pollTimer(true);
this.softResetTimeout(true);
}