Skip to content

Commit

Permalink
Update autoEntities.js
Browse files Browse the repository at this point in the history
add comment about what the module does ;-)
  • Loading branch information
Garfonso committed Nov 30, 2023
1 parent 23ed03c commit 693a916
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/modules/autoEntities.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 693a916

Please sign in to comment.