UNPKG

@hangtime/grip-connect-cli

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