Icon colour green/red by ign status not connection status

Krustya year 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 Tananaeva year ago

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

ignition ? "positive" : "negative"
gLeWa year 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 Tananaeva year ago

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

gLeWa year ago

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