From f8aef3e5253188fc693f46ae356031c5478597b7 Mon Sep 17 00:00:00 2001 From: samson0v Date: Fri, 22 Mar 2024 10:24:14 +0200 Subject: [PATCH] Replaced OPC-UA as deprecated connector with OPC-UA AsyncIO --- thingsboard_gateway/gateway/tb_gateway_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thingsboard_gateway/gateway/tb_gateway_service.py b/thingsboard_gateway/gateway/tb_gateway_service.py index ac2eef53b..da3440385 100644 --- a/thingsboard_gateway/gateway/tb_gateway_service.py +++ b/thingsboard_gateway/gateway/tb_gateway_service.py @@ -67,7 +67,7 @@ DEFAULT_CONNECTORS = { "mqtt": "MqttConnector", "modbus": "ModbusConnector", - "opcua": "OpcUaConnector", + "opcua": "OpcUaConnectorAsyncIO", "opcua_asyncio": "OpcUaConnectorAsyncIO", "ble": "BLEConnector", "request": "RequestConnector",