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