From 50e43d7946258be18f62ed413d2e577b94e7174c Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Fri, 19 May 2023 09:55:29 +0000
Subject: [PATCH] Proto:

- Added controller_id field in Device
---
 proto/context.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proto/context.proto b/proto/context.proto
index 6261d1819..3104f1b54 100644
--- a/proto/context.proto
+++ b/proto/context.proto
@@ -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 {
-- 
GitLab