From a2579735be5246d8efbadfcb601092f4558d36b8 Mon Sep 17 00:00:00 2001 From: katarinagud Date: Tue, 18 Jun 2024 16:25:59 +0200 Subject: [PATCH] update config --- README.md | 4 ++-- Source/config/configuration.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 844158e..19c7df7 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ The module is configured using a JSON file. `connector.json` represents the conn "publishingIntervalSeconds": 1.0, "nodes": [ { - "id": "ns=3;i=1002", + "nodeId": "ns=3;i=1002", "subscribeIntervalSeconds": 1.0, "readIntervalSeconds": 1.0 }, { - "id": "ns=3;i=1001", + "nodeId": "ns=3;i=1001", "readIntervalSeconds": 1.0 } ] diff --git a/Source/config/configuration.json b/Source/config/configuration.json index 0368004..6974156 100644 --- a/Source/config/configuration.json +++ b/Source/config/configuration.json @@ -3,12 +3,12 @@ "publishingIntervalSeconds": 1.0, "nodes": [ { - "id": "ns=3;i=1002", + "nodeId": "ns=3;i=1002", "subscribeIntervalSeconds": 1.0, "readIntervalSeconds": 1.0 }, { - "id": "ns=3;i=1001", + "nodeId": "ns=3;i=1001", "readIntervalSeconds": 1.0 } ]