UNPKG

emotiv-ts

Version:

A Typescript library that wraps the Cortex API functionalities to communicate with Emotiv headsets

5 lines (4 loc) 257 B
import { CortexRequest } from "../../internal/cortex-request"; export declare class MentalCommandActiveAction extends CortexRequest { constructor(authToken: string, status: 'get' | 'set', profileName?: string, sessionId?: string, actions?: string[]); }