Disconnected

SetTBarPosition

New position.

Whether to release the TBar. Only set to false if you know that you will be sending another position update.

{
  "requestType": "SetTBarPosition",
  "requestData": {
    "position": 0,
    "release": false
  }
}
// No response... 
// Did you send your request?