From 98d99d999ad4cb0546fab9aafec0c60563edcca3 Mon Sep 17 00:00:00 2001 From: Gerrit <50664698+Gerrit-KMeier@users.noreply.github.com> Date: Sun, 17 Sep 2023 15:51:09 +0200 Subject: [PATCH] Update api.md Minor addition in "text" property --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 20b0f438..7b9aa3fd 100644 --- a/docs/api.md +++ b/docs/api.md @@ -162,7 +162,7 @@ Below are the properties you can utilize in the JSON object. **All keys are opti | Key | Type | Description | Default | Custom App | Notification | | --- | ---- | ----------- | ------- | ------- | ------- | -| `text` | string | The text to display. | N/A | X | X | +| `text` | string | The text to display. Keep in mind the font does not have a fixed size and `I` uses less space than `W`. This facts affects when text will start scrolling | N/A | X | X | | `textCase` | integer | Changes the Uppercase setting. 0=global setting, 1=forces uppercase; 2=shows as it sent. | 0 | X | X | | `topText` | boolean | Draw the text on top. | false | X | X | | `textOffset` | integer | Sets an offset for the x position of a starting text. | 0 | X | X |