Agnus.trigger_refresh
You're seeing just the function
trigger_refresh
, go back to Agnus module for more information.
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