UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 443 B
export declare const GoveeDiyConfig: (() => { deviceDiyUrl: string; oneClicksUrl: string; headers: (data: import("..").OAuthData, clientType?: "0" | "1") => Record<string, string>; }) & import("@nestjs/config").ConfigFactoryKeyHost<{ deviceDiyUrl: string; oneClicksUrl: string; headers: (data: import("..").OAuthData, clientType?: "0" | "1") => Record<string, string>; }>; //# sourceMappingURL=govee-diy.config.d.ts.map