More info
For exemple, I want traffic In, and Traffic Out, I know how to get the last value of a sensor, but I need to get for exemple:
TrafficIN
LastValue(Of traffic In)
TrafficOUT
LastValue (of traffic Out)
i'm using this one
- <!--Status Icons: Last Value (On White)-->
- <div class="map_object map_icon mapicon_status_white" id="<@itemid>" objectid="<@objectid>" subid="
- <@subid>" style="<#mapobject type="topleftcoordinates" subid="<@subid>" mode="<@editmode>">">
- <#mapobject type="objectgrip" mode="<@editmode>">
- <#mapobject type="htmlbefore" subid="<@subid>">
- <#checkobjecttype objecttype="sensor" nicemessage="true" id="<@objectid>">
- <span class="label">
- <#objectstatus name="trafficin" id="<@objectid>">
- <#objectstatus name="lastvalue" id="<@objectid>">
- </span>
- <#mapobject type="htmlafter" subid="<@subid>">
- </div>
(I quoted to avoid issue posting)
But it's on the same line, and it show: Not found, and the valor of the last value( working well)
thanks
best
Matthieu
Add comment