diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-12-17 12:34:36 +0100 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-12-20 11:10:17 +0100 |
commit | ecb03929df1b66e0d41771e49f3f810d4bcdffba (patch) | |
tree | fb976ef36fd340420e5e38267c2fb2c6fdfd5bd6 /4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c | |
parent | f741fc82145c57c8dd1e483d9ab26ef2b4a92206 (diff) |
Add 'halmap' controls in hal 'info' verb response
Add 'halmap' controls verbs (specified in json configuration file)
in the response of verb 'info'.
Bug-AGL: SPEC-1313
Change-Id: I4e7ec5c3d23fd505da1eb233c1da63708024912d
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c')
-rw-r--r-- | 4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c index 0c2a95d..390431e 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c @@ -61,7 +61,7 @@ static CtlSectionT ctrlSectionsDefault[] = static AFB_ApiVerbs CtlHalApiStaticVerbs[] = { /* VERB'S NAME FUNCTION TO CALL SHORT DESCRIPTION */ - { .verb = "info", .callback = HalCtlsInfo, .info = "List available streams/playbacks/captures... for this api" }, + { .verb = "info", .callback = HalCtlsInfo, .info = "List available streams/playbacks/captures/controls for this api" }, { .verb = NULL } // Marker for end of the array }; |