[APP][Pro] Advanced Virtual Device (Device Capabilities App) with Unique Text Status Indicator

I tried this: Math.round((Number($value) + 30) / 60)
But it looks like it doesn’t do anything with this

Edit: after some looking it looks like it is using Ms.
With this it works: Math.round((Number($value) / 1000 + 30) / 60)

Thanks for the help

1 Like