added functionality

This commit is contained in:
2025-01-04 01:42:16 -05:00
parent 5173302eb4
commit 7b70f4a980
5 changed files with 83 additions and 35 deletions

25
config.json Normal file
View 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
}