UNPKG

@elgato-stream-deck/core

Version:

An npm module for interfacing with the Elgato Stream Deck

12 lines 505 B
import type { HIDDevice } from '../../hid-device.js'; import type { PropertiesService } from './interface.js'; export declare class Gen1PropertiesService implements PropertiesService { #private; constructor(device: HIDDevice); setBrightness(percentage: number): Promise<void>; resetToLogo(): Promise<void>; getFirmwareVersion(): Promise<string>; getAllFirmwareVersions(): Promise<Record<string, string>>; getSerialNumber(): Promise<string>; } //# sourceMappingURL=gen1.d.ts.map