diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-08 11:27:52 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:52:51 +0200 |
commit | b19cb71cd6ab5f40d7cfcb2ee8f06b591b15966f (patch) | |
tree | 7f8c83a5de69b27a1375152d9dc80262785e2bd8 /4a-hal/4a-hal-controllers | |
parent | e77cae72ecebe7a92ca3a6fe4e3cbc72bc539146 (diff) |
Change a comment about what to list
Change a comment about what to provide when list verb is called.
Add 'playback' and 'capture' to response.
Change-Id: I2b663d9a83b18f870dbd7b23be4ef8f41664e25f
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/4a-hal-controllers')
-rw-r--r-- | 4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c index 0da335a..e3d0744 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c @@ -213,7 +213,7 @@ void HalCtlsListVerbs(AFB_ReqT request) json_object_array_add(streamsArray, currentStream); } - // TODO JAI : Check if there is some halmap config controls and add them to the reponse + // TODO JAI : Add playback and capture with their card id to the response wrap_json_pack(&requestAnswer, "{s:o}", "streams", streamsArray); |