init commit

This commit is contained in:
2025-10-26 17:24:37 +02:00
commit 9e94e93f12
9 changed files with 605 additions and 0 deletions

29
config.json Normal file
View File

@@ -0,0 +1,29 @@
{
"devices": [
{
"host": "192.168.1.20",
"username": "watcher",
"password": "watcher"
},
{
"host": "192.168.1.21",
"username": "watcher",
"password": "watcher"
},
{
"host": "192.168.1.22",
"username": "watcher",
"password": "watcher"
},
{
"host": "192.168.1.23",
"username": "watcher",
"password": "watcher"
},
{
"host": "192.168.1.24",
"username": "watcher",
"password": "watcher"
}
]
}