Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added node browser name format support for OPC-UA #1409

Merged
merged 2 commits into from
May 27, 2024

Conversation

samson0v
Copy link
Contributor

"mapping": [
      {
        "deviceNodePattern": "Root\\.0:Objects\\.3:Simulation",
        "deviceNamePattern": "Device asd",
        "attributes": [
          {
            "key": "humidity_dup",
            "path": "${ns=3;i=1004}"
          }
        ],
        "timeseries": [
          {
            "key": "humidity",
            "path": "${3:Sawtooth}"
          },
          {
            "key": "humidity_sub",
            "path": "${Test\\.Counter\\.CounterSubVar}"
          }
        ],

@samson0v samson0v linked an issue May 27, 2024 that may be closed by this pull request
@imbeacon imbeacon merged commit 7517c16 into thingsboard:master May 27, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] OPC-UA browse name & display name
2 participants