@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
9 lines • 513 B
TypeScript
import { IoTChannelConfigReceivedEvent } from '../events/iot-channel-config-received.event';
import { IEventHandler } from '@nestjs/cqrs';
import { IoTChannelService } from '../iot-channel.service';
export declare class IoTChannelConfigReceivedEventHandler implements IEventHandler<IoTChannelConfigReceivedEvent> {
private readonly service;
constructor(service: IoTChannelService);
handle(event: IoTChannelConfigReceivedEvent): void;
}
//# sourceMappingURL=iot-channel-config-received.handler.d.ts.map