Skip to content
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

Update ui-c8y-1018-503-132-ui-fail-firmware-update-process-if-device-reports-unexpected-update-result.md #2657

Merged
merged 4 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ build_artifact:
ticket: DM-3770
version: 1018.503.126
---
A new **Automatic setting of required interval** option has been added to the configuration of LWM2M devices. This setting is configurable so that unavailability alarms will only be triggered when an LWM2M device is truly unavailable, reducing the number of false alarms. For more details see [LWM2M configuration](protocol-integration/lwm2m/#lwm2m-configuration).
A new **Automatic setting of required interval** option has been added to the configuration of LWM2M devices. This setting is configurable so that unavailability alarms will only be triggered when an LWM2M device is truly unavailable, reducing the number of false alarms. For more details see [LWM2M configuration](/protocol-integration/lwm2m/#lwm2m-configuration).
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ ticket: DM-4050
version: 1018.503.132
---
Previously, if a device reported an unexpected status or result during a firmware update,
the process simply waited for a valid state. Now, you can configure LWM2M devices to fail the firmware update
process when an unexpected situation is detected.
the process simply waited for a valid state. Now, you can configure LWM2M devices to fail the firmware update
process when an unexpected situation is detected. For more details see [LWM2M configuration](/protocol-integration/lwm2m/#lwm2m-configuration).
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ The **LWM2M configuration** tab displays all LWM2M settings related to the devic
* Delivery method
* Delivery protocol
* Reset state machine settings
* Fail device firmware update on unexpected result (terminate the device firmware update process if an unexpected situation is detected)

For a detailed description of the parameters above, see [Registering LWM2M devices](#registering-lwm2m-devices).

Expand Down
Loading