dualsense-ts
Version:
The natural interface for your DualSense and DualSense Access controllers, with Typescript
11 lines • 365 B
TypeScript
/** Controls the white status LED on the Access controller */
export declare class AccessStatusLed {
private _on;
/** Get the current state */
get on(): boolean;
/** Set the status LED on or off */
set(on: boolean): void;
/** Returns a string key for change detection */
toKey(): string;
}
//# sourceMappingURL=access_status_led.d.ts.map