diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-09-19 19:06:35 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 11:00:25 +0100 |
commit | 5a611d1db55ce07908e232e5a9afd8843bc1a59c (patch) | |
tree | b1450a9b166a98593975bd31388f17392bb63104 /docs/part-1/4-SignalComposerAPI.md | |
parent | c415c90d476da982876837f1dd496c8f4f4d91e7 (diff) |
Documentation format
Change-Id: I4feb44fffce727419660c8ac38c77283b52c695d
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/part-1/4-SignalComposerAPI.md b/docs/part-1/4-SignalComposerAPI.md index 6e53800..00dbae4 100644 --- a/docs/part-1/4-SignalComposerAPI.md +++ b/docs/part-1/4-SignalComposerAPI.md @@ -11,8 +11,8 @@ signal-composer get {"signal": "vehicle_speed", "options": {"maximum": 10}} signal-composer get {"signal": "vehicle_speed"} ``` -You apply apply some simple mathematical function by default present in the binding -, by default **last** is used: +You apply apply some simple mathematical function by default present in the +binding, by default **last** is used: - **average**: make an average on X latest seconds. - **minimum**: return the minimum value found in the X latest seconds. |