@hangtime/grip-connect-cli
Version:
CLI tool for Grip Connect devices
10 lines • 372 B
TypeScript
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