From 3e55a47f23670375ddefe34f133134a2425055c1 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 13 Nov 2023 13:25:43 +0100 Subject: [PATCH] Update docs/usermanual.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fermín Galán Márquez --- docs/usermanual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usermanual.md b/docs/usermanual.md index 421739ea..fe31e97c 100644 --- a/docs/usermanual.md +++ b/docs/usermanual.md @@ -98,7 +98,7 @@ hello then the resulting attribute sent to ContextBroker: -{ ... "attrHex": { "value": "68656c6c6f" "type": "" } } +{ ... "attrHex": { "value": "68656c6c6f", "type": "" } } Note that every group of 2 character (I.E, the first group, `68`) corresponds to a single ASCII character or byte received in the payload (in this case, the value `0x68` corresponds to `h` in ASCII). You can use one of the multiple