Updated protobuf struct.

This commit is contained in:
2019-09-17 01:17:19 +02:00
parent bd62226a6e
commit 56a7166911
3 changed files with 29 additions and 8 deletions
@@ -32,8 +32,10 @@ message GetAllUnitSoftwareUpdatesReply {
int64 UNKNOWN_FLAG10 = 10;
string language = 11;
int64 UNKNOWN_FLAG12 = 12;
int64 UNKNOWN_FLAG13 = 13;
string file_type = 14;
string UNKNOWN_STR15 = 15;
}
repeated UpdateInfo update_info = 1;
string source = 2;
}