26 lines
449 B
JSON
26 lines
449 B
JSON
{
|
|
"devices": [
|
|
{
|
|
"name": "UniFi Dream Machine Pro",
|
|
"ip": "192.168.1.1",
|
|
"type": "router"
|
|
},
|
|
{
|
|
"name": "UniFi Switch 24 PoE",
|
|
"ip": "192.168.1.2",
|
|
"type": "switch"
|
|
},
|
|
{
|
|
"name": "AP Living Room",
|
|
"ip": "192.168.1.10",
|
|
"type": "access_point"
|
|
},
|
|
{
|
|
"name": "AP Office",
|
|
"ip": "192.168.1.11",
|
|
"type": "access_point"
|
|
}
|
|
],
|
|
"check_interval": 30
|
|
}
|