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