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 243 B
import type { IDevice } from "../device.interface.js"; /** * Interface representing the Weiheng WH-C06 device, extending the base Device interface. */ export interface IWHC06 extends IDevice { } //# sourceMappingURL=wh-c06.interface.d.ts.map