Where to store my details which can be modified in UI

Some options you could look into:

  1. You can store your configuration as properties on a certain MO and use the Asset Property Widget to show and change them in a Dashboard. Tristan explained this here recently.
  2. You can look into the Digital Twin Manager. Originally it is about managing Assets, their properties and the relationships between them. But nothing stops you from modelling your Service as “Asset Type” and define it’s configuration within the Property Library. Link
  3. Your Service could use a Device so that you can use the Text- or Filebased Configuration which is available within Device Management. Link
  4. Your Service can use Tenant Options for configuration. However, currently there is no UI available to manage them. It’s rather simple key/value pairs, so implementing a UI Plugin shouldn’t be the biggest deal I guess. API Link
6 Likes