initial refactoring

This commit is contained in:
Sebastien L
2023-12-04 23:25:57 -05:00
parent d03678ea81
commit c0ddf0a997
331 changed files with 29663 additions and 16553 deletions

View 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 ;
}