diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-02 09:04:07 +0200 |
---|---|---|
committer | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-02 09:04:07 +0200 |
commit | 6728ba8c4aec286f57cf3b0ce01b966dae544bbc (patch) | |
tree | fe3adbef443fe6d75cae41955d11933aafb63d17 /ucs2-afb/ucs_apidef.json | |
parent | a3f6197178cd216799e2fd795f294ef8ac23fb8f (diff) |
cleanup of API i2cwrite
Diffstat (limited to 'ucs2-afb/ucs_apidef.json')
-rw-r--r-- | ucs2-afb/ucs_apidef.json | 6 |
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", |