mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-12 06:27:12 +03:00
new cspot/bell
This commit is contained in:
@@ -7,7 +7,4 @@ DeviceState.sw_version type:FT_POINTER
|
||||
DeviceState.name type:FT_POINTER
|
||||
DeviceState.capabilities max_count:17, fixed_count:false
|
||||
State.context_uri type:FT_POINTER
|
||||
State.track type:FT_POINTER
|
||||
TrackRef.gid type:FT_POINTER
|
||||
TrackRef.uri type:FT_POINTER
|
||||
TrackRef.context type:FT_POINTER
|
||||
TrackRef.queued type:FT_CALLBACK
|
||||
@@ -58,6 +58,10 @@ enum CapabilityType {
|
||||
kVolumeSteps = 0x8;
|
||||
kSupportedTypes = 0x9;
|
||||
kCommandAcks = 0xa;
|
||||
kSupportsRename = 0xb;
|
||||
kHidden = 0xc;
|
||||
kSupportsPlaylistV2 = 0xd;
|
||||
kSupportsExternalEpisodes = 0xe;
|
||||
}
|
||||
|
||||
message Capability {
|
||||
|
||||
Reference in New Issue
Block a user