UNPKG

@shuttle-lib/core

Version:

NPM package to interact with the Shuttle devices

13 lines 352 B
export declare const VENDOR_IDS: number[]; export interface Product { /** Name / Identifier of the device */ name: string; vendorId: number; productId: number; /** Which bit corresponds to a button */ buttonBits: number[]; } export declare const PRODUCTS: { [name: string]: Product; }; //# sourceMappingURL=products.d.ts.map