SIENTIAPDE-1169
Enhance OpcRepository initialization to include pod_id for improved tracking
This commit is contained in:
@@ -53,6 +53,7 @@ class OpcRepository():
|
|||||||
self.last_reconnection_time = None
|
self.last_reconnection_time = None
|
||||||
self.notification_handler = notification_handler
|
self.notification_handler = notification_handler
|
||||||
self.client = None
|
self.client = None
|
||||||
|
self.pod_id = pod_id
|
||||||
|
|
||||||
def set_security(self):
|
def set_security(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user