UNPKG

emotiv-ts

Version:

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

7 lines (6 loc) 139 B
export enum Emotiv { JSON_RPC_VERSION = "2.0", // Session Statuses SESSION_ACTIVE = "active", SESSION_CLOSED = "close" }