diff --git a/asyncua/ua/uaprotocol_hand.py b/asyncua/ua/uaprotocol_hand.py index a3cd6abc8..d42347eb6 100644 --- a/asyncua/ua/uaprotocol_hand.py +++ b/asyncua/ua/uaprotocol_hand.py @@ -310,3 +310,9 @@ class XmlElement: """ Value: uatypes.String = "" + + +# Default is StatusValue -> https://reference.opcfoundation.org/Core/Part4/v105/docs/7.10#Table134 +@dataclass +class DataChangeFilter(auto.DataChangeFilter): + Trigger = auto.DataChangeTrigger.StatusValue