@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
8 lines • 335 B
TypeScript
import { BleChannelService } from './ble-channel.service';
export declare class BleChannelController {
private readonly service;
private readonly logger;
constructor(service: BleChannelService);
setBleConfig(query: Record<string, unknown>, enabled: boolean): void;
}
//# sourceMappingURL=ble-channel.controller.d.ts.map