Commit 8: Plugin-System (Scanner erweitern, Geräte importieren, Icons)

This commit is contained in:
2026-07-19 10:14:43 +02:00
parent 6a7eb3dfe5
commit 986de50963
20 changed files with 517 additions and 20 deletions

View File

@@ -7,6 +7,7 @@ export const deviceSourceValues = [
"https",
"portscan",
"manual",
"plugin",
] as const;
export const DeviceSourceSchema = z.enum(deviceSourceValues);