UNPKG

v8hd

Version:

Control interface for Roland V-8HD video switchers

10 lines 231 B
/** * Enum representing button states for toggle controls */ export declare enum ButtonState { /** Button is in OFF state */ OFF = 0, /** Button is in ON state */ ON = 1 } //# sourceMappingURL=ButtonState.d.ts.map