UNPKG

streamdeck-typescript

Version:

This library will help you build elgato stream deck plugins in typescript

30 lines (29 loc) 522 B
export declare enum DeviceType { StreamDeck = 0, StreamDeckMini = 1, StreamDeckXL = 2, StreamDeckMobile = 3, CorsairGKeys = 4, StreamDeckPedal = 5, CorsairVoyager = 6, StreamDeckPlus = 7 } export declare enum TargetType { BOTH = 0, HARDWARE = 1, SOFTWARE = 2 } export declare enum StateType { ON = 0, OFF = 1 } export declare enum EventType { ALL = 0, PI = 1, PLUGIN = 2, NONE = 3 } export declare enum ControllerType { Keypad = 0, Encoder = 1 }