From 1c1e6dc1363d2c9141a182352cd69ea4ec01a7f7 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 5 Oct 2021 14:20:34 +0000
Subject: [PATCH] Update opcua_device.py

---
 devices/devices/opcua_device.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices/devices/opcua_device.py b/devices/devices/opcua_device.py
index dccc1b697..4b7cb1449 100644
--- a/devices/devices/opcua_device.py
+++ b/devices/devices/opcua_device.py
@@ -76,7 +76,7 @@ class opcua_device(hardware_device):
     # Attributes
     # ----------
 
-    opcua_missing_attributes_R = attribute(max_dim_x=128, dtype=(str,), fget=lambda self: numpy.array(self.opcua_missing_attributes, dtype=str), doc="OPC-UA attributes not present on the server")
+    opcua_missing_attributes_R = attribute(max_dim_x=128, dtype=(str,), fget=lambda self: numpy.array(self.opcua_missing_attributes, dtype=str), doc="OPC-UA attributes that this device requested, but which are not exposed on the server. These attributes are replaced with a no-op and thus do not function as expected.")
 
     # --------
     # overloaded functions
-- 
GitLab