From 5a611d1db55ce07908e232e5a9afd8843bc1a59c Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 19 Sep 2017 19:06:35 +0200 Subject: Documentation format Change-Id: I4feb44fffce727419660c8ac38c77283b52c695d Signed-off-by: Romain Forlot --- docs/part-1/4-SignalComposerAPI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/part-1/4-SignalComposerAPI.md') 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. -- cgit 1.2.3-korg