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

15 lines 436 B
import { Device } from "../device.model.js"; /** * Represents a Smartboard Climbing mySmartBoard device. * TODO: Add services, do you own a mySmartBoard? Help us! * {@link https://www.smartboard-climbing.com} */ export class mySmartBoard extends Device { constructor() { super({ filters: [{ name: "mySmartBoard" }], services: [], }); } } //# sourceMappingURL=mysmartboard.model.js.map