UNPKG

ns-joycon

Version:

Extract data from connected Jon-Con of Nintendo Switch.

12 lines (10 loc) 253 B
export interface IDeviceInfo { firmwareVersion: { major: number; minor: number; }; type: string; macAddress: string; spiColorInUsed: boolean; } export type InputReportMode = 'standard-full-mode' | 'simple-hid-mode';