@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
8 lines • 317 B
TypeScript
import { Labelled } from '../../../../common';
import { Device } from '../../../devices/device';
export declare class RetrieveLightEffectsCommand implements Labelled {
readonly device: Device;
label: () => string;
constructor(device: Device);
}
//# sourceMappingURL=retrieve-light-effects.command.d.ts.map