UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

7 lines 275 B
import { DeviceId, Labelled } from '../../../../common'; export declare class EnableBleClientCommand implements Labelled { readonly deviceIds: DeviceId[]; label: string; constructor(deviceIds: DeviceId[]); } //# sourceMappingURL=enable-ble-client.command.d.ts.map