Hi all, since we have multiple adapters that use MQTT I created a utils class with all the code required for the configuration parameters. One of the new adapters is the NetioMQTTAdapter. The adapter itself works, but the labels are not shown in the UI.
Maybe someone knows what the problem could be? It works when I use the old labels with Labels.from. When I use the new labels with Labels.withId it does not work. I think the problem is with the alternative static properties, since it also works when I remove them from the adapter description. Please write if anyone has a hint what the problem might be. Philipp
