diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-21 16:04:25 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:53:53 +0200 |
commit | 16277b3b7960eab843ffd00a961d3d2d21ecd425 (patch) | |
tree | e25b167efc8b2a09e6dbcfa987f5e71bcfe36847 /README.md | |
parent | 51dff31e2c0183458a4ed53c06b02625529cc3e4 (diff) |
Improve hal list response from hal-manager
Improve 'loaded' verb response from hal-manager by only sending back the
hal with the 'READY' status.
Also add two boolean options to this verb call :
- 'verbose' option to get all information of the hal.
- 'all' option to get all hal and not just the 'READY' ones.
Change-Id: I23d3d8ab75b429b2938249d10adbb67073eff259
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -173,15 +173,15 @@ Connect to your 4a binder using afb-client-demo afb-client-demo ws://localhost:1234/api?token= ``` -### List the loaded hal +### List the ready hal -In the connected client, try to list the loaded hal: +In the connected client, try to list the ready hal: ```4a-hal-manager loaded``` And now with more information: -```4a-hal-manager loaded { "verbose" : 1 }``` +```4a-hal-manager loaded { "verbose" : true }``` ### Play with an 'internal' hal (described in a json configuration file) |