@hangtime/grip-connect-cli
Version:
CLI tool for Grip Connect devices
10 lines • 385 B
TypeScript
import { Motherboard as MotherboardBase } from "@hangtime/grip-connect";
/**
* Represents a Griptonite Motherboard device.
* {@link https://griptonite.io}
*/
export declare class Motherboard extends MotherboardBase {
download: (format?: "csv" | "json" | "xml") => Promise<void>;
protected getBluetooth(): Promise<Bluetooth>;
}
//# sourceMappingURL=motherboard.model.d.ts.map