From 3eea47d6947936ee035809cd3a20b90d24bb53d2 Mon Sep 17 00:00:00 2001 From: Andreas Vierengel Date: Thu, 22 Aug 2024 17:03:23 +0200 Subject: [PATCH] fix comment --- GoodWe/GoodWe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoodWe/GoodWe.js b/GoodWe/GoodWe.js index 9430499..3a2425e 100644 --- a/GoodWe/GoodWe.js +++ b/GoodWe/GoodWe.js @@ -184,7 +184,7 @@ class GoodWeUdp { #bmsInfo = new GoodweBmSInfo(); constructor() { - // the next line of code should be deleted. I think it was probably introduced to silence the ever increasing listeners on #client + // the next line of code should be deleted. I think it was probably introduced to silence the ever increasing listeners on this.#client // because of the .on()-calls which installs a listener on each invocation, but does not remove it. // this.#client.setMaxListeners(0); }