From 260a5b566302f9f6676608944b615839de41d10a Mon Sep 17 00:00:00 2001 From: Stephan <31169771+Blueforcer@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:45:25 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27586534..ed6062e4 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Support our journey and enhance your Awtrix experience. Your contribution matter Get it on Google Play - + Get it on Amazon From 826aea8a30ad1306d5dd03ad3ade6a0970d7c5a4 Mon Sep 17 00:00:00 2001 From: Stephan <31169771+Blueforcer@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:51:19 +0100 Subject: [PATCH 2/2] Update api.md --- docs/api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api.md b/docs/api.md index 384f845c..f3a065ed 100644 --- a/docs/api.md +++ b/docs/api.md @@ -272,9 +272,9 @@ AWTRIX Light allows you to present text where specific fragments can be colorize } ``` -### Sending Multiple Custom Pages Simultaneously +### Sending Multiple Custom Apps Simultaneously -AWTRIX Light enables you to dispatch multiple custom pages in a single action. Instead of transmitting one custom page object, you can forward an array of objects. +AWTRIX Light enables you to dispatch multiple custom apps in a single action. Instead of transmitting one custom app object, you can forward an array of objects. **e.g. MQTT Topic:** `/custom/test` @@ -285,7 +285,7 @@ AWTRIX Light enables you to dispatch multiple custom pages in a single action. I ] ``` -**Handling of Multiple Custom Pages:** +**Handling of Multiple Custom Apps:** - **Suffix Assignment**: Internally, the app name receives a suffix, turning it into formats like `test0`, `test1`, etc. - **Updates**: You can refresh each app individually or update all of them collectively. - **Deletion**: