UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

8 lines 343 B
import { Labelled } from '../../../../common'; import { BleChannelConfig } from '../ble-channel.types'; export declare class BleChannelConfigReceivedEvent implements Labelled { readonly config: BleChannelConfig; label: string; constructor(config: BleChannelConfig); } //# sourceMappingURL=ble-channel-config-received.event.d.ts.map