Skip to content

Commit 901216b

Browse files
add the new fields in the protobuf api
1 parent 735b317 commit 901216b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

rpc/cc/arduino/cli/commands/v1/common.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ message Platform {
102102
// A URL provided by the author of the platform's package, intended to point
103103
// to their online help service.
104104
HelpResources help = 12;
105+
// If true the platform is indexed
106+
bool indexed = 13;
107+
// This field is true when the platform is installed with the Arduino IDE 1.8
108+
bool missing_metadata = 14;
105109
}
106110

107111
message InstalledPlatformReference {

rpc/cc/arduino/cli/commands/v1/core.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ message PlatformUpgradeResponse {
9797
DownloadProgress progress = 1;
9898
// Description of the current stage of the upgrade.
9999
TaskProgress task_progress = 2;
100+
// Platform to be upgraded.
101+
Platform platform = 3;
100102
}
101103

102104
message PlatformSearchRequest {

0 commit comments

Comments
 (0)