-
Notifications
You must be signed in to change notification settings - Fork 69
Extend storage integration page content #1434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This view allows filtering by end device and time range, and displays stored messages along with decoded payloads and metadata. | ||
|
||
{{< note >}} | ||
For performance reasons, only the first 10 results are shown in the Console. | ||
{{</ note >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a screenshot of active data in an application.
## Typical use cases | ||
--- | ||
|
||
## Viewing stored messages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be tagged with to the version where this was implemented ## Viewing stored messages {{< new-in-version "3.34.1">}}
- Reliable message persistence for low-frequency or offline-capable devices. | ||
- Decoupled integrations where message delivery doesn't require constant connectivity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this is better than what it was.
Summary
Include new functionalities implemented in storage integration https://github.com/TheThingsIndustries/lorawan-stack/issues/3243
Screenshots
Changes
Viewing stored messages
section in Storage Integration.Downloading messages
section in Storage Integration.Notes for Reviewers
I hope the screenshots are okay. If they are not adequate, please provide me new ones.
Checklist
make server
, posted screenshots, verified external links. Test withHUGO_PARAMS_SEARCH_ENABLED=true
if style changes will affect the search bar.new-in-version
shortcode, according to the guidelines in CONTRIBUTING.