UNPKG

@blackmagic-controller/core

Version:

An npm module for interfacing with the Blackmagic usb/bluetooth controllers

6 lines 208 B
export interface PropertiesService { getBatteryLevel(): Promise<number | null>; getFirmwareVersion(): Promise<string>; getSerialNumber(): Promise<string>; } //# sourceMappingURL=interface.d.ts.map