@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
8 lines • 495 B
TypeScript
import { Labelled } from '../../../../common';
import { ChannelConfigReceivedEvent } from '../../channel-config-received.event';
import { OpenApiChannelConfiguration } from '../openapi-channel.types';
export declare class OpenAPIChannelConfigReceivedEvent extends ChannelConfigReceivedEvent<'openapi', OpenApiChannelConfiguration> implements Labelled {
label: string;
constructor(config: OpenApiChannelConfiguration);
}
//# sourceMappingURL=openapi-channel-config-received.event.d.ts.map