Icon colour green/red by ign status not connection status

Krusty2 years ago

Hi,
Is this possible? If so how
Also, in reports how do i only show Ignition on/off and not the connection status?

Thanks :)

Anton Tananaev2 years ago

You can create a "Color" computed attribute with an expression like this:

ignition ? "positive" : "negative"
gLeW2 years ago

Hi Anton work great on the icons on the maps.
are any way to also change he icons on the list between red and green??

https://prnt.sc/e6oRknqVHbt6

Anton Tananaev2 years ago

Do you mean the color of the ignition icon? It's not customizable, but you can always change it in the code.

gLeW2 years ago

Thanks, Anton, i try to search online, but im not programmer.
Thanks