improved documentation of ddi-rootcontroller resource's links list (#887)

* improved documentation of ddi-rootcontroller resource's links list
* fixed review comments
* improved formatting

Signed-off-by: Robert Sing <Robert.Sing@bosch-si.com>
This commit is contained in:
Robert Sing
2019-10-18 09:32:08 +02:00
committed by Stefan Behl
parent ed0f56d0a3
commit b4025f9c27
2 changed files with 4 additions and 2 deletions

View File

@@ -108,7 +108,9 @@ final class DdiApiModelProperties {
static final String FILENAME = "file name of artifact";
static final String TARGET_CONFIG_DATA = "configuration data as key/value list";
static final String TARGET_CONFIG_DATA = "Link which is provided whenever the provisioning target or device is supposed "
+ "to push its configuration data (aka. \"controller attributes\") to the server. Only shown for the initial "
+ "configuration, after a successful update action, or if requested explicitly (e.g. via the management UI).";
static final String ARTIFACT_HASHES_SHA1 = "SHA1 hash of the artifact in Base 16 format";
static final String ARTIFACT_HASHES_MD5 = "MD5 hash of the artifact";