Add motherboard asset model and repository; hide specific properties in overview

This commit is contained in:
2025-06-08 14:59:08 +02:00
parent c8829c5f7c
commit 5a480faca0
6 changed files with 155 additions and 3 deletions
@@ -34,4 +34,8 @@ public class RamAsset implements Asset
@Property("Type")
@InputList
private String type;
@Description("The speed of the memory in MHz.")
@Property("Speed")
private Long speed;
}