Skip to content

Commit

Permalink
add Features.model
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Dec 4, 2017
1 parent 8aca4dd commit 8e96b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protob/messages.proto
Expand Up @@ -139,6 +139,7 @@ message Features {
optional bool firmware_present = 18; // is valid firmware loaded?
optional bool needs_backup = 19; // does storage need backup? (equals to Storage.needs_backup)
optional uint32 flags = 20; // device flags (equals to Storage.flags)
optional string model = 21; // device hardware model
}

/**
Expand Down

0 comments on commit 8e96b42

Please sign in to comment.