mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Tell the UI why the device became unusable.
This commit is contained in:
parent
d8dec38cad
commit
0ec8082ac1
3 changed files with 10 additions and 4 deletions
|
@ -236,6 +236,7 @@ message JoinGroupMessage {
|
|||
message LeaveGroupMessage {
|
||||
required string serial = 1;
|
||||
required OwnerMessage owner = 2;
|
||||
required string reason = 3;
|
||||
}
|
||||
|
||||
// Input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue