@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
12 lines • 433 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SetLightEffectsCommand = void 0;
class SetLightEffectsCommand {
constructor(deviceId, effects) {
this.deviceId = deviceId;
this.effects = effects;
this.label = () => `Set Effects for ${this.deviceId}`;
}
}
exports.SetLightEffectsCommand = SetLightEffectsCommand;
//# sourceMappingURL=set-light-effects.command.js.map