UNPKG

@elgato-stream-deck/tcp

Version:

An npm module for interfacing with select Elgato Stream Deck devices in node over tcp

3 lines 238 B
import { type StreamDeckTcpChildDeviceInfo } from '@elgato-stream-deck/core'; export declare function parseDevice2Info(device2Info: Uint8Array): Omit<StreamDeckTcpChildDeviceInfo, 'model'> | null; //# sourceMappingURL=device2Info.d.ts.map