UNPKG

@hangtime/grip-connect-cli

Version:
11 lines 490 B
import { SmartBoardPro as SmartBoardProBase } from "@hangtime/grip-connect"; /** * Represents a Smartboard Climbing SmartBoard Pro device. * TODO: Figure out services, do you own a SmartBoard Pro? Help us! * {@link https://www.smartboard-climbing.com} */ export declare class SmartBoardPro extends SmartBoardProBase { download: (format?: "csv" | "json" | "xml") => Promise<void>; protected getBluetooth(): Promise<Bluetooth>; } //# sourceMappingURL=smartboard-pro.model.d.ts.map