mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
initial refactoring
This commit is contained in:
11
protobuf/proto/Spotify.proto
Normal file
11
protobuf/proto/Spotify.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
import "customoptions.proto";
|
||||
import "nanopb.proto";
|
||||
package sys;
|
||||
message Spotify {
|
||||
option (nanopb_msgopt).msgid = 10038;
|
||||
bool enabled = 1;
|
||||
uint32 bitrate = 2 [(nanopb).int_size = IS_16];
|
||||
bool zeroconf = 3 [(cust_field).v_bool = true] ;
|
||||
uint32 volume = 4 ;
|
||||
}
|
||||
Reference in New Issue
Block a user