Skip to content

Commit

Permalink
replaced undefined this.hexValue with defined hexValue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hochen97 committed May 4, 2024
1 parent 7bc5367 commit b33f0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accessories/WyzeMeshLight.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ module.exports = class WyzeMeshLight extends WyzeAccessory {
await this.plugin.client.setMeshHue(
this.mac,
this.product_model,
this.hexValue
hexValue
);
this.cacheUpdated = false;
} else {
Expand Down

0 comments on commit b33f0ba

Please sign in to comment.