From 8fbd19c3108f826ce9b85c793f9c053ed623d62c Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 10 Mar 2025 20:21:29 +0000 Subject: [PATCH 1/2] Include new category - Industrial Communication Protocols --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cd6e6a81..1fabd168 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,11 @@ Below is the current status of each integration. Checkboxes indicate implementat | [ ] | **Twitch** | Live stream events, chat automation, clip management | `Elsa.Integrations.Twitch` | [Open Issue](#) | | [ ] | **Vimeo** | Upload videos, manage privacy settings, get video analytics | `Elsa.Integrations.Vimeo` | [Open Issue](#) | +### 🏭 Industrial Communication Protocols +| Status | Integration | Description | Module Name | Issue | +|--------|------------|-------------|-------------|-------| +| [ ] | **OPC UA** | Browse nodes, Read/Write values, Subscribe/Unsubscribe nodes | `Elsa.Integrations.OPC.UA` | | +| [ ] | **Modbus** | Read/Write coils, Read discrete Inputs, Read/Write registers | `Elsa.Integrations.Modbus` | | --- ## 📦 Structure From f777a1119f52ca88ec8cde4c04018ecf55285519 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 22 Mar 2025 18:41:04 +0000 Subject: [PATCH 2/2] Update README.md to include MQTT Sparkplug --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fabd168..7eeb0668 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Below is the current status of each integration. Checkboxes indicate implementat |--------|------------|-------------|-------------|-------| | [ ] | **OPC UA** | Browse nodes, Read/Write values, Subscribe/Unsubscribe nodes | `Elsa.Integrations.OPC.UA` | | | [ ] | **Modbus** | Read/Write coils, Read discrete Inputs, Read/Write registers | `Elsa.Integrations.Modbus` | | +| [ ] | **MQTT Sparkplug** | Discover and Subscribe to topics, Publish messages | `Elsa.Integrations.MQTT.Sparkplug` | | --- ## 📦 Structure