| Index: components/pairing/pairing_api.proto
|
| diff --git a/components/pairing/pairing_api.proto b/components/pairing/pairing_api.proto
|
| index 22843be31a679d363373477a87d5c260f4c72bf3..76c7032ac417b95256f5b9c910933cacf1c4b25a 100644
|
| --- a/components/pairing/pairing_api.proto
|
| +++ b/components/pairing/pairing_api.proto
|
| @@ -97,3 +97,8 @@ message AddNetwork {
|
| optional int32 api_version = 1;
|
| optional AddNetworkParameters parameters = 2;
|
| }
|
| +
|
| +message Reboot {
|
| + optional int32 api_version = 1;
|
| + optional bool reboot = 2 [default = true];
|
| +}
|
|
|