Agnus.trigger_refresh

You're seeing just the function trigger_refresh, go back to Agnus module for more information.
Link to this function

trigger_refresh(opts \\ [force: false])

View Source (since 0.1.1)

Trigger a refresh of the sun info for today

The most recent data is cached and, as such, repeated calls to this function on the same day are no ops.

Examples

iex> Agnus.trigger_refresh()
:ok

iex> Agnus.trigger_refresh(force: true)
:ok