I'm creatin a map object that wi'll be blinking when the object that have more than five sensors down. I'm using the following code:
<path class="setts" style="<#if value="@status" contains="@containsred" then="" else="opacity:0" varexpand="value,contains">" d="SVG" />
It's possible to do what I want?
Add comment