Manage deployment
Last updated
Was this helpful?
Last updated
Was this helpful?
Data, "content", is downloaded onto the device. Periodically the application will check for updates. If offline mode is enabled then the assets will be downloaded to the device, if it isn't then the assets will be loaded via an external URL.
This allows you to manage the deployment on the cloud solution.
Note only an admin will have access to this.
This brings up the deployment object in full to be debugged. This is the easiest to read on Windows.
This will manually look for a deployment with a new timestamp. It compares deployment.meta.lastUpdated.timestamp
with the cloud version against the local version. If the timestamps are different then the new object will be downloaded onto the device.
The system will bypass the timestamp check and force a download of new data
It will loop over each asset and download the asset to the device
It will then reload the page
The system will bypass the timestamp check and force a download of new data
All assets will be loaded via the web from Google Cloud Platform
It will then reload the page
This will remove all deployment/content data from the device. It will mark the deployment back into setup mode.
This is a destructive action and will require setting up the deployment again