Update main.js

This commit is contained in:
钟进 2018-09-26 13:45:24 +08:00
parent 555658316b
commit 043bfab869

View File

@ -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) {