UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

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