UNPKG

@elgato-stream-deck/core

Version:

An npm module for interfacing with the Elgato Stream Deck

8 lines 312 B
export interface PropertiesService { setBrightness(percentage: number): Promise<void>; resetToLogo(): Promise<void>; getFirmwareVersion(): Promise<string>; getAllFirmwareVersions(): Promise<Record<string, string>>; getSerialNumber(): Promise<string>; } //# sourceMappingURL=interface.d.ts.map