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