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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user