diff --git a/main.js b/main.js index 407763b..2206efd 100644 --- a/main.js +++ b/main.js @@ -291,8 +291,15 @@ function parseConfig(callback) { function checkObjects(options, regType, regName, regFullName, tasks, newObjects) { - adapter.log.info("checkObjects"); + let regs = options[regType]; + + for (let i = 0; regs.length > i; i++) { + const id = adapter.namespace + '.' + regs[i].id; + + adapter.log.info("id=" + id); + + } } function sortByAddress(a, b) {