Files
hawkbit/docs/content/concepts/targetstate.md
Zygmunt Krynicki 498c9fa7e8 Fix markdown formatting of some documentation tables (#1315)
* Fix markdown formatting of release tables
* Fix markdown table formatting in documentation

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2023-02-01 15:18:30 +01:00

1.8 KiB

title, parent, weight
title parent weight
Target State Machine Concepts 55

A target has a current state which reflects the provisioning status of the device at this point in time. State changes are driven either by the update server by means of starting an update or by the controller on the provisioning target that gives feedback to the update server, e.g. "I am here", "I am working on a provisioning", "I have finished a provisioning".

Defined states

State Description
UNKNOWN Set by default for a pre-commissioned target until first status update received from the target. Is the initial starting point for targets created by UI or management API.
IN_SYNC Assigned Distribution Set is installed.
PENDING Installation of assigned Distribution Set is not yet confirmed.
ERROR Installation of assigned Distribution Set has failed.
REGISTERED Target registered at the update server but no Distribution Set assigned. Is the initial starting point for plug-and-play devices.

Transitions