UNPKG

@hangtime/grip-connect

Version:

Griptonite Motherboard, Tindeq Progressor, PitchSix Force Board, WHC-06, Entralpi, Climbro, mySmartBoard: Bluetooth API Force-Sensing strength analysis for climbers

7 lines (6 loc) 291 B
import type { IDevice } from "../device.interface.js" /** * Interface representing the Smartboard Climbing SmartBoard Pro device, extending the base Device interface. */ // eslint-disable-next-line @typescript-eslint/no-empty-object-type export interface ISmartBoardPro extends IDevice {}