@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
8 lines • 307 B
TypeScript
import { Labelled } from '../../../../common';
import { Device } from '../../../devices/device';
export declare class BleRecordDeviceCommand implements Labelled {
readonly device: Device;
label: () => string;
constructor(device: Device);
}
//# sourceMappingURL=ble-record-device.command.d.ts.map