diff options
-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); |