@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 535 B
TypeScript
export declare const GoveeDeviceConfigKey = "Configuration.Govee.Device";
export declare const GoveeDeviceConfig: (() => {
deviceListUrl: string;
appDeviceTopicUrl: string;
headers: (data: import("..").OAuthData, clientType?: "0" | "1") => Record<string, string>;
}) & import("@nestjs/config").ConfigFactoryKeyHost<{
deviceListUrl: string;
appDeviceTopicUrl: string;
headers: (data: import("..").OAuthData, clientType?: "0" | "1") => Record<string, string>;
}>;
//# sourceMappingURL=govee-device.config.d.ts.map