FocusAtWillEx.Client (focus_at_will_ex v0.1.0)

View Source

HTTP Client for Focus@Will API interactions

Summary

Functions

Fetch track number: slot_index from channel: channel with energy_level: level

Functions

fetch_sequence_track(session, channel, energy_level, slot_index)

@spec fetch_sequence_track(
  FocusAtWillEx.Session.t(),
  FocusAtWillEx.Channels.Channel.t(),
  integer(),
  integer()
) :: {:ok, Req.Response.t()} | {:error, FocusAtWillEx.Client.Error.t()}

Fetch track number: slot_index from channel: channel with energy_level: level

new(opts \\ [])