@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RetrieveLightEffectsCommand = void 0;
class RetrieveLightEffectsCommand {
constructor(device) {
this.device = device;
this.label = () => `Retrieve Light Effects for ${this.device.name}`;
}
}
exports.RetrieveLightEffectsCommand = RetrieveLightEffectsCommand;
//# sourceMappingURL=retrieve-light-effects.command.js.map