UNPKG

@blackmagic-controller/core

Version:

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

9 lines 488 B
import type { HIDDevice } from '../../hid-device.js'; import type { BlackmagicControllerLedService, BlackmagicControllerLedServiceValue } from './interface.js'; export declare class DefaultLedService implements BlackmagicControllerLedService { #private; constructor(device: HIDDevice, reportId: number, bufferSize: number); setControlColors(values: BlackmagicControllerLedServiceValue[]): Promise<void>; clearPanel(): Promise<void>; } //# sourceMappingURL=default.d.ts.map