Spotify.proto 298 B

1234567891011
  1. syntax = "proto3";
  2. import "customoptions.proto";
  3. import "nanopb.proto";
  4. package sys;
  5. message Spotify {
  6. option (nanopb_msgopt).msgid = 10038;
  7. bool enabled = 1;
  8. uint32 bitrate = 2 [(nanopb).int_size = IS_16];
  9. bool zeroconf = 3 [(cust_field).v_bool = true] ;
  10. uint32 volume = 4 ;
  11. }