docs(inputs.opcua_listener): Fix nodes example (#14508)

This commit is contained in:
Yuan Zhang 2024-01-02 22:18:52 +08:00 committed by GitHub
parent 9c8d5003ec
commit baea9e5470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: