UNPKG

@hangtime/grip-connect-cli

Version:
7 lines 201 B
/** * Device definition for the WH-C06 scale. */ import type { DeviceDefinition } from "../types.js"; declare const whc06: DeviceDefinition; export default whc06; //# sourceMappingURL=wh-c06.d.ts.map