/pps/services/update/settings

Software Update manager reads this object for update settings

Publishers
Any app
Subscribers
Software Update—client configuration plugin (swud-client-config.so)

Attributes

Attribute Data type Description
localUpdatesEnabled Boolean Determines whether local (e.g., USB) software updates are enabled on the update client.
updateGracePeriod Number (range: 0 to 264−1) The time (in seconds) after which an update will become mandatory and cannot be deferred.
maxUpdateRetries Number (range: 0 to 232−1) Maximum number of retries allowed per software update.

Sample settings object

@settings
localUpdatesEnabled:b:true
maxUpdateRetries:n:5
updateGracePeriod:n:604800