added functionality
This commit is contained in:
25
config.json
Normal file
25
config.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user