UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

8 lines 293 B
import { Labelled } from '../../../../common'; import { Device } from '../../device'; export declare class DeviceDiscoveredEvent implements Labelled { readonly device: Device; label: () => string; constructor(device: Device); } //# sourceMappingURL=device-discovered.event.d.ts.map