@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
17 lines • 587 B
TypeScript
import { FactoryProvider } from '@nestjs/common';
export declare const UltimateGoveeConfig = "Configuration.Ultimate-Govee";
export type UltimateGoveeConfig = {
username?: string;
password?: string;
apikey?: string;
refreshMargin?: number;
connections?: {
iot?: boolean;
ble?: boolean;
openApi?: boolean;
};
storageDirectory?: string;
};
export declare const InjectGoveeConfig: PropertyDecorator & ParameterDecorator;
export declare const UltimateGoveeConfiguration: FactoryProvider;
//# sourceMappingURL=ultimate-govee.config.d.ts.map