diff --git a/examples/apis.json b/examples/apis.json index ab4498030..e3a1ff921 100644 --- a/examples/apis.json +++ b/examples/apis.json @@ -9,6 +9,19 @@ "args": ["\"16\""], "packagePath": "viam.components" }, + "button": { + "func": "push", + "packagePath": "viam.components", + "commented": true, + "hasReturn": false + }, + "genericcomponent": { + "func": "do_command", + "args": ["{}"], + "packagePath": "viam.components", + "commented": true, + "importName": "GenericComponent" + }, "camera": { "func": "get_image", "packagePath": "viam.components" @@ -82,6 +95,13 @@ "packagePath": "viam.services", "importName": "MLModelClient" }, + "genericservice": { + "func": "do_command", + "args": ["{}"], + "packagePath": "viam.services", + "commented": true, + "importName": "GenericService" + }, "slam": { "func": "get_point_cloud_map", "packagePath": "viam.services",