mirror of
https://github.com/FreeOpcUa/opcua-asyncio
synced 2025-10-29 17:07:18 +08:00
Update node.py
This commit is contained in:
@@ -567,7 +567,7 @@ class Node:
|
||||
details.AggregateConfiguration = ua.AggregateConfiguration(aggregation_configuration)
|
||||
details.ProcessingInterval = processing_interval
|
||||
d0 = []
|
||||
for i in aggregtype :
|
||||
for i in aggregate_type :
|
||||
d0.append(ua.NodeId(i))
|
||||
details.AggregateType =d0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user