Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
katarinagud committed Jun 18, 2024
1 parent ac56497 commit a257973
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down
4 changes: 2 additions & 2 deletions Source/config/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down

0 comments on commit a257973

Please sign in to comment.