mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
Merge pull request #250 from usetrmnl/fix/240-complete-url-migration
docs: Update remaining usetrmnl.com references to trmnl.com
This commit is contained in:
@@ -55,8 +55,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more details on how to get started an
|
||||
---
|
||||
|
||||
## Related References 📖
|
||||
* https://usetrmnl.com/
|
||||
* https://usetrmnl.com/integrations
|
||||
* https://trmnl.com/
|
||||
* https://trmnl.com/integrations
|
||||
* https://github.com/usetrmnl/
|
||||
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ interface TrmnlUserApiService {
|
||||
*
|
||||
* **Authentication:** Requires Bearer token with user-level Account API key
|
||||
*
|
||||
* @param fullApiUrl The complete API URL to call (e.g., "https://usetrmnl.com/api/devices/1")
|
||||
* @param fullApiUrl The complete API URL to call (e.g., "https://trmnl.com/api/devices/1")
|
||||
* @param accessToken The bearer authentication token (format: "Bearer your_api_key")
|
||||
* @param updateRequest The device update request containing the fields to update
|
||||
* @return An [ApiResult] containing [TrmnlDeviceResponse] with the updated device data
|
||||
|
||||
@@ -102,13 +102,13 @@ TRMNL is now officially available! Transform your Android device into a smart di
|
||||
📱 Requirements:
|
||||
• TRMNL device with developer edition, BYOD subscription, or BYOS installation
|
||||
|
||||
Learn more at https://usetrmnl.com
|
||||
Learn more at https://trmnl.com
|
||||
|
||||
|
||||
🎉 Version 2.1.0 - Reliability & Performance Update
|
||||
|
||||
🐛 Bug Fixes:
|
||||
• Fixed API connectivity with updated usetrmnl.com domain
|
||||
• Fixed API connectivity with updated trmnl.com domain
|
||||
• Fixed HTTP 429 rate limit handling with smart retry logic
|
||||
• Fixed playlist auto-advance for proper content cycling
|
||||
• Added confirmation dialog to prevent accidental log deletion
|
||||
|
||||
Reference in New Issue
Block a user