[APP][Pro] Device Capabilities - Enhance the capabilities of devices

I am running into the strange issue in the settings/repair screen of some advanced virtual devices. For some fields, when the value is a reflection of a BLL variable, the selected/displayed BLL variable changes to another BLL variable, though the actually used variable is the correct one. This occurs both in text based and boolean based fields.

As an example. The virtual device contains a text field called ‘Status’. The value of this Status field is based on BLL variable ‘bllWTWStatus’, which is a string.

When I select that BLL variable from the list of BLL variables the settings screen shows the correct selected item. However, after I save the settings (Save device button), the selected item is changed to another BLL variable: ‘bllWTWKoelen’ in this example, which is a boolean.

Also if I close the settings/repair screen and open it again, the indicated BLL variable name is the incorrect one (‘bllWTWKoelen’ instead of ‘bllWTWStatus’).

The strange thing is however, that the Status field is actually populated based on the correct BLL-variable: ‘bllWTWStatus’.

So there seems to be a glicht in the user interface of the settings/repair screen.

I have already tried to restart both the Device Capabilities and BLL apps, as well as my Homey Pro 2023, to no avail.