UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

7 lines 262 B
import { DeviceId, Labelled } from '../../../../common'; export declare class GetDeviceQuery implements Labelled { readonly deviceId: DeviceId[]; label: () => string; constructor(deviceId: DeviceId[]); } //# sourceMappingURL=get-device.query.d.ts.map