emotiv-ts
Version:
A Typescript library that wraps the Cortex API functionalities to communicate with Emotiv headsets
6 lines (5 loc) • 314 B
JavaScript
export var EmotivError;
(function (EmotivError) {
EmotivError["ACCESS_NOT_GRANTED"] = "You must login on CortexUI before request for grant access then rerun";
EmotivError["ACCESS_NOT_ACCEPTED"] = "You must accept access request from this app on CortexUI then rerun";
})(EmotivError || (EmotivError = {}));