View Source Sptfy.Object.Device (Sptfy v0.1.5)

Module for device struct.

Link to this section Summary

Link to this section Types

@type t() :: %Sptfy.Object.Device{
  id: term(),
  is_active: term(),
  is_private_session: term(),
  is_restricted: term(),
  name: term(),
  type: term(),
  volume_percent: term()
}