Commit 1343fa76 authored by Andreas Heine's avatar Andreas Heine Committed by oroulet

set interval to 50 as default

parent af1b102b
......@@ -268,7 +268,7 @@ class Subscription:
attr: ua.AttributeIds = ua.AttributeIds.Value,
queuesize: int = 0,
monitoring=ua.MonitoringMode.Reporting,
sampling_interval: ua.Duration = 0.0
sampling_interval: ua.Duration = 50.0
) -> Union[int, List[Union[int, ua.StatusCode]]]:
"""
Subscribe to data change events of one or multiple nodes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment