@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
7 lines • 311 B
TypeScript
import { OpenApiChannelService } from './openapi-channel.service';
export declare class OpenAPIChannelController {
private readonly service;
constructor(service: OpenApiChannelService);
setIoTConfig(enabled: boolean, apiKey?: string): void;
}
//# sourceMappingURL=openapi-channel.controller.d.ts.map