Skip to content

Commit a475a78

Browse files
authored
RSDK-10680 - support commented code samples (#572)
1 parent 476964b commit a475a78

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

codesamples/apis.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,30 @@
2525
"packagePath": "@viamrobotics/sdk",
2626
"packageName": "VIAM"
2727
},
28+
"button": {
29+
"importName": "ButtonClient",
30+
"func": "push",
31+
"packagePath": "@viamrobotics/sdk",
32+
"packageName": "VIAM",
33+
"hasReturn": false,
34+
"commented": true
35+
},
36+
"genericservice": {
37+
"importName": "GenericServiceClient",
38+
"func": "doCommand",
39+
"args": ["{}"],
40+
"packagePath": "@viamrobotics/sdk",
41+
"packageName": "VIAM",
42+
"commented": true
43+
},
44+
"genericcomponent": {
45+
"importName": "GenericComponentClient",
46+
"func": "doCommand",
47+
"args": ["{}"],
48+
"packagePath": "@viamrobotics/sdk",
49+
"packageName": "VIAM",
50+
"commented": true
51+
},
2852
"camera": {
2953
"importName": "CameraClient",
3054
"func": "getImage",

0 commit comments

Comments
 (0)