List transition functions
GET /api/session/sockpuppet/easingfunctions
{
"easingFunctions": [
""
]
}
Send live changes
POST /api/session/sockpuppet/live
{
"patches": [
{
"address": "",
"changes": [
{
"field": "",
"resourceValue": {
"uid": "",
"name": ""
},
"floatValue": {
"value": 0,
"duration": 0,
"easingFunction": "",
"startValue": 0,
"currentValue": 0
},
"stringValue": ""
}
]
}
]
}
{
"status": {
"code": 0,
"message": "",
"details": [
{
"type_url": "",
"value": ""
}
]
}
}
List patches
GET /api/session/sockpuppet/patches
{
"status": {
"code": 0,
"message": "",
"details": [
{
"type_url": "",
"value": ""
}
]
},
"result": [
{
"address": "",
"fields": [
{
"name": "",
"displayName": "",
"type": "",
"resourceMeta": {
"type": ""
},
"floatMeta": {
"min": 0,
"max": 0,
"defaultValue": 0,
"step": 0
},
"stringMeta": {
"options": [
""
]
},
"resourceValue": {
"uid": "",
"name": ""
},
"floatValue": {
"value": 0,
"duration": 0,
"easingFunction": "",
"startValue": 0,
"currentValue": 0
},
"stringValue": ""
}
]
}
]
}