Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer committed Feb 21, 2024
2 parents a2134bd + 826aea8 commit 0f533f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Support our journey and enhance your Awtrix experience. Your contribution matter
<a href='https://apps.apple.com/de/app/awtrix-light/id6459478110'>
<img style="width: 20%; height: auto;" alt='Get it on Google Play' src='appstore_button.png'/>
</a>
<a href='[https://apps.apple.com/de/app/awtrix-light/id6459478110](https://www.amazon.com/gp/product/B0CGQ4JZX4)'>
<a href='https://www.amazon.com/gp/product/B0CGQ4JZX4'>
<img style="width: 20%; height: auto;" alt='Get it on Amazon' src='amazon.png'/>
</a>

Expand Down
6 changes: 3 additions & 3 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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**:
Expand Down

0 comments on commit 0f533f2

Please sign in to comment.