Interaction-without-Interac.../server/clients.json

26 lines
336 B
JSON
Raw Normal View History

[
{
"id": 0,
"label": "name1",
2019-06-10 11:54:58 +00:00
"ip": "",
"status": false,
2019-06-27 19:01:30 +00:00
"x":0.3,
"y":0.25
},
{
"id": 1,
"label": "name2",
2019-06-10 11:54:58 +00:00
"ip": "http://127.0.0.1:81",
"status": false,
2019-06-27 19:01:30 +00:00
"x":0.48,
"y":0.4
},
{
"id": 2,
"label": "name3",
2019-06-10 11:54:58 +00:00
"ip": "",
"status": false,
2019-06-27 19:01:30 +00:00
"x":0.38,
"y":0.9
}
]