ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
esphome::sendspin_ Namespace Reference

Namespaces

namespace  sendspin_priority
 Setup priorities for the sendspin hub and its child components.
 

Data Structures

class  DisableStaticDelayAdjustmentAction
 
class  EnableStaticDelayAdjustmentAction
 
struct  LastPlayedServerPref
 Persistent storage structure for last played server hash. More...
 
class  SendspinChild
 Base class for all sendspin subcomponents. More...
 
class  SendspinHub
 Thin adapter over sendspin::SendspinClient. More...
 
class  SendspinMediaPlayer
 
class  SendspinMediaSource
 Thin adapter media source for Sendspin. More...
 
class  SendspinMetadataSensor
 
class  SendspinPollingChild
 Base class for sendspin subcomponents that need polling behavior. More...
 
class  SendspinSwitchCommandAction
 
class  SendspinTextSensor
 
class  SendspinTrackProgressSensor
 
struct  StaticDelayPref
 Persistent storage structure for player static delay. More...
 

Enumerations

enum class  SendspinNumericMetadataTypes { TRACK_DURATION , YEAR , TRACK }
 
enum class  SendspinTextMetadataTypes { TITLE , ARTIST , ALBUM , ALBUM_ARTIST }
 

Enumeration Type Documentation

◆ SendspinNumericMetadataTypes

Enumerator
TRACK_DURATION 
YEAR 
TRACK 

Definition at line 21 of file sendspin_sensor.h.

◆ SendspinTextMetadataTypes

Enumerator
TITLE 
ARTIST 
ALBUM 
ALBUM_ARTIST 

Definition at line 14 of file sendspin_text_sensor.h.