UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

8 lines 333 B
import { Labelled } from '../../../../common'; import { GoveeDevice } from '../../../../data'; export declare class DeviceConfigReceivedEvent implements Labelled { readonly deviceConfig: GoveeDevice; label: () => string; constructor(deviceConfig: GoveeDevice); } //# sourceMappingURL=device-config-received.event.d.ts.map