feature: custom device models

This commit is contained in:
Gary Sharp
2025-07-11 12:55:50 +10:00
parent 3f1fa3d7de
commit 54a578f4a1
21 changed files with 1225 additions and 514 deletions
@@ -9,6 +9,9 @@
[ClaimDetails("Configure Device Model Components", "Can configure device model components")]
public bool ConfigureComponents { get; set; }
[ClaimDetails("Create Custom Device Models", "Can create custom device models")]
public bool CreateCustom { get; set; }
[ClaimDetails("Delete Device Models", "Can delete device models")]
public bool Delete { get; set; }