Manage deployment
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.

Manage deployment (external)
This allows you to manage the deployment on the cloud solution.
Note only an admin will have access to this.
Debug
This brings up the deployment object in full to be debugged. This is the easiest to read on Windows.

Sync data from server
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.
Offline Mode
If toggling on:
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
If toggling off:
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
Wipe Data
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

Last updated
Was this helpful?