Hi, I'm implementing triPOS Cloud and would like to set the idle message (specifically on the IPP320) to something related to our company.
I'm calling "cloudapi/v1/lanes/{laneId}/profiles/idle" and am able to set a message.
However, the formatting on the device screen is not what I want it to be. Is there a way to pass in to the idle message that you want a line break?
Example (what I want):
My company name
Credit Card Payments
Lane 42
Example (what I'm getting):
My company name Credit
Card Payments Lane
42
Does that make sense?
Thanks!
You should be able to insert blank spaces in between the words where you want a line break; eventually the next word will be pushed to the next line. In your example, it seems like just entering enough spaces between "name" and "Credit" to get "Credit" pushed to the next line would make everything else line up the way you want, but possibly not. There may be a bit of trial-and-error to get things exactly the way you want them to look, but adding blank spaces at desired line-break spots is the key to what you want to do.