Skip to content
Snippets Groups Projects
Commit 9fc0427a authored by Ricard Vilalta's avatar Ricard Vilalta
Browse files

Update context.proto for inventory

parent aefd6f2b
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!32Update context.proto for inventory
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment