Category
Categorizes items of the same kind (E.g. all CPU related metrics)
Properties
Property | Type | Description |
---|---|---|
Id | string | The id |
Label | string | The textual label |
Description | string? | An optional textual description |
Icon | string? | An optional icon id (registered Icon) |
SubCategories | IEnumerable<Category>? | Optional sub categories |
CoreCategory
Certain common categories are already provided by the SDK and automatically registered by the MoBro data service.
These categories are already well-defined with the appropriate label, description, currency symbol and translations
for all currently supported languages by MoBro.
tip
Prefer using core categories over custom categories wherever applicable as this allows for metric categorization across all plugins
Category | Description |
---|---|
Miscellaneous | Everything that doesn't really fit a category |
Battery | Battery related items (capacity,...) |
Cpu | CPU (processor) related items (load, temperature,...) |
Gpu | GPU (graphics card) related items (load, temperature,...) |
Mainboard | Mainboard related items (voltage, temperature,...) |
Network | Network related items (e.g. NICs, download speed,...) |
Ram | RAM (memory) related items (usage, available,...) |
Storage | Storage related items (SSDs, HDDs,...) |
System | System related items (operating system, user,...) |
Fan | Fan related items (fan speed,...) |
Weather | Weather related items (current temperature, weather icon,...) |
Media | Media related items (currently playing media item, music controls,...) |
Audio | Audio related items (volume,...) |
Program | Items related to a specific program |
Game | Items related to a specific game |