Skip to content

Commit

Permalink
fix: default value for DataChangeFilter.Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeine authored and oroulet committed Jul 29, 2024
1 parent 1d71498 commit 1fe61df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions asyncua/ua/uaprotocol_hand.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1fe61df

Please sign in to comment.