UNPKG

@hangtime/grip-connect-cli

Version:
10 lines 372 B
import { Progressor as ProgressorBase } from "@hangtime/grip-connect"; /** * Represents a Tindeq Progressor device. * {@link https://tindeq.com} */ export declare class Progressor extends ProgressorBase { download: (format?: "csv" | "json" | "xml") => Promise<void>; protected getBluetooth(): Promise<Bluetooth>; } //# sourceMappingURL=progressor.model.d.ts.map