SenML
Introduction on the SenML data representation
Introduction
[
{"bn": "urn:dev:DEVEUI:0123456789ABCDEF:", "bt": 1.58565075E9,
"n": "temperature", "v": 20.5, "u": "Cel"},
{"n": "batteryVoltage", "v": 3.6, "u": "V", "t": 10},
{"n": "active", "vb": true},
{"n": "modus", "vs": "Active"},
{"n": "image", "vd": "aGFsbG9vb29vISE="}
]Attributes
Base values
Base name - bn - required in pack
Base time - bt - optional in pack
Name - n - required in record
Unit - u - optional in record
Time - t - optional in record
Number value - v - required in number record
Boolean value - vb - required in boolean record
String value - vs - required in string record
Data value - vd - required in data record
And more...
Client libraries
ThingsML, a SenML extension with extra compression
Last updated
Was this helpful?

