hoffmation-base 3.0.0-alpha.44 → 3.0.0-alpha.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -179,7 +179,7 @@ class OwnGoveeDevice {
179
179
  });
180
180
  }
181
181
  setColor(color) {
182
- govee_service_1.GooveeService.sendCommand(this, `color/${color}`).then((result) => {
182
+ govee_service_1.GooveeService.sendCommand(this, `color/${color.replace('#', '')}`).then((result) => {
183
183
  if (!result) {
184
184
  this.log(models_1.LogLevel.Error, 'Govee set color resulted in error');
185
185
  }