diff options
author | tjahnk <tjahnk@users.noreply.github.com> | 2017-08-02 09:13:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 09:13:50 +0200 |
commit | c69b4176bc56eef84a78e9160ba7516b8c7cc9d7 (patch) | |
tree | fe3adbef443fe6d75cae41955d11933aafb63d17 /ucs2-afb/ucs_apidef.json | |
parent | a3f6197178cd216799e2fd795f294ef8ac23fb8f (diff) | |
parent | 6728ba8c4aec286f57cf3b0ce01b966dae544bbc (diff) |
Merge pull request #17 from tjahnk/i2cwrite_cleanup
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", |