Commit ec2f3b65 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'vilaltar-develop-patch-85050' into 'develop'

Update context.proto for inventory

See merge request !32
parents 5e4bfcfe 9fc0427a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -158,6 +158,11 @@ message Device {
  DeviceOperationalStatusEnum device_operational_status = 4;
  repeated DeviceDriverEnum device_drivers = 5;
  repeated EndPoint device_endpoints = 6;
  repeated Component component = 7; // Used for inventory
}

message Component {
  repeated string comp_string = 1;
}

message DeviceConfig {