Update devices

This commit is contained in:
Xuwznln
2025-11-15 03:10:05 +08:00
parent b475db66df
commit 4d3475a849
17 changed files with 588 additions and 601 deletions

View File

@@ -1,9 +1,6 @@
from unilabos.device_comms.opcua_client.client_o import OpcUaClient, BaseClient
from unilabos.device_comms.opcua_client.node.uniopcua import Variable, Method, Object, NodeType, DataType
__all__ = [
'OpcUaClient',
'BaseClient',
'Variable',
'Method',
'Object',