Update main.js
This commit is contained in:
parent
555658316b
commit
043bfab869
9
main.js
9
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user