Update main.js
This commit is contained in:
parent
e231e73c4c
commit
2700e00ad4
3
main.js
3
main.js
@ -266,9 +266,10 @@ function checkDeviceIds(options, config, deviceIds) {
|
||||
}
|
||||
|
||||
function checkObjects(options, regType, regName, regFullName, tasks, newObjects) {
|
||||
|
||||
let regs = options[regType];
|
||||
|
||||
adapter.log.warn('regs=' + regs);
|
||||
adapter.log.warn('regs=' + JSON.stringify(regs));
|
||||
|
||||
for (let i = 0; regs.length > i; i++) {
|
||||
const id = adapter.namespace + '.' + regs[i].id;
|
||||
|
Loading…
Reference in New Issue
Block a user