Hi there. Is there an API call I can make to the weaved service running locally, to update and push status and category values to the dashboard from scripts and code? This would be really handy if so.Thank you,~G~
Not sure if you saw these articles:
https://weavedhelp.zendesk.com/hc/en-us/categories/115000027612-Bulk-Scripting
The status columns are filled by a remote script running on the connected device using the task_notify.sh call. It cannot be used outside the context of a running job.
Category fields are intended for semi- or fully- permanent information about the device (such as location).
Perfect, thank you! I did not see those articles before.