UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

7 lines 274 B
import { IoTChannelService } from './iot-channel.service'; export declare class IoTChannelController { private readonly service; constructor(service: IoTChannelService); setIoTConfig(enabled: boolean): void; } //# sourceMappingURL=iot-channel.controller.d.ts.map