@hangtime/grip-connect-cli
Version:
CLI tool for Grip Connect devices
12 lines • 562 B
TypeScript
import { WHC06 as WHC06Base } from "@hangtime/grip-connect";
/**
* Represents a Weiheng - WH-C06 (or MAT Muscle Meter) device.
* To use this device enable: `chrome://flags/#enable-experimental-web-platform-features`.
* {@link https://googlechrome.github.io/samples/web-bluetooth/scan.html| Web Bluetooth}
* {@link https://weihengmanufacturer.com}
*/
export declare class WHC06 extends WHC06Base {
download: (format?: "csv" | "json" | "xml") => Promise<void>;
protected getBluetooth(): Promise<Bluetooth>;
}
//# sourceMappingURL=wh-c06.model.d.ts.map