diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-02-07 08:53:43 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-02-07 08:53:43 +0100 |
commit | a392191f554dce49f60b34acf40f658d9604b304 (patch) | |
tree | 82081a78a0978e19d22514118881f0340a7b0217 /docs/part-1/4-SignalComposerAPI.md | |
parent | a867920cecd7cef26e39529ba67cf70ac02baaf6 (diff) |
Update documentation
Change-Id: I878fcf9304f56e4712a733018318b0c7caf7555b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/part-1/4-SignalComposerAPI.md')
-rw-r--r-- | docs/part-1/4-SignalComposerAPI.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/part-1/4-SignalComposerAPI.md b/docs/part-1/4-SignalComposerAPI.md index 5b6af49..aedcd7c 100644 --- a/docs/part-1/4-SignalComposerAPI.md +++ b/docs/part-1/4-SignalComposerAPI.md @@ -61,11 +61,3 @@ binding, by default **last** is used: Verb **list** will output the list of defined signals. -## loadConf - -Verb **loadConf** let you add new files to be able to add new **sources** or -**signals**. - -```json -signal-composer loadConf {"file": "/path/to/your/json/file.json"} -``` |