Commit 50e43d79 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Proto:

- Added controller_id field in Device
parent 5a259475
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -175,6 +175,7 @@ message Device {
  repeated DeviceDriverEnum device_drivers = 6;
  repeated EndPoint device_endpoints = 7;
  repeated Component component = 8; // Used for inventory
  DeviceId controller_id = 9; // Identifier of node controlling the actual device
}

message Component {