ModeChangeAuto

Mode change from Charge to Sync is automatic.

Syntax: see Call Structure

{

"method": "cbrx_connection_get",

"params": [

connection-handle,

"ModeChangeAuto"

]

}

connection-handle is the Connection Handles as an integer.

Returns:

{

"result":auto-change

}

auto-change Description  
true Mode change from Charge to Sync is automatic.
false Mode change from Charge to Sync is manual.
Example
Copy
{
    "jsonrpc": "2.0",
    "id": 0,
    "result": true
}