20 lines
404 B
JSON
20 lines
404 B
JSON
{
|
|
"app_device": {
|
|
"status": 200,
|
|
"devices": [
|
|
{
|
|
"id": "1",
|
|
"ip": "192.168.0.1",
|
|
"name": "router",
|
|
"is_online": 1
|
|
},
|
|
{
|
|
"id": "2",
|
|
"ip": "192.168.0.2",
|
|
"name": "decoder",
|
|
"is_online": 0
|
|
}
|
|
]
|
|
}
|
|
|
|
} |