The configMapping API manages EEGchannel mapping configurations for a EPOC Flex headset. This API allows you to create, get, read, update and delete mapping configurations.
To connect to an EPOC Flex headset, you must input a specific EEG channel mapping or the name of an existing mapping for the current Emotiv user.
Parameters
Name
Type
Required
Description
cortexToken
string
Yes
A valid Cortex token from a successful authentication.
status
string
Yes
Action to perform: create, get, read, update, or delete.
uuid
string
No
Unique ID of a mapping configuration (required for read, delete).
name
string
No
Name of the configuration (required for create ).
mappings
object
No
Key-value pairs define EEG sensor mapping (required for create; optional for update). More details are available here.
Status create
Create a new sensor mapping for EPOC Flex. The configuration will be added to list EEG sensor mapping configuration of current emotiv user, can be synced to other machine.
Requires: cortexToken, status="create", name, and mappings.