feat!: new targets.json structure, add target status endpoint, move frontend to HTML file with table

BREAKING CHANGE: convert older targets.json file to new structure
This commit is contained in:
2026-02-03 00:28:19 +01:00
parent 163d995008
commit ff99caa644
4 changed files with 94 additions and 29 deletions

View File

@@ -1,4 +1,10 @@
{
"pc": "00:AA:BB:CC:DD:EE",
"server": "01:23:45:67:89:00"
"pc": {
"mac": "00:AA:BB:CC:DD:EE",
"ip": "192.168.0.1"
},
"server": {
"mac": "01:23:45:67:89:00",
"ip": "192.168.0.2"
}
}