UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

9 lines 369 B
import { DeviceId, Labelled } from '../../../../common'; import { Effect } from '../../../../data'; export declare class SetLightEffectsCommand implements Labelled { readonly deviceId: DeviceId; readonly effects: Effect[]; label: () => string; constructor(deviceId: DeviceId, effects: Effect[]); } //# sourceMappingURL=set-light-effects.command.d.ts.map