Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Dec 23, 2023
1 parent 6fdf401 commit 0ca62ea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,12 +551,11 @@ class Zigbee extends utils.Adapter {
return;
}

this.processConverters(converters, devId, model, mappedModel, message, meta)
// .then(() => {
//
// })
meta.message.state = meta.options.state;

this.processConverters(converters, devId, model, mappedModel, message, meta)
.catch((error) => {
this.log.error(`Error while processing converters: '${error}'`);
this.log.error(`Error while processing converters: '${devId}' `);
});
}

Expand Down

0 comments on commit 0ca62ea

Please sign in to comment.