You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/hivemq-edge-module-opcua/src/main/java/com/hivemq/edge/adapters/opcua/config/BidirectionalOpcUaAdapterConfig.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public class BidirectionalOpcUaAdapterConfig extends OpcUaAdapterConfig {
33
33
34
34
@JsonProperty(value = "mqttToOpcua")
35
35
@ModuleConfigField(title = "Mqtt to OpcUA Config",
36
-
description = "The configuration for a data stream from MQTT to OpcUa")
36
+
description = "The configuration for a data stream from MQTT to OPC UA")
Copy file name to clipboardExpand all lines: modules/hivemq-edge-module-opcua/src/main/java/com/hivemq/edge/adapters/opcua/config/OpcUaAdapterConfig.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ public class OpcUaAdapterConfig implements ProtocolAdapterConfig {
66
66
privatefinal@NotNullSecuritysecurity;
67
67
68
68
@JsonProperty(value = "opcuaToMqtt")
69
-
@ModuleConfigField(title = "OpcUA To MQTT Config",
70
-
description = "The configuration for a data stream from OpcUA to MQTT")
69
+
@ModuleConfigField(title = "OPC UA To MQTT Config",
70
+
description = "The configuration for a data stream from OPC UA to MQTT")
0 commit comments