@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
16 lines • 551 B
TypeScript
export declare const GoveeEffectConfig: (() => {
deviceEffectUrl: string;
sceneUrl: string;
headers: ({ clientId, clientType, }: {
clientId: string;
clientType?: "0" | "1" | undefined;
}) => Record<string, string>;
}) & import("@nestjs/config").ConfigFactoryKeyHost<{
deviceEffectUrl: string;
sceneUrl: string;
headers: ({ clientId, clientType, }: {
clientId: string;
clientType?: "0" | "1" | undefined;
}) => Record<string, string>;
}>;
//# sourceMappingURL=govee-effect.config.d.ts.map