Mabasej_Team/server/filesystem.json
Untriex Programming 506047ca5c update
2021-04-15 14:56:49 +02:00

23 lines
564 B
JSON

{
"ID": 0,
"location": "49.14178021389778,18.353783098441415",
"description": {
"title": "legionrpi",
"description_s": "krátky popis, ktorý bude zobrazený iba v náhladovom okne",
"description_l": "dlhší popis zariadenia, ktorý bude zobrazený po otvorení",
"photo_s": "test.jpg",
"photo_b": "test.png"
},
"files": [
{
"name": "test",
"format": ".jpg",
"description": "toto je jpg test file"
}, {
"name": "test2",
"format": ".txt",
"description": "toto je txt test file"
}
]
}