1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-12 19:29:30 +08:00
Mainflux.mainflux/schema/channelTemplate.json
Drasko DRASKOVIC 106c8996d4 Add schema
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2016-09-20 21:55:48 +02:00

36 lines
866 B
JSON

{
"ts" : {
"e":[
{
"n": "voltage",
"u": "V",
"v": 120.1,
"sv": "one-two",
"bv": true,
"s": 321.12,
"t": -5,
"ut": -1
},
{ "n": "current", "t": -5, "v": 1.2 },
{ "n": "current", "t": -4, "v": 1.30 },
{ "n": "current", "t": -3, "v": 0.14e1 },
{ "n": "current", "t": -2, "v": 1.5 },
{ "n": "current", "t": -1, "v": 1.6 },
{ "n": "current", "t": 0, "v": 1.7 }
],
"bn": "",
"bt": 1276020076,
"ver": 1,
"bu": "A"
},
"id": "88fce370-1c68-11e6-8610-27f9510f1a02",
"device": "9ef8de30-20dd-11e6-9e63-43ae8893b86e",
"created": "2014-09-01T10:00:00.764Z",
"updated": "2014-09-02T10:00:00.245Z",
"metadata": {}
}