Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion influxdata/library/plugin_library.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"docs_file_link": "https://github.com/influxdata/influxdb3_plugins/blob/main/influxdata/opcua/README.md",
"required_plugins": [],
"required_libraries": ["asyncua"],
"last_update": "2026-03-30",
"last_update": "2026-07-28",
"trigger_types_supported": ["scheduler"]
},
{
Expand Down
75 changes: 45 additions & 30 deletions influxdata/opcua/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion influxdata/opcua/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifest_schema_version = "1.2"

[plugin]
name = "opcua"
version = "0.2.0"
version = "0.3.0"
description = "Enables periodic ingestion of OPC UA node values into InfluxDB 3. Connect to OPC UA servers and read current values with auto-discovery browse mode, data type detection, and namespace resolution."
triggers = ["process_scheduled_call"]
homepage = "https://www.influxdata.com/"
Expand Down
Loading