Skip to content
Snippets Groups Projects

Update context.proto for inventory

Merged Ricard Vilalta requested to merge vilaltar-develop-patch-85050 into develop
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -158,6 +158,11 @@ message Device {
@@ -158,6 +158,11 @@ message Device {
DeviceOperationalStatusEnum device_operational_status = 4;
DeviceOperationalStatusEnum device_operational_status = 4;
repeated DeviceDriverEnum device_drivers = 5;
repeated DeviceDriverEnum device_drivers = 5;
repeated EndPoint device_endpoints = 6;
repeated EndPoint device_endpoints = 6;
 
repeated Component component = 7; // Used for inventory
 
}
 
 
message Component {
 
repeated string comp_string = 1;
}
}
message DeviceConfig {
message DeviceConfig {
Loading