diff options
Diffstat (limited to 'ucs2-afb/ucs_apidef.h')
-rw-r--r-- | ucs2-afb/ucs_apidef.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ucs2-afb/ucs_apidef.h b/ucs2-afb/ucs_apidef.h index f1b0c13..d32a6dc 100644 --- a/ucs2-afb/ucs_apidef.h +++ b/ucs2-afb/ucs_apidef.h @@ -40,14 +40,14 @@ static const char _afb_description_v2_UNICENS[] = "\":{\"$ref\":\"#/components/responses/200\"}}}},\"/monitor\":{\"descript" "ion\":\"Subscribe to Unicens Event.\",\"get\":{\"x-permissions\":{\"$ref" "\":\"#/components/x-permissions/monitor\"},\"responses\":{\"200\":{\"$re" - "f\":\"#/components/responses/200\"}}}},\"/write_i2c\":{\"description\":\"" + "f\":\"#/components/responses/200\"}}}},\"/writei2c\":{\"description\":\"" "Writes I2C command to remote node.\",\"get\":{\"x-permissions\":{\"$ref\"" ":\"#/components/x-permissions/monitor\"},\"parameters\":[{\"in\":\"query" - "\",\"name\":\"node_address\",\"required\":true,\"schema\":{\"type\":\"in" - "teger\",\"format\":\"int32\"}},{\"in\":\"query\",\"name\":\"i2c_data\",\"" - "required\":true,\"schema\":{\"type\":\"array\",\"format\":\"int32\"},\"s" - "tyle\":\"simple\"}],\"responses\":{\"200\":{\"$ref\":\"#/components/resp" - "onses/200\"}}}}}}" + "\",\"name\":\"node\",\"required\":true,\"schema\":{\"type\":\"integer\"," + "\"format\":\"int32\"}},{\"in\":\"query\",\"name\":\"data\",\"required\":" + "true,\"schema\":{\"type\":\"array\",\"format\":\"int32\"},\"style\":\"si" + "mple\"}],\"responses\":{\"200\":{\"$ref\":\"#/components/responses/200\"" + "}}}}}}" ; static const struct afb_auth _afb_auths_v2_UNICENS[] = { @@ -59,7 +59,7 @@ static const struct afb_auth _afb_auths_v2_UNICENS[] = { void ucs2_initialise(struct afb_req req); void ucs2_volume(struct afb_req req); void ucs2_monitor(struct afb_req req); - void ucs2_write_i2c(struct afb_req req); + void ucs2_writei2c(struct afb_req req); static const struct afb_verb_v2 _afb_verbs_v2_UNICENS[] = { { @@ -91,8 +91,8 @@ static const struct afb_verb_v2 _afb_verbs_v2_UNICENS[] = { .session = AFB_SESSION_NONE_V2 }, { - .verb = "write_i2c", - .callback = ucs2_write_i2c, + .verb = "writei2c", + .callback = ucs2_writei2c, .auth = &_afb_auths_v2_UNICENS[1], .info = NULL, .session = AFB_SESSION_NONE_V2 |