Awatatah 0 Posted September 12, 2019 (edited) 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> Edited September 12, 2019 by Juan Laporte Share this post Link to post Share on other sites
MetalHead2112 43 Posted September 12, 2019 It will repeat every 60 minutes. Share this post Link to post Share on other sites
Awatatah 0 Posted September 12, 2019 @MetalHead2112 60 min from after delay or does it ignore delay? Share this post Link to post Share on other sites
MetalHead2112 43 Posted September 12, 2019 60 minutes from the end of the delay. Share this post Link to post Share on other sites