Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
asgothian committed Dec 29, 2024
1 parent c357ec1 commit 95c2e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ class Zigbee extends utils.Adapter {

if (!mappedModel) {
this.log.debug(`No mapped model for ${model}`);
if (has_elevated_debug) this.log.warn(`ELEVATED: No mapped model for ${model}`)
if (has_elevated_debug) this.log.warn(`ELEVATED O2: No mapped model for ${model}`)
return;
}

Expand Down

0 comments on commit 95c2e5a

Please sign in to comment.