|  Developer
Updated on May 17, 2022

update_object_list

Connection type:

  • Update detectable objects dictionary

NOTE: Empty list will remove all objects

Edit
Field Type Required Description
objects JsonArray + List of detectable objects
objects.object_id string + Object ID
objects.object_name string + Object name
Edit
Edit
{
"id": "id",
"method": "update_object_list",
"params": {
  "objects": [
    {
      "object_id": "object1",
      "object_name": "objectName1"
    },
    {
      "object_id": "object2",
      "object_name": "objectName2"
    }
  ]
}
JSON
Edit