From b38eb7627441af5ca1e20d88746b83dd93ff98ba Mon Sep 17 00:00:00 2001 From: Koenkk Date: Mon, 21 May 2018 12:00:35 +0200 Subject: [PATCH] Change comment in controller.js --- lib/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller.js b/lib/controller.js index bf6f2f352..5f352f554 100644 --- a/lib/controller.js +++ b/lib/controller.js @@ -65,7 +65,7 @@ class Controller { this.zigbee.permitJoin(true); } - // Start poll timer. + // Start timers. this.pollTimer(true); this.softResetTimeout(true); }