Skip to content

Commit

Permalink
Replaced OPC-UA as deprecated connector with OPC-UA AsyncIO
Browse files Browse the repository at this point in the history
  • Loading branch information
samson0v committed Mar 22, 2024
1 parent f19c58f commit f8aef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thingsboard_gateway/gateway/tb_gateway_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
DEFAULT_CONNECTORS = {
"mqtt": "MqttConnector",
"modbus": "ModbusConnector",
"opcua": "OpcUaConnector",
"opcua": "OpcUaConnectorAsyncIO",
"opcua_asyncio": "OpcUaConnectorAsyncIO",
"ble": "BLEConnector",
"request": "RequestConnector",
Expand Down

0 comments on commit f8aef3e

Please sign in to comment.