add string

This commit is contained in:
Jeff Carr 2025-03-23 07:51:50 -05:00
parent 695ff26e82
commit 98ba8076ae
1 changed files with 18 additions and 18 deletions

View File

@ -20,7 +20,7 @@ message Machine { // `autogenpb:marshal`
string userAgent = 10;
string uuid = 11;
bool upgrade = 12; // upgrade is needed
string upgradCmd = 13; // upgrade cmd
string upgradeCmd = 13; // upgrade cmd
}
message Machines { // `autogenpb:marshal` `autogenpb:gui`