We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d71498 commit 1fe61dfCopy full SHA for 1fe61df
asyncua/ua/uaprotocol_hand.py
@@ -310,3 +310,9 @@ class XmlElement:
310
"""
311
312
Value: uatypes.String = ""
313
+
314
315
+# Default is StatusValue -> https://reference.opcfoundation.org/Core/Part4/v105/docs/7.10#Table134
316
+@dataclass
317
+class DataChangeFilter(auto.DataChangeFilter):
318
+ Trigger = auto.DataChangeTrigger.StatusValue
0 commit comments