Skip to content
Snippets Groups Projects
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
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 { ...@@ -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 {
......
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