UNPKG

@elgato-stream-deck/tcp

Version:

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

6 lines 315 B
import type { HIDDevice, StreamDeckTcpChildDeviceInfo } from '@elgato-stream-deck/core'; export interface TcpHidDevice extends HIDDevice { readonly isPrimary: boolean; set onChildInfoChange(cb: ((info: Omit<StreamDeckTcpChildDeviceInfo, 'model'> | null) => void) | null); } //# sourceMappingURL=api.d.ts.map