@hangtime/grip-connect
Version:
Griptonite Motherboard, Tindeq Progressor, PitchSix Force Board, WHC-06, Entralpi, Climbro, mySmartBoard: Bluetooth API Force-Sensing strength analysis for climbers
10 lines • 652 B
TypeScript
export type { IClimbro } from "./device/climbro.interface.js";
export type { IEntralpi } from "./device/entralpi.interface.js";
export type { IForceBoard } from "./device/forceboard.interface.js";
export type { IKilterBoard } from "./device/kilterboard.interface.js";
export type { IMotherboard } from "./device/motherboard.interface.js";
export type { ImySmartBoard } from "./device/mysmartboard.interface.js";
export type { IProgressor } from "./device/progressor.interface.js";
export type { ISmartBoardPro } from "./device/smartboard-pro.interface.js";
export type { IWHC06 } from "./device/wh-c06.interface.js";
//# sourceMappingURL=index.d.ts.map