If I have the below message, I understand it will ONCONNECT, WAIT 25 mins before displaying but, I do not understand the REPEAT - Is it repeat every 60 mins? or 60th min of the hour? or repeat 60 times? or WAIT 25 mins for FIRST message with 60 min counter already started then repeat every 60 mins? or will the 60min counter start after the 25 min WAIT? I'm trying to prevent multiple messages displaying at the same time
The documentation is not very granular...
<message>
<delay>25</delay>
<repeat>60</repeat>
<onconnect>1</onconnect>
<text>TEST MESSAGE</text>
</message>