aboutsummaryrefslogtreecommitdiffstats
path: root/ucs2-afb/ucs_apidef.json
diff options
context:
space:
mode:
Diffstat (limited to 'ucs2-afb/ucs_apidef.json')
-rw-r--r--ucs2-afb/ucs_apidef.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucs2-afb/ucs_apidef.json b/ucs2-afb/ucs_apidef.json
index 2d9001f..24474e6 100644
--- a/ucs2-afb/ucs_apidef.json
+++ b/ucs2-afb/ucs_apidef.json
@@ -170,7 +170,7 @@
}
}
},
- "/write_i2c": {
+ "/writei2c": {
"description": "Writes I2C command to remote node.",
"get": {
"x-permissions": {
@@ -179,7 +179,7 @@
"parameters": [
{
"in": "query",
- "name": "node_address",
+ "name": "node",
"required": true,
"schema": {
"type": "integer",
@@ -188,7 +188,7 @@
},
{
"in": "query",
- "name": "i2c_data",
+ "name": "data",
"required": true,
"schema": {
"type": "array",