How can i set this myself? I assume by accessing a value in the devicetree, what is the path for this value and is there a list somewhere which contains other devicetree parameters i can access?
Sending Policies Control When Data is Sent to the Server
Send policies determine when data will be sent to the server. Usually, there is a set of send policies that are included in the default configuration. These are:
“default” is manual which is only sent when requested using triggerPolicy
“ondemand” is also manual
“never” is also manual
“now” is usually within 5 seconds
“hourly” will connect at least once per hour
“daily” will connect at least once per day
Sending can be forced at any time with the triggerPolicy function. It has the form:
myAsset.triggerPolicy(policy)
Will force sending of the data attached to the specified policy
If policy is “*”, then all policies are flushed.