getTrainingTime
Parameters
Result
Examples
{
"id": 1,
"jsonrpc": "2.0",
"method": "getTrainingTime",
"params": {
"cortexToken": "xxx",
"detection": "mentalCommand",
"session": "xxx"
}
}{
"id": 1,
"jsonrpc": "2.0",
"result": {
"time": 8,
"detection": "mentalCommand"
}
}Last updated