Device List - color by parameter sent

Device List - color by parameter sent

@Vincent Raaijmakers

Hi, I’m using a device list widget displaying configuration parameters.

Is there a way to use a color condition in the list based on the Read flag?

account.devices.paramSet(device_id, { …battery_alert, sent: true });
image

There is not an condition check in here that can be used, I think:


image

Any help would be appreciated!

Vincent