diff --git a/web/site/content/docs/references/update-manager-config.md b/web/site/content/docs/references/update-manager-config.md index d9139e74..f2985126 100755 --- a/web/site/content/docs/references/update-manager-config.md +++ b/web/site/content/docs/references/update-manager-config.md @@ -20,8 +20,9 @@ To control all aspects of the update manager. | rebootEnabled | bool | true | Enable the reboot process after successful update operation | | reportFeedbackInterval | string | 1m | Time interval as duration string for reporting intermediate desired state feedback messages during an active update operation | | currentStateDelay | string | 30s | Time interval as duration string for reporting current state messages | -| thingsEnabled | bool | true | Specify whether the Update Manager will behave as a thing's feature | -| ownerConsentCommands | []string | | Specify a list of commands, before which an owner consent should be granted. Possible values are: 'DOWNLOAD', 'UPDATE', 'ACTIVATE' | +| thingsEnabled | bool | true | Enable the Update Manager to behave as a thing's feature | +| ownerConsentCommands | []string | | List of commands for which an owner consent should be granted. Possible values are: 'DOWNLOAD', 'UPDATE', 'ACTIVATE' | +| ownerConsentTimeout | string | 30m | Timeout as duration string to wait for owner consent" | | **Domain agents** | | | Holds a map structure (_agents_) with update agent configurations where each map key is treated as domain name | | readTimeout | string | 1m | Timeout as duration string for reading the current state for the domain | | rebootRequired | bool | false | Require a reboot for the domain after successful update | diff --git a/web/site/signature.tar b/web/site/signature.tar new file mode 100644 index 00000000..200d44a2 Binary files /dev/null and b/web/site/signature.tar differ