Skip to content

Commit

Permalink
Merge pull request #249 from Hochen97/jrh/247/color-bulb-scene-no-cha…
Browse files Browse the repository at this point in the history
…nge-color
  • Loading branch information
jfarmer08 authored May 7, 2024
2 parents 7bc5367 + b33f0ba commit e261b9e
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 e261b9e

Please sign in to comment.