Hi,
I'm trying to add the following line below inside my lockdown template but unfortunately it seems like I can't get the status of the agent:
<!-- Device info -->
<table cellpadding="2"cellspacing="2" width="95%" height="15%" align="center" valign="middle" ;>
<col width="45%">
<tr>
<td align="center" valign="Middle"><strong><FONT size="4" color="#21E118" face="Calibri">Status: %AgentOnline%
<p>IP: %IP%</p></FONT></td>
<td align="center" valign="Middle" ><strong><FONT size="4" color="18AFE1" face="Calibri">IMEI: %IMEI%</FONT></td>
All informations are displayed correctly like IMEI, IP adress except the Agent Online status.
This field is mentionned on device details.
Thanks