docs(inputs.opcua_listener): Fix nodes example (#14508)
This commit is contained in:
parent
9c8d5003ec
commit
baea9e5470
|
|
@ -252,7 +252,7 @@ An OPC UA node ID may resemble: "ns=3;s=Temperature". In this example:
|
|||
To gather data from this node enter the following line into the 'nodes' property above:
|
||||
|
||||
```text
|
||||
{field_name="temp", namespace="3", identifier_type="s", identifier="Temperature"},
|
||||
{name="temp", namespace="3", identifier_type="s", identifier="Temperature"},
|
||||
```
|
||||
|
||||
This node configuration produces a metric like this:
|
||||
|
|
|
|||
Loading…
Reference in New Issue