Update main.js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user