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

In case anyone was also struggeling for hours with:

Converting the first one of the values from 0 - 1 to 0 - 100


I used this as BLL expression:

$values[0]*100


Result @ mobile tile:

signal-2023-06-16-174439_002


To convert the other values, I entered this as BLL expression (Unit):

'%\nT: ' +$values[1]*100 + '°C'

Notice the temperature now is multiplied by a 100 :wink:

Screenshot from 2023-06-16 18-40-40

5 Likes