1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-12 19:29:30 +08:00
Mainflux.mainflux/models/deviceTemplate.json

19 lines
492 B
JSON
Raw Normal View History

{
"id": "88fce370-1c68-11e6-8610-27f9510f1a02",
"name": "Some Device",
"description": "Longer description for Some Device",
"visibility": "private",
"status": "enabled",
"tags": [ "lorem", "ipsum" ],
"location": {
"name": "Storage Room",
"latitude": -37.9788423562422,
"longitude": -57.5478776916862,
"elevation": 5
},
"created": "2014-09-01T10:00:00.764Z",
"updated": "2014-09-02T10:00:00.245Z",
"metadata": {}
}