diff options
author | 2018-12-17 12:34:36 +0100 | |
---|---|---|
committer | 2018-12-20 15:18:36 +0100 | |
commit | 88ff9d8a47b87e10f25f263d847a68b024516999 (patch) | |
tree | 167f1a689b977ae6662fa5fc5dd5fab672fbb8ee /4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c | |
parent | 41a194862bb8c63da229192e1fe8b8feaacc08fb (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 bb637b2..e60136d 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 CtlHalDynApiStaticVerbs[] = { /* 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 }; |