Add data files and local tooling

This commit is contained in:
2026-01-16 22:31:47 +13:00
parent df37f15f73
commit 9f37dbbff0
39 changed files with 1359 additions and 326 deletions

17
db/group.json Normal file
View File

@@ -0,0 +1,17 @@
{
"1": {
"name": "Main Group",
"devices": [
"1",
"2",
"3"
]
},
"2": {
"name": "Accent Group",
"devices": [
"4",
"5"
]
}
}