Skip to content

Commit

Permalink
Update docs/usermanual.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fermín Galán Márquez <fgalan@users.noreply.github.com>
  • Loading branch information
AlvaroVega and fgalan authored Nov 13, 2023
1 parent 3e55a47 commit ecdaebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usermanual.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ hello

then the resulting attribute sent to ContextBroker:

{ ... "attrHex": { "value": "68656c6c6f" "type": "<the one used at provisiong time for attrHex attribute>" } }
{ ... "attrHex": { "value": "68656c6c6f", "type": "<the one used at provisiong time for attrHex attribute>" } }

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
Expand Down

0 comments on commit ecdaebf

Please sign in to comment.