Documentation
¶
Index ¶
Constants ¶
View Source
const ( QueueStatePlaying queueState = "PLAYING" QueueStateIdle queueState = "IDLE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceVolume ¶ added in v0.0.2
type DevicesResponse ¶
type DevicesResponse struct {
Devices []PlayerDevice `json:"devices"`
}
type PlayerDevice ¶
type Queue ¶
type VolumeRequest ¶ added in v0.0.2
type VolumeRequest struct { Device PlayerDevice `json:"device"` Volume int `json:"volume"` }
type VolumeResponse ¶ added in v0.0.2
type VolumeResponse struct {
Volumes []DeviceVolume `json:"volumes"`
}
Click to show internal directories.
Click to hide internal directories.