Configure Schedule Pull

Configure the device's scheduled pull settings.

Workflow:

  1. Configure upstream_url and cron_time
  2. Device sleeps until cron_time
  3. Device calls {upstream_url}/eink_pull to get image
  4. Displays image, then sleeps until next_cron_time from response
  5. Loop continues
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
boolean

Enable/disable scheduled pulling. Set false to stop.

string

Upstream server address. Device will call {upstream_url}/eink_pull.

string

Custom token. Device sends this in X-Access-Token header when calling upstream.

string

Next pull time in UTC ISO 8601 format.

Response
200

Configuration updated successfully.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!