@hangtime/grip-connect
Version:
Griptonite Motherboard, Tindeq Progressor, PitchSix Force Board, WHC-06, Entralpi, Climbro, mySmartBoard: Bluetooth API Force-Sensing strength analysis for climbers
19 lines • 604 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.mySmartBoard = void 0;
const device_model_js_1 = require("../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}
*/
class mySmartBoard extends device_model_js_1.Device {
constructor() {
super({
filters: [{ name: "mySmartBoard" }],
services: [],
});
}
}
exports.mySmartBoard = mySmartBoard;
//# sourceMappingURL=mysmartboard.model.js.map