From 693a9168594eb029ed394168f7f9c143d5bb1e8c Mon Sep 17 00:00:00 2001 From: Garfonso Date: Thu, 30 Nov 2023 13:15:24 +0100 Subject: [PATCH] Update autoEntities.js add comment about what the module does ;-) --- lib/modules/autoEntities.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/modules/autoEntities.js b/lib/modules/autoEntities.js index 6348efc45..bbeeb4094 100644 --- a/lib/modules/autoEntities.js +++ b/lib/modules/autoEntities.js @@ -1,3 +1,10 @@ +/** + * Module to support subscription to ioBroker states for entities in auto-entities card. + * i.e. needs to understand filters in auto entites card and detect entieies affected and subscribe to all states + * associated with those entities. + */ + + const debugging = false; function debugLog(msg) {